]> git.pld-linux.org Git - packages/xfce4-volumed.git/commitdiff
- initial revision
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 6 Mar 2011 10:54:13 +0000 (10:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-volumed.spec -> 1.1

xfce4-volumed.spec [new file with mode: 0644]

diff --git a/xfce4-volumed.spec b/xfce4-volumed.spec
new file mode 100644 (file)
index 0000000..298c669
--- /dev/null
@@ -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
This page took 0.047501 seconds and 4 git commands to generate.