Name: xfce4-whiskermenu-plugin Version: 1.1.1 Release: 1%{?dist} Summary: An alternate application launcher for Xfce License: GPLv2+ URL: http://gottcode.org/xfce4-whiskermenu-plugin/ Source0: http://gottcode.org/%{name}/%{name}-%{version}-src.tar.bz2 BuildRequires: cmake BuildRequires: exo-devel BuildRequires: garcon-devel BuildRequires: xfce4-panel-devel BuildRequires: libxfce4ui-devel BuildRequires: libxfce4util-devel BuildRequires: gettext Requires: xfce4-panel Requires: hicolor-icon-theme %description Alternate application launcher for Xfce. When you open it you are shown a list of applications you have marked as favorites. You can browse through all of your installed applications by clicking on the category buttons on the side. Top level categories make browsing fast, and simple to switch between. Additionally, Whisker Menu keeps a list of the last ten applications that you’ve launched from it %prep %setup -q %build %cmake make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %find_lang %{name} %post /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %doc README NEWS CREDITS COPYING %{_bindir}/xfce4-popup-whiskermenu %{_libdir}/xfce4/panel/plugins/libwhiskermenu.so # Type=X-XFCE-PanelPlugin is a valid extension of freedesktop.org specs, but # desktop-file-utils refuse to install or verify these files %{_datadir}/xfce4/panel/plugins/whiskermenu.desktop %{_datadir}/icons/hicolor/*/apps/xfce4-whiskermenu.*g %changelog * Fri Sep 13 2013 Eduardo Echeverria - 1.1.1-1 - Initial Packaging