]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
- rel 3
[packages/xfce4-mixer.git] / xfce4-mixer.spec
1 Summary:        Volume control plugin for the Xfce panel
2 Summary(pl.UTF-8):      Wtyczka sterująca głośnością dla panelu Xfce
3 Name:           xfce4-mixer
4 Version:        4.6.1
5 Release:        3
6 License:        GPL v2
7 Group:          X11/Applications/Sound
8 Source0:        http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a99e2455445480ef5081fe69454a46fc
10 Patch0:         %{name}-ui.patch
11 URL:            http://www.xfce.org/projects/xfce4-mixer/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.14
16 BuildRequires:  gtk+2-devel >= 2:2.10.6
17 BuildRequires:  intltool >= 0.35.0
18 BuildRequires:  libtool
19 BuildRequires:  libxfce4ui-devel >= %{version}
20 BuildRequires:  pkgconfig >= 1:0.9.0
21 BuildRequires:  xfce4-dev-tools >= 4.6.0
22 BuildRequires:  xfce4-panel-devel >= %{version}
23 BuildRequires:  xfconf-devel >= %{version}
24 Requires:       xfce4-panel >= %{version}
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 xfce4-mixer is the volume control plugin for the Xfce panel. Includes
29 a simple sound mixer.
30
31 %description -l pl.UTF-8
32 xfce4-mixer to wtyczka sterująca głośnością dla panelu Xfce. Zawiera
33 prosty mikser dźwięku.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38
39 %build
40 %{__intltoolize}
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoheader}
44 %{__automake}
45 %{__autoconf}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README TODO
63 %attr(755,root,root) %{_bindir}/xfce4-mixer
64 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mixer-plugin
65 %{_datadir}/xfce4/panel-plugins/xfce4-mixer-plugin.desktop
66 %{_datadir}/xfce4-mixer
67 %{_desktopdir}/xfce4-mixer.desktop
68 %{_pixmapsdir}/xfce4-mixer
This page took 0.051788 seconds and 3 git commands to generate.