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