xfce4-quicklauncher-plugin-vl.spec 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. %global minor_version 1.9
  2. Name: xfce4-quicklauncher-plugin
  3. Summary: Quicklauncher plugin for the Xfce panel
  4. Summary(ja): Xfce パネル用クイックランチャープラグイン
  5. Version: 1.9.4
  6. Release: 12%{?_dist_release}
  7. Group: User Interface/Desktops
  8. License: GPLv2+
  9. URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
  10. Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
  11. # http://bugzilla.xfce.org/show_bug.cgi?id=7015
  12. Patch1: %{name}-1.9.4-xfce4-panel-4.7.patch
  13. # make new apps appear on the correct X screen
  14. # http://bugzilla.xfce.org/show_bug.cgi?id=4323
  15. Patch2: %{name}-1.9.4-fix-multiscreen.patch
  16. # apply settings without restart
  17. # http://bugzilla.xfce.org/show_bug.cgi?id=3782
  18. Patch3: %{name}-1.9.4-save-settings.patch
  19. # plugin speaks french if no translations are found
  20. # http://bugzilla.xfce.org/show_bug.cgi?id=3783
  21. # contains all translations from
  22. # http://translations.xfce.org/projects/p/xfce4-quicklauncher-plugin/c/master/
  23. # as of 2010-12-19
  24. Patch4: %{name}-1.9.4-update-translations.patch
  25. # Xfce 4.6: xfce-setting-show instead of xfce4-settings-manager
  26. # http://bugzilla.xfce.org/show_bug.cgi?id=5752
  27. Patch5: %{name}-1.9.4-xfce4-settings-manager.patch
  28. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  29. BuildRequires: libxfcegui4-devel >= 4.3.20
  30. BuildRequires: libxml2-devel
  31. BuildRequires: xfce4-panel-devel >= 4.3.20
  32. BuildRequires: gettext
  33. BuildRequires: perl-XML-Parser
  34. Requires: xfce4-panel >= 4.4.0
  35. Vendor: Project Vine
  36. Distribution: Vine Linux
  37. %description
  38. This plugin allows you to have lots of launchers in the Xfce panel, displaying
  39. them on several lines.
  40. %prep
  41. %setup -q
  42. %patch1 -p1 -b .xfce4-panel-4.7
  43. %patch2 -p0 -b .multiscreen
  44. %patch3 -p1 -b .save-settings
  45. %patch4 -p1 -b .update-translations
  46. %patch5 -p0 -b .xfce46
  47. %build
  48. %configure --disable-static
  49. make %{?_smp_mflags}
  50. %install
  51. rm -rf $RPM_BUILD_ROOT
  52. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  53. find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
  54. %find_lang %{name}
  55. %clean
  56. rm -rf $RPM_BUILD_ROOT
  57. %files -f %{name}.lang
  58. %defattr(-,root,root,-)
  59. %doc AUTHORS COPYING ChangeLog TODO
  60. %{_libdir}/xfce4/panel/plugins/*.so
  61. %{_datadir}/xfce4/panel-plugins/*.desktop
  62. %changelog
  63. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.4-12
  64. - rebuild with VineSeed environment
  65. * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.4-11
  66. - rebuild with Xfce-4.10.0
  67. * Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.4-10
  68. - initial build for Vine Linux
  69. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-9
  70. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  71. * Sun Dec 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-8
  72. - Patch for xfce4-panel 4.7
  73. - Update translations from Xfce Transifex
  74. * Wed Sep 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-7
  75. - Make new apps appear on the correct screen (bugzilla.xfce.org 4323)
  76. - Apply settings without restarting the plugin (bugzilla.xfce.org #3782)
  77. - Add missing english translation (bugzilla.xfce.org #3783)
  78. - Update default config for Xfce 4.6 (bugzilla.xfce.org #5752)
  79. * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-6
  80. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  81. * Fri Jul 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-5
  82. - Fix path in desktop file (#509294)
  83. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-4
  84. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  85. * Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-3
  86. - Rebuild for Xfce 4.6 (Beta 3)
  87. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9.4-2
  88. - Autorebuild for GCC 4.3
  89. * Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-1
  90. - Update to 1.9.4
  91. - Update license tag
  92. * Sat Jun 09 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-4
  93. - Multilib fix for desktop file (#228168)
  94. * Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-3
  95. - Rebuild for Xfce 4.4.1
  96. * Sun Jan 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-2
  97. - Rebuild for Xfce 4.4.
  98. * Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-1
  99. - Update to 1.9.2.
  100. * Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.1-2
  101. - Rebuild for XFCE 4.3.99.1.
  102. - BR perl(XML::Parser).
  103. * Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.1-1
  104. - Update to 1.9.1 on XFCE 4.3.90.2.
  105. * Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.81-5
  106. - Mass rebuild for Fedora Core 6.
  107. * Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.81-4
  108. - Require xfce4-panel.
  109. * Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.81-3
  110. - Rebuild for Fedora Extras 5.
  111. * Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.81-2
  112. - Add libxfcegui4-devel BuildReqs.
  113. - Fix %%defattr.
  114. * Fri Nov 18 2005 Christoph Wickert <fedora wickert at arcor de> - 0.81-1
  115. - Initial Fedora Extras release.