xfce4-whiskermenu-plugin-vl.spec 3.3 KB

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