]> git.pld-linux.org Git - packages/xfce4-whiskermenu-plugin.git/blob - xfce4-whiskermenu-plugin.spec
- up to 2.5.0
[packages/xfce4-whiskermenu-plugin.git] / xfce4-whiskermenu-plugin.spec
1 Summary:        Alternate application launcher for Xfce
2 Name:           xfce4-whiskermenu-plugin
3 Version:        2.5.0
4 Release:        1
5 License:        GPL v2
6 Group:          X11/Applications
7 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.5/%{name}-%{version}.tar.bz2
8 # Source0-md5:  e3aa9399704e0d6b1ec6a96498b98726
9 URL:            http://git.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/
10 BuildRequires:  cmake
11 BuildRequires:  exo-devel >= 0.11.0
12 BuildRequires:  garcon-devel
13 BuildRequires:  glib2-devel >= 1:2.50.2
14 BuildRequires:  gtk+3-devel >= 3.22
15 BuildRequires:  libxfce4ui-devel >= 4.14.0
16 BuildRequires:  libxfce4util-devel >= 4.14.0
17 BuildRequires:  rpmbuild(macros) >= 1.601
18 BuildRequires:  xfce4-dev-tools >= 4.14.0
19 BuildRequires:  xfce4-panel-devel >= 4.14.0
20 BuildRequires:  xfconf-devel >= 4.14.0
21 Requires:       gtk-update-icon-cache
22 Requires:       hicolor-icon-theme
23 Requires:       xfce4-panel >= 4.14.0
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Whisker Menu is an alternate application launcher for Xfce. When you
28 open it you are shown a list of applications you have marked as
29 favorites. You can browse through all of your installed applications
30 by clicking on the category buttons on the side. Top level categories
31 make browsing fast, and simple to switch between. Additionally,
32 Whisker Menu keeps a list of the last ten applications that you've
33 launched from it.
34
35 %prep
36 %setup -q
37
38 %build
39 mkdir -p build
40 cd build
41 %{cmake} \
42         ..
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} -C build install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
53
54 %find_lang %{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %post
60 %update_icon_cache hicolor
61
62 %postun
63 %update_icon_cache hicolor
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc AUTHORS NEWS README
68 %attr(755,root,root) %{_bindir}/xfce4-popup-whiskermenu
69 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
70 %{_datadir}/xfce4/panel/plugins/whiskermenu.desktop
71 %{_iconsdir}/hicolor/*/apps/xfce4-whiskermenu*
72 %{_mandir}/man1/xfce4-popup-whiskermenu.1*
This page took 0.087274 seconds and 4 git commands to generate.