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