From 13016d71f9fe950826952ef72b313f1b7c50f2c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 6 Mar 2011 10:54:13 +0000 Subject: [PATCH] - initial revision Changed files: xfce4-volumed.spec -> 1.1 --- xfce4-volumed.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 xfce4-volumed.spec diff --git a/xfce4-volumed.spec b/xfce4-volumed.spec new file mode 100644 index 0000000..298c669 --- /dev/null +++ b/xfce4-volumed.spec @@ -0,0 +1,52 @@ +Summary: Volume management daemon for XFCE +Summary(pl.UTF-8): Demon poziomu dźwięku XFCE +Name: xfce4-volumed +Version: 0.1.13 +Release: 0.1 +License: GPL v3 +Group: Applications/System +Source0: http://www.xfce.org/archive/src/apps/xfce4-volumed/0.1/%{name}-%{version}.tar.bz2 +# Source0-md5: 03c0ee58aa0a080d35313ac517a975ea +URL: https://launchpad.net/xfce4-volumed +BuildRequires: glib2-devel >= 1:2.10.6 +BuildRequires: gstreamer-devel +BuildRequires: gstreamer-plugins-base-devel +BuildRequires: keybinder-devel +BuildRequires: libnotify-devel +BuildRequires: pkgconfig >= 1:0.9.0 +BuildRequires: xfce4-dev-tools >= 4.8.0 +BuildRequires: xfconf-devel >= 4.8.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This daemon is responsible of making the volume up/down and mute +keys of the keyboard work automatically, and uses the XFCE 4 mixer's +defined card and track for chosing which track to act on. +It also provides volume change / mute toggle notifications if +the notification server used supports x-canonical-icon-only and +x-canonical-synchronous notifications. + +#%description -l pl.UTF-8 + +%prep +%setup -q + +%build +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README THANKS +%attr(755,root,root) %{_bindir}/xfce4-volumed +/etc/xdg/autostart/xfce4-volumed.desktop -- 2.43.0