]> git.pld-linux.org Git - packages/xfce4-volumed.git/blob - xfce4-volumed.spec
- initial revision
[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:        0.1
6 License:        GPL v3
7 Group:          Applications/System
8 Source0:        http://www.xfce.org/archive/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 4 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
31 %prep
32 %setup -q
33
34 %build
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog NEWS README THANKS
51 %attr(755,root,root) %{_bindir}/xfce4-volumed
52 /etc/xdg/autostart/xfce4-volumed.desktop
This page took 0.057149 seconds and 4 git commands to generate.