[arch-commits] Commit in xfce4-xkb-plugin/trunk (2 files)

Jan de Groot jgc at archlinux.org
Wed Mar 31 09:10:38 UTC 2010


    Date: Wednesday, March 31, 2010 @ 05:10:37
  Author: jgc
Revision: 74486

upgpkg: xfce4-xkb-plugin 0.5.3.3-2
Rebuild for libxklavier

Modified:
  xfce4-xkb-plugin/trunk/PKGBUILD
  xfce4-xkb-plugin/trunk/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch

--------------------------------------------+
 PKGBUILD                                   |    6 +++---
 xfce4-xkb-plugin-0.5.3.3-libxklavier.patch |    9 +++++++++
 2 files changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-31 09:02:55 UTC (rev 74485)
+++ PKGBUILD	2010-03-31 09:10:37 UTC (rev 74486)
@@ -4,19 +4,19 @@
 
 pkgname=xfce4-xkb-plugin
 pkgver=0.5.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.5.99.1' 'libxklavier>=4.0' 'librsvg')
+depends=('xfce4-panel>=4.5.99.1' 'libxklavier>=5.0' 'librsvg')
 makedepends=('pkgconfig' 'perlxml' 'intltool')
 options=('!libtool')
 source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
         xfce4-xkb-plugin-0.5.3.3-libxklavier.patch)
 sha1sums=('5e83d55cd6f14a62a87ccadd0f11eee070a6f4a7'
-          '82490cc65d589ead5697f0c1bb8eba62a7be92f2')
+          '44691bd348e33ea17afe45869675c0f7c03ed32f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: xfce4-xkb-plugin-0.5.3.3-libxklavier.patch
===================================================================
--- xfce4-xkb-plugin-0.5.3.3-libxklavier.patch	2010-03-31 09:02:55 UTC (rev 74485)
+++ xfce4-xkb-plugin-0.5.3.3-libxklavier.patch	2010-03-31 09:10:37 UTC (rev 74486)
@@ -10,6 +10,15 @@
      
      config_item = xkl_config_item_new ();
  
+@@ -214,7 +214,7 @@
+ 
+     gdk_window_remove_filter (NULL, (GdkFilterFunc) handle_xevent, NULL);
+ 
+-    xkl_engine_stop_listen (config->engine);
++    xkl_engine_stop_listen (config->engine, XKLL_TRACK_KEYBOARD_STATE);
+ }
+ 
+ gint
 @@ -547,7 +547,7 @@
      if (!config) return NULL;
  




More information about the arch-commits mailing list