]> git.pld-linux.org Git - packages/xfce4-quicklauncher-plugin.git/blob - xfce4-quicklauncher-plugin.spec
- release 10 (by relup.sh)
[packages/xfce4-quicklauncher-plugin.git] / xfce4-quicklauncher-plugin.spec
1 Summary:        Multiline launcher plugin for Xfce panel
2 Summary(pl.UTF-8):      Wieloliniowa wtyczka do uruchamiania dla panelu Xfce
3 Name:           xfce4-quicklauncher-plugin
4 Version:        1.9.4
5 Release:        10
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-quicklauncher-plugin/1.9/%{name}-%{version}.tar.bz2
9 # Source0-md5:  299e17f196ecfa5fb018cf65abb19b56
10 Patch0:         %{name}-missing-english-translation.patch
11 Patch2:         %{name}-parameters-launcher.patch
12 Patch3:         %{name}-save-settings.patch
13 Patch4:         %{name}-startup.patch
14 Patch5:         %{name}-ui.patch
15 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  exo-devel >= 0.6.0
19 BuildRequires:  gettext-tools
20 BuildRequires:  intltool
21 BuildRequires:  libtool
22 BuildRequires:  libxfce4ui-devel
23 BuildRequires:  pkgconfig
24 BuildRequires:  xfce4-dev-tools >= 4.4.0
25 BuildRequires:  xfce4-panel-devel >= 4.4.0
26 Requires:       xfce4-panel >= 4.4.0
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 This plugin allows you to have lots of launchers in the panel,
31 displaying them on several lines.
32
33 %description -l pl.UTF-8
34 Ta wtyczka umożliwia posiadanie wielu narzędzi do uruchamiania w
35 panelu, wyświetlając je w kilku liniach.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40 %patch2 -p1
41 %patch3 -p1
42 %patch4 -p1
43 %patch5 -p1
44
45 %build
46 %{__intltoolize}
47 %{__libtoolize}
48 %{__aclocal}
49 %{__autoconf}
50 %{__autoheader}
51 %{__automake}
52 %configure \
53         --disable-static
54
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
64
65 %find_lang %{name}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %doc AUTHORS ChangeLog TODO
73 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
74 %{_datadir}/xfce4/panel-plugins/*.desktop
This page took 0.060018 seconds and 4 git commands to generate.