]> git.pld-linux.org Git - packages/xfce4-pulseaudio-plugin.git/blame - xfce4-pulseaudio-plugin.spec
- new
[packages/xfce4-pulseaudio-plugin.git] / xfce4-pulseaudio-plugin.spec
CommitLineData
3b4d6c95
JR
1Summary: Xfce panel plugin for pulseaudio mixer control
2Name: xfce4-pulseaudio-plugin
3Version: 0.2.2
4Release: 1
5License: GPL v2
6Group: X11/Applications
7Source0: http://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.2/%{name}-%{version}.tar.bz2
8# Source0-md5: 87eba78c16d16e047ce34537043ee993
9URL: http://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/
10BuildRequires: glib2-devel >= 1:2.30.2
11BuildRequires: gtk+3-devel
12BuildRequires: exo-devel >= 0.6.0
13BuildRequires: libxfce4ui-devel >= 4.12.0
14BuildRequires: libxfce4util-devel >= 4.12.0
15BuildRequires: pulseaudio-devel
16BuildRequires: rpmbuild(macros) >= 1.601
17BuildRequires: xfce4-dev-tools >= 4.12.0
18BuildRequires: xfce4-panel-devel >= 4.12.0
19BuildRequires: xfconf-devel >= 4.12.0
20Requires: gtk-update-icon-cache
21Requires: hicolor-icon-theme
22Requires: xfce4-panel >= 4.12.0
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26The Xfce PulseAudio Plugin is a plugin for the Xfce panel which
27provides a convenient way to adjust the audio volume of the
28PulseAudio sound system and to an auto mixer tool like pavucontrol.
29It can optionally handle multimedia keys for controlling the audio
30volume.
31
32%prep
33%setup -q
34
35%build
36%configure \
37 --disable-static
38
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47#%find_lang %{name}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%post
53%update_icon_cache hicolor
54
55%postun
56%update_icon_cache hicolor
57
58#%files -f %{name}.lang
59%files
60%defattr(644,root,root,755)
61%doc AUTHORS ChangeLog README
62%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libpulseaudio-plugin.so
63%{_datadir}/xfce4/panel/plugins/pulseaudio.desktop
64%{_iconsdir}/hicolor/*/apps/xfce4-pulseaudio-plugin*
65%{_iconsdir}/hicolor/*/status/audio-volume-*
This page took 0.152657 seconds and 4 git commands to generate.