]> git.pld-linux.org Git - packages/xfce4-pulseaudio-plugin.git/blob - xfce4-pulseaudio-plugin.spec
- new
[packages/xfce4-pulseaudio-plugin.git] / xfce4-pulseaudio-plugin.spec
1 Summary:        Xfce panel plugin for pulseaudio mixer control
2 Name:           xfce4-pulseaudio-plugin
3 Version:        0.2.2
4 Release:        1
5 License:        GPL v2
6 Group:          X11/Applications
7 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.2/%{name}-%{version}.tar.bz2
8 # Source0-md5:  87eba78c16d16e047ce34537043ee993
9 URL:            http://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/
10 BuildRequires:  glib2-devel >= 1:2.30.2
11 BuildRequires:  gtk+3-devel
12 BuildRequires:  exo-devel >= 0.6.0
13 BuildRequires:  libxfce4ui-devel >= 4.12.0
14 BuildRequires:  libxfce4util-devel >= 4.12.0
15 BuildRequires:  pulseaudio-devel
16 BuildRequires:  rpmbuild(macros) >= 1.601
17 BuildRequires:  xfce4-dev-tools >= 4.12.0
18 BuildRequires:  xfce4-panel-devel >= 4.12.0
19 BuildRequires:  xfconf-devel >= 4.12.0
20 Requires:       gtk-update-icon-cache
21 Requires:       hicolor-icon-theme
22 Requires:       xfce4-panel >= 4.12.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 The Xfce PulseAudio Plugin is a plugin for the Xfce panel which
27 provides a convenient way to adjust the audio volume of the
28 PulseAudio sound system and to an auto mixer tool like pavucontrol.
29 It can optionally handle multimedia keys for controlling the audio
30 volume.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure \
37         --disable-static
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 #%find_lang %{name}
48
49 %clean
50 rm -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.099249 seconds and 4 git commands to generate.