nonamedotc pushed to xfce4-whiskermenu-plugin (epel7). "Initial import bug #1008059"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Mar 28 23:38:23 UTC 2015


>From e02340e66181203ae99105316dda8a8baa9d71ed Mon Sep 17 00:00:00 2001
From: Eduardo Echeverria <echevemaster at gmail.com>
Date: Fri, 11 Oct 2013 16:51:26 -0430
Subject: Initial import bug #1008059


diff --git a/.gitignore b/.gitignore
index e69de29..4abc878 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/xfce4-whiskermenu-plugin-1.1.1-src.tar.bz2
diff --git a/sources b/sources
index e69de29..cc3f17d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6bc33bc3520a6e791c7cc6c62bb822cb  xfce4-whiskermenu-plugin-1.1.1-src.tar.bz2
diff --git a/xfce4-whiskermenu-plugin.spec b/xfce4-whiskermenu-plugin.spec
new file mode 100644
index 0000000..d1966fd
--- /dev/null
+++ b/xfce4-whiskermenu-plugin.spec
@@ -0,0 +1,67 @@
+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 <echevemaster at gmail.com> - 1.1.1-1
+- Initial Packaging
+
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xfce4-whiskermenu-plugin.git/commit/?h=epel7&id=e02340e66181203ae99105316dda8a8baa9d71ed


More information about the scm-commits mailing list