]> git.pld-linux.org Git - packages/xfce4-pulseaudio-plugin.git/commitdiff
- new auto/th/xfce4-pulseaudio-plugin-0.2.2-1
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 31 Mar 2015 22:24:52 +0000 (00:24 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 31 Mar 2015 22:24:52 +0000 (00:24 +0200)
xfce4-pulseaudio-plugin.spec [new file with mode: 0644]

diff --git a/xfce4-pulseaudio-plugin.spec b/xfce4-pulseaudio-plugin.spec
new file mode 100644 (file)
index 0000000..01e59f5
--- /dev/null
@@ -0,0 +1,65 @@
+Summary:       Xfce panel plugin for pulseaudio mixer control
+Name:          xfce4-pulseaudio-plugin
+Version:       0.2.2
+Release:       1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.2/%{name}-%{version}.tar.bz2
+# Source0-md5: 87eba78c16d16e047ce34537043ee993
+URL:           http://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/
+BuildRequires: glib2-devel >= 1:2.30.2
+BuildRequires: gtk+3-devel
+BuildRequires: exo-devel >= 0.6.0
+BuildRequires: libxfce4ui-devel >= 4.12.0
+BuildRequires: libxfce4util-devel >= 4.12.0
+BuildRequires: pulseaudio-devel
+BuildRequires: rpmbuild(macros) >= 1.601
+BuildRequires: xfce4-dev-tools >= 4.12.0
+BuildRequires: xfce4-panel-devel >= 4.12.0
+BuildRequires: xfconf-devel >= 4.12.0
+Requires:      gtk-update-icon-cache
+Requires:      hicolor-icon-theme
+Requires:      xfce4-panel >= 4.12.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Xfce PulseAudio Plugin is a plugin for the Xfce panel which
+provides a convenient way to adjust the audio volume of the
+PulseAudio sound system and to an auto mixer tool like pavucontrol.
+It can optionally handle multimedia keys for controlling the audio
+volume.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+#%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+#%files -f %{name}.lang
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libpulseaudio-plugin.so
+%{_datadir}/xfce4/panel/plugins/pulseaudio.desktop
+%{_iconsdir}/hicolor/*/apps/xfce4-pulseaudio-plugin*
+%{_iconsdir}/hicolor/*/status/audio-volume-*
This page took 0.147851 seconds and 4 git commands to generate.