]> git.pld-linux.org Git - packages/xfce4-whiskermenu-plugin.git/blame_incremental - xfce4-whiskermenu-plugin.spec
- new
[packages/xfce4-whiskermenu-plugin.git] / xfce4-whiskermenu-plugin.spec
... / ...
CommitLineData
1Summary: Alternate application launcher for Xfce
2Name: xfce4-whiskermenu-plugin
3Version: 1.5.0
4Release: 1
5License: GPL v2
6Group: X11/Applications
7Source0: http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/1.5/%{name}-%{version}.tar.bz2
8# Source0-md5: 32fcbf16931038c10b1b7a7ccc392132
9URL: http://git.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/
10BuildRequires: cmake
11BuildRequires: exo-devel >= 0.6.0
12BuildRequires: garcon-devel
13BuildRequires: glib2-devel >= 1:2.30.2
14BuildRequires: gtk+2-devel
15BuildRequires: libxfce4ui-devel >= 4.12.0
16BuildRequires: libxfce4util-devel >= 4.12.0
17BuildRequires: rpmbuild(macros) >= 1.601
18BuildRequires: xfce4-dev-tools >= 4.12.0
19BuildRequires: xfce4-panel-devel >= 4.12.0
20BuildRequires: xfconf-devel >= 4.12.0
21Requires: gtk-update-icon-cache
22Requires: hicolor-icon-theme
23Requires: xfce4-panel >= 4.12.0
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
52%find_lang %{name}
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%post
58%update_icon_cache hicolor
59
60%postun
61%update_icon_cache hicolor
62
63%files -f %{name}.lang
64#%files
65%defattr(644,root,root,755)
66%doc AUTHORS ChangeLog README
67%attr(755,root,root) %{_bindir}/xfce4-popup-whiskermenu
68%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
69%{_datadir}/xfce4/panel/plugins/whiskermenu.desktop
70%{_iconsdir}/hicolor/*/apps/xfce4-whiskermenu*
71%{_mandir}/man1/xfce4-popup-whiskermenu.1*
This page took 0.072472 seconds and 4 git commands to generate.