| 1 | Name: xfce4-whiskermenu-plugin |
|---|
| 2 | Version: 1.5.0 |
|---|
| 3 | Release: 4%{?_dist_release} |
|---|
| 4 | Summary: An alternate application launcher for Xfce |
|---|
| 5 | |
|---|
| 6 | Group: User Interface/Desktops |
|---|
| 7 | License: GPLv2+ |
|---|
| 8 | URL: http://gottcode.org/xfce4-whiskermenu-plugin/ |
|---|
| 9 | Source0: http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/1.5/%{name}-%{version}-src.tar.bz2 |
|---|
| 10 | |
|---|
| 11 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 12 | BuildRequires: cmake |
|---|
| 13 | BuildRequires: exo-devel |
|---|
| 14 | BuildRequires: garcon-devel |
|---|
| 15 | BuildRequires: xfce4-panel-devel |
|---|
| 16 | BuildRequires: libxfce4ui-devel |
|---|
| 17 | BuildRequires: libxfce4util-devel |
|---|
| 18 | BuildRequires: gettext |
|---|
| 19 | Requires: xfce4-panel |
|---|
| 20 | Requires: hicolor-icon-theme |
|---|
| 21 | |
|---|
| 22 | Vendor: Project Vine |
|---|
| 23 | Distribution: Vine Linux |
|---|
| 24 | |
|---|
| 25 | %description |
|---|
| 26 | Alternate application launcher for Xfce. When you open it you are shown |
|---|
| 27 | a list of applications you have marked as favorites. You can browse through |
|---|
| 28 | all of your installed applications by clicking on the category buttons on the |
|---|
| 29 | side. Top level categories make browsing fast, and simple to switch between. |
|---|
| 30 | Additionally, Whisker Menu keeps a list of the last ten applications |
|---|
| 31 | that you’ve launched from it |
|---|
| 32 | |
|---|
| 33 | %prep |
|---|
| 34 | %setup -q |
|---|
| 35 | |
|---|
| 36 | %build |
|---|
| 37 | %cmake |
|---|
| 38 | make %{?_smp_mflags} |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | %install |
|---|
| 42 | make install DESTDIR=%{buildroot} |
|---|
| 43 | |
|---|
| 44 | %find_lang %{name} |
|---|
| 45 | |
|---|
| 46 | %post |
|---|
| 47 | /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : |
|---|
| 48 | |
|---|
| 49 | %postun |
|---|
| 50 | if [ $1 -eq 0 ] ; then |
|---|
| 51 | /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null |
|---|
| 52 | /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : |
|---|
| 53 | fi |
|---|
| 54 | |
|---|
| 55 | %posttrans |
|---|
| 56 | /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : |
|---|
| 57 | |
|---|
| 58 | %files -f %{name}.lang |
|---|
| 59 | %doc README NEWS COPYING |
|---|
| 60 | %{_bindir}/xfce4-popup-whiskermenu |
|---|
| 61 | %{_libdir}/xfce4/panel/plugins/libwhiskermenu.so |
|---|
| 62 | # Type=X-XFCE-PanelPlugin is a valid extension of freedesktop.org specs, but |
|---|
| 63 | # desktop-file-utils refuse to install or verify these files |
|---|
| 64 | %{_datadir}/xfce4/panel/plugins/whiskermenu.desktop |
|---|
| 65 | %{_datadir}/icons/hicolor/*/apps/xfce4-whiskermenu.*g |
|---|
| 66 | %{_mandir}/man1/xfce4-popup-whiskermenu.1* |
|---|
| 67 | |
|---|
| 68 | %changelog |
|---|
| 69 | * Thu Sep 01 2016 Toshiaki Ara <ara_t@384.jp> - 1.5.0-4 |
|---|
| 70 | - rebuild with gcc-5.4.0 |
|---|
| 71 | |
|---|
| 72 | * Mon Mar 2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.5.0-3 |
|---|
| 73 | - Initial build for Vine Linux |
|---|
| 74 | |
|---|
| 75 | * Sat Feb 28 2015 Kevin Fenzi <kevin@scrye.com> 1.5.0-2 |
|---|
| 76 | - Rebuild for Xfce 4.12 |
|---|
| 77 | |
|---|
| 78 | * Sun Feb 22 2015 Filipe Rosset <rosset.filipe@gmail.com> - 1.5.0-1 |
|---|
| 79 | - Rebuilt for new upstream release 1.5.0, fixes rhbz #1194183 |
|---|
| 80 | |
|---|
| 81 | * Sun Dec 28 2014 Eduardo Echeverria <echevemaster@gmail.com> - 1.4.2-1 |
|---|
| 82 | - Updated to the 1.4.2 version |
|---|
| 83 | |
|---|
| 84 | * Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2 |
|---|
| 85 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
|---|
| 86 | |
|---|
| 87 | * Sat Jul 19 2014 Filipe Rosset <rosset.filipe@gmail.com> - 1.4.0-1 |
|---|
| 88 | - Rebuilt for new upstream release 1.4.0 |
|---|
| 89 | |
|---|
| 90 | * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2 |
|---|
| 91 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
|---|
| 92 | |
|---|
| 93 | * Wed Mar 19 2014 Eduardo Echeverria <echevemaster@gmail.com> - 1.3.2-1 |
|---|
| 94 | - Bumped to new upstream release 1.3.2 |
|---|
| 95 | |
|---|
| 96 | * Wed Jan 15 2014 Eduardo Echeverria <echevemaster@gmail.com> - 1.3.1-1 |
|---|
| 97 | - Bumped to new upstream release 1.3.1 |
|---|
| 98 | |
|---|
| 99 | * Thu Dec 5 2013 Eduardo Echeverria <echevemaster@gmail.com> - 1.2.2-1 |
|---|
| 100 | - Bumped to new upstream release 1.2.2 |
|---|
| 101 | |
|---|
| 102 | * Fri Sep 13 2013 Eduardo Echeverria <echevemaster@gmail.com> - 1.1.1-1 |
|---|
| 103 | - Initial Packaging |
|---|
| 104 | |
|---|