[oe-commits] Koen Kooi : xfce4-settings: add 4.6.4

git version control git at git.openembedded.org
Fri Apr 23 17:02:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5b7e93d0c9c403ea3da02d1a5921cd8817151ac2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5b7e93d0c9c403ea3da02d1a5921cd8817151ac2

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Apr 23 15:45:46 2010 +0200

xfce4-settings: add 4.6.4

---

 .../0001-Port-to-libxklavier-5.0-API.patch         |   34 ++++++++++++++++++++
 recipes/xfce-base/xfce4-settings_4.6.4.bb          |   16 +++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/recipes/xfce-base/xfce4-settings-4.6.4/0001-Port-to-libxklavier-5.0-API.patch b/recipes/xfce-base/xfce4-settings-4.6.4/0001-Port-to-libxklavier-5.0-API.patch
new file mode 100644
index 0000000..2a849af
--- /dev/null
+++ b/recipes/xfce-base/xfce4-settings-4.6.4/0001-Port-to-libxklavier-5.0-API.patch
@@ -0,0 +1,34 @@
+From 8e1ce14a33351f2664678f945c7050e42529c5d4 Mon Sep 17 00:00:00 2001
+From: Lionel Le Folgoc <mrpouit at ubuntu.com>
+Date: Mon, 25 Jan 2010 21:02:53 +0100
+Subject: [PATCH] Port to libxklavier 5.0 API.
+
+Patch slightly modified for Xubuntu to add POTFILES.skip.
+
+---
+ dialogs/keyboard-settings/xfce-keyboard-settings.c |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/dialogs/keyboard-settings/xfce-keyboard-settings.c b/dialogs/keyboard-settings/xfce-keyboard-settings.c
+index 631dc69..0e36375 100644
+--- a/dialogs/keyboard-settings/xfce-keyboard-settings.c
++++ b/dialogs/keyboard-settings/xfce-keyboard-settings.c
+@@ -395,7 +395,7 @@ xfce_keyboard_settings_finalize (GObject *object)
+ 
+ #ifdef HAVE_LIBXKLAVIER
+   /* Stop xklavier engine */
+-  xkl_engine_stop_listen (settings->priv->xkl_engine);
++  xkl_engine_stop_listen (settings->priv->xkl_engine, XKLL_TRACK_KEYBOARD_STATE);
+ #endif /* HAVE_LIBXKLAVIER */
+ 
+   g_object_unref (G_OBJECT (settings->priv->provider));
+diff --git a/po/POTFILES.skip b/po/POTFILES.skip
+new file mode 100644
+index 0000000..0e36375
+--- /dev/null
++++ b/po/POTFILES.skip
+@@ -0,0 +1,1 @@
++.pc/0001-Port-to-libxklavier-5.0-API.patch/dialogs/keyboard-settings/xfce-keyboard-settings.c
+-- 
+1.6.3.3
+
diff --git a/recipes/xfce-base/xfce4-settings_4.6.4.bb b/recipes/xfce-base/xfce4-settings_4.6.4.bb
new file mode 100644
index 0000000..c3b0f06
--- /dev/null
+++ b/recipes/xfce-base/xfce4-settings_4.6.4.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Xfce4 settings"
+HOMEPAGE = "http://www.xfce.org"
+SECTION = "x11/wm"
+LICENSE = "GPL-2"
+
+DEPENDS = "virtual/libx11 virtual/xserver libxi libwnck xrandr exo libxfce4util"
+
+inherit xfce46
+
+SRC_URI += "file://0001-Port-to-libxklavier-5.0-API.patch;patch=1" 
+
+SRC_URI[archive.md5sum] = "04985407e8e5b916c44780314a177e96"
+SRC_URI[archive.sha256sum] = "a5e3f0d959b0d424355414769250473785043c3977446a73b36fa3a5ce44ecdb"
+
+RDEPENDS_${PN} = "xfconf exo"
+





More information about the Openembedded-commits mailing list