]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
- up to 4.18.0
[packages/xfce4-mixer.git] / xfce4-mixer.spec
1 # ToDo: fix segfaults while adding plugin to panel
2
3 %define         xfce_version    4.12.0
4 Summary:        Volume control plugin for the Xfce panel
5 Summary(pl.UTF-8):      Wtyczka sterująca głośnością dla panelu Xfce
6 Name:           xfce4-mixer
7 Version:        4.18.0
8 Release:        0.1
9 License:        GPL v2
10 Group:          X11/Applications/Sound
11 Source0:        https://archive.xfce.org/src/apps/xfce4-mixer/4.18/%{name}-%{version}.tar.bz2
12 # Source0-md5:  bed60dfc288d9e6586c0d38707ffc588
13 URL:            https://www.xfce.org/projects/xfce4-mixer/
14 BuildRequires:  alsa-lib-devel >= 0.9
15 BuildRequires:  autoconf >= 2.50
16 BuildRequires:  automake
17 BuildRequires:  gettext-tools
18 BuildRequires:  glib2-devel >= 1:2.42.0
19 BuildRequires:  gstreamer-plugins-base-devel >= 1.0
20 BuildRequires:  gtk+3-devel >= 3.14.0
21 BuildRequires:  intltool >= 0.35.0
22 BuildRequires:  keybinder3-devel >= 0.3
23 BuildRequires:  libtool
24 BuildRequires:  libxfce4ui-devel >= %{xfce_version}
25 BuildRequires:  pkgconfig >= 1:0.9.0
26 BuildRequires:  pulseaudio-devel >= 0.9.19
27 BuildRequires:  xfce4-dev-tools >= 4.12.0
28 BuildRequires:  xfce4-panel-devel >= %{xfce_version}
29 BuildRequires:  xfconf-devel >= %{xfce_version}
30 Requires:       xfce4-panel >= %{xfce_version}
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 xfce4-mixer is the volume control plugin for the Xfce panel. Includes
35 a simple sound mixer.
36
37 %description -l pl.UTF-8
38 xfce4-mixer to wtyczka sterująca głośnością dla panelu Xfce. Zawiera
39 prosty mikser dźwięku.
40
41 %prep
42 %setup -q
43
44 %build
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoheader}
48 %{__automake}
49 %{__autoconf}
50 %configure \
51         --disable-debug
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{fa_IR,hy_AM,hye,ie,ur_PK}
61 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libmixer.la
62
63 %find_lang %{name}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog NEWS README
71 %attr(755,root,root) %{_bindir}/xfce4-mixer
72 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libmixer.so
73 %{_datadir}/xfce4/panel/plugins/mixer.desktop
74 %{_datadir}/xfce4/mixer
75 %{_desktopdir}/xfce4-mixer.desktop
76 %{_pixmapsdir}/xfce4-mixer
77 %{_mandir}/man1/xfce4-mixer.1*
This page took 0.094907 seconds and 4 git commands to generate.