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