xfce4-xkb-plugin-vl.spec 6.1 KB

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