xfce4-xkb-plugin-vl.spec 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. Name: xfce4-xkb-plugin
  2. Summary: XKB layout switcher for the Xfce panel
  3. Summary(ja): Xfce パネル用 XKB レイアウト変更器
  4. Version: 0.5.4.3
  5. Release: 1%{?_dist_release}
  6. Group: User Interface/Desktops
  7. License: BSD
  8. URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
  9. Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: librsvg2-devel >= 2.18
  12. BuildRequires: libwnck-devel >= 2.12
  13. BuildRequires: libxfce4util-devel >= 4.8.0
  14. BuildRequires: libxfce4ui-devel >= 4.8.0
  15. BuildRequires: libxklavier-devel >= 5.0
  16. BuildRequires: xfce4-panel-devel >= 4.8.0
  17. BuildRequires: gettext, intltool
  18. Requires: xfce4-panel >= 4.4.0
  19. %description
  20. Xfce XKB layout switch plugin for the Xfce panel. It displays the current
  21. keyboard layout, and refreshes when layout changes. The layout can be
  22. switched by simply clicking on the plugin. For now the keyboard layouts
  23. cannot be configured from the plugin itself, they should be set in the
  24. XF86Config file or some other way (e.g. setxkbmap).
  25. %prep
  26. %setup -q
  27. %build
  28. %configure --disable-static
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  33. %find_lang %{name}
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %files -f %{name}.lang
  37. %defattr(-,root,root,-)
  38. %doc AUTHORS COPYING ChangeLog README
  39. %{_libexecdir}/xfce4/panel-plugins/%{name}
  40. %{_datadir}/xfce4/panel-plugins/*.desktop
  41. %dir %{_datadir}/xfce4/xkb/
  42. %dir %{_datadir}/xfce4/xkb/flags
  43. %{_datadir}/xfce4/xkb/flags/*.svg
  44. %changelog
  45. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.4.3-1
  46. - new upstream release
  47. - remove BuildRequires: libxfcegui4-devel, libxml2-devel
  48. - add BuildRequires: libxfce4ui-devel
  49. - remove old patches
  50. * Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.3.3-7
  51. - initial build for Vine Linux
  52. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3.3-6
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  54. * Thu Jan 13 2011 Kevin Fenzi <kevin@tummy.com> - 0.5.3.3-5
  55. - Rebuild for Xfce 4.8
  56. * Fri Nov 25 2010 François Cami <fcami@fedoraproject.org> - 0.5.3.3-4
  57. - Fix segfault when adding a second keymap. Thanks to Lionel Le Folgoc (#597207)
  58. * Fri Feb 12 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-3
  59. - Fix various segfaults. Thanks to Lionel Le Folgoc (#525471, #547553)
  60. * Mon Jan 25 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-2
  61. - Add patch for libxklavier 5.0. Thanks to Caolan McNamara (#558083)
  62. * Sun Aug 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-1
  63. - Update to 0.5.3.3 (#502878)
  64. * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-5
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  66. * Tue Jul 07 2009 Adam Jackson <ajax@redhat.com> 0.5.2-4
  67. - xxp-0.5.2-xklavier-api.patch: Fix for new libxklavier API.
  68. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-3
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  70. * Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.2-2
  71. - Rebuild for Xfce 4.6 (Beta 3)
  72. * Thu Nov 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.2-1
  73. - Update to 0.5.2
  74. * Thu Oct 02 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.1-1
  75. - Update to 0.5.1
  76. * Mon Jul 07 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.3-5
  77. - fix conditional comparison
  78. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.3-4
  79. - Autorebuild for GCC 4.3
  80. * Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-3
  81. - Rebuild for BuildID feature
  82. * Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-2
  83. - Rebuild for Xfce 4.4.1
  84. * Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-1
  85. - Update to 0.4.3 on Xfce 4.4.
  86. * Sat Dec 09 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-1
  87. - Update to 0.4.2.
  88. * Fri Dec 01 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-1
  89. - Update to 0.4.1 on Xfce 4.3.99.2.
  90. * Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-0.2.20060923svn
  91. - Bump release for devel checkin.
  92. * Sat Sep 23 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-0.1.20060923svn
  93. - Update to svn snapshot of Sep 23rd 2006 on Xfce 4.3.99.1.
  94. * Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.5-3
  95. - Mass rebuild for Fedora Core 6.
  96. * Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.5-2
  97. - Require xfce4-panel.
  98. * Fri Mar 31 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.5-1
  99. - Update to 0.3.5.
  100. * Fri Mar 17 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.4-1
  101. - Update to 0.3.4.
  102. * Fri Mar 10 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.3-1
  103. - Update to 0.3.3.
  104. * Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-6
  105. - Rebuild for Fedora Extras 5.
  106. * Fri Dec 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-5
  107. - Changes for modular X: Add libXext-devel and libXpm-devel BuildReqs.
  108. * Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-4
  109. - Add libxfcegui4-devel BuildReqs.
  110. - Fix %%defattr.
  111. * Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-3
  112. - Initial Fedora Extras version.
  113. - Rebuild for XFCE 4.2.3.
  114. - disable-static instead of removing .a files.
  115. * Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-2.fc4.cw
  116. - Add libxml2 BuildReqs.
  117. * Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-1.fc4.cw
  118. - Rebuild for Core 4.
  119. * Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-1.fc3.cw
  120. - Initial RPM release.