]> git.pld-linux.org Git - packages/xfce4-volumed.git/blame - xfce4-volumed.spec
- initial revision
[packages/xfce4-volumed.git] / xfce4-volumed.spec
CommitLineData
13016d71
JR
1Summary: Volume management daemon for XFCE
2Summary(pl.UTF-8): Demon poziomu dźwięku XFCE
3Name: xfce4-volumed
4Version: 0.1.13
5Release: 0.1
6License: GPL v3
7Group: Applications/System
8Source0: http://www.xfce.org/archive/src/apps/xfce4-volumed/0.1/%{name}-%{version}.tar.bz2
9# Source0-md5: 03c0ee58aa0a080d35313ac517a975ea
10URL: https://launchpad.net/xfce4-volumed
11BuildRequires: glib2-devel >= 1:2.10.6
12BuildRequires: gstreamer-devel
13BuildRequires: gstreamer-plugins-base-devel
14BuildRequires: keybinder-devel
15BuildRequires: libnotify-devel
16BuildRequires: pkgconfig >= 1:0.9.0
17BuildRequires: xfce4-dev-tools >= 4.8.0
18BuildRequires: xfconf-devel >= 4.8.0
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This daemon is responsible of making the volume up/down and mute
23keys of the keyboard work automatically, and uses the XFCE 4 mixer's
24defined card and track for chosing which track to act on.
25It also provides volume change / mute toggle notifications if
26the notification server used supports x-canonical-icon-only and
27x-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
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -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.082765 seconds and 4 git commands to generate.