]> git.pld-linux.org Git - packages/xfce4-volumed.git/blob - xfce4-volumed.spec
d5a8b9a5b3ea36094e143cae963bca6a1e2240ed
[packages/xfce4-volumed.git] / xfce4-volumed.spec
1 Summary:        Volume management daemon for XFCE
2 Summary(pl.UTF-8):      Demon poziomu dźwięku XFCE
3 Name:           xfce4-volumed
4 Version:        0.1.13
5 Release:        7
6 License:        GPL v3
7 Group:          Applications/System
8 Source0:        http://archive.xfce.org/src/apps/xfce4-volumed/0.1/%{name}-%{version}.tar.bz2
9 # Source0-md5:  03c0ee58aa0a080d35313ac517a975ea
10 URL:            https://launchpad.net/xfce4-volumed
11 BuildRequires:  glib2-devel >= 1:2.10.6
12 BuildRequires:  gstreamer-devel
13 BuildRequires:  gstreamer-plugins-base-devel
14 BuildRequires:  keybinder-devel
15 BuildRequires:  libnotify-devel
16 BuildRequires:  pkgconfig >= 1:0.9.0
17 BuildRequires:  xfce4-dev-tools >= 4.8.0
18 BuildRequires:  xfconf-devel >= 4.8.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This daemon is responsible of making the volume up/down and mute
23 keys of the keyboard work automatically, and uses the XFCE mixer's
24 defined card and track for chosing which track to act on.
25 It also provides volume change / mute toggle notifications if
26 the notification server used supports x-canonical-icon-only and
27 x-canonical-synchronous notifications.
28
29 %description -l pl.UTF-8
30 Ten demon zapewnia automatyczne działanie klawiszy głośności na
31 klawiaturze przy użyciu miksera XFCE. Udostępnia również powiadomienia
32 jeśli serwer powiadomień obsługuje powiadomienia x-canonical-icon-only
33 i x-canonical-synchronous.
34
35 %prep
36 %setup -q
37
38 %build
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README THANKS
55 %attr(755,root,root) %{_bindir}/xfce4-volumed
56 /etc/xdg/autostart/xfce4-volumed.desktop
This page took 0.046491 seconds and 3 git commands to generate.