[Pkg-xfce-commits] r3915 - in goodies/trunk/xfce4-xkb-plugin/debian: . patches
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sat Mar 27 10:23:04 UTC 2010
Author: mrpouit-guest
Date: 2010-03-27 22:23:00 +0000 (Sat, 27 Mar 2010)
New Revision: 3915
Added:
goodies/trunk/xfce4-xkb-plugin/debian/patches/03_xklavier_5.0.patch
Modified:
goodies/trunk/xfce4-xkb-plugin/debian/changelog
goodies/trunk/xfce4-xkb-plugin/debian/control
Log:
* debian/patches/03_xklavier_5.0.patch: port to the libxklavier 5.0 API.
* debian/control: bump libxklavier-dev b-dep to >= 5.0.
Modified: goodies/trunk/xfce4-xkb-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/changelog 2010-03-25 23:17:05 UTC (rev 3914)
+++ goodies/trunk/xfce4-xkb-plugin/debian/changelog 2010-03-27 22:23:00 UTC (rev 3915)
@@ -1,3 +1,10 @@
+xfce4-xkb-plugin (0.5.3.3-3) UNRELEASED; urgency=low
+
+ * debian/patches/03_xklavier_5.0.patch: port to the libxklavier 5.0 API.
+ * debian/control: bump libxklavier-dev b-dep to >= 5.0.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Sat, 27 Mar 2010 23:19:45 +0100
+
xfce4-xkb-plugin (0.5.3.3-2) unstable; urgency=low
[ Lionel Le Folgoc ]
Modified: goodies/trunk/xfce4-xkb-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/control 2010-03-25 23:17:05 UTC (rev 3914)
+++ goodies/trunk/xfce4-xkb-plugin/debian/control 2010-03-27 22:23:00 UTC (rev 3915)
@@ -6,7 +6,7 @@
Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: autotools-dev, cdbs, debhelper (>= 7), libgtk2.0-dev,
libxfcegui4-dev, xfce4-panel-dev (>= 4.4.1), libxml-parser-perl,
- libxklavier-dev (>= 4.0), librsvg2-dev, libwnck-dev, intltool
+ libxklavier-dev (>= 5.0), librsvg2-dev, libwnck-dev, intltool
Standards-Version: 3.8.4
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-xkb-plugin/
Added: goodies/trunk/xfce4-xkb-plugin/debian/patches/03_xklavier_5.0.patch
===================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/patches/03_xklavier_5.0.patch (rev 0)
+++ goodies/trunk/xfce4-xkb-plugin/debian/patches/03_xklavier_5.0.patch 2010-03-27 22:23:00 UTC (rev 3915)
@@ -0,0 +1,25 @@
+From d7fb267dddda9e1b4f43e8e596ab00801a045d1f Mon Sep 17 00:00:00 2001
+From: Lionel Le Folgoc <mrpouit at ubuntu.com>
+Date: Mon, 25 Jan 2010 22:12:16 +0100
+Subject: [PATCH] Port to libxklavier 5.0 API.
+
+---
+ panel-plugin/xkb-config.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/panel-plugin/xkb-config.c b/panel-plugin/xkb-config.c
+index 352fdf1..bff77dd 100644
+--- a/panel-plugin/xkb-config.c
++++ b/panel-plugin/xkb-config.c
+@@ -214,7 +214,7 @@ xkb_config_finalize ()
+
+ 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
+--
+1.6.3.3
+
More information about the Pkg-xfce-commits
mailing list