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