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