From patchwork Sun Dec 23 13:02:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-xfce/meta-gnome,07/12] xfce4-settings: update to 4.11.0 Date: Sun, 23 Dec 2012 13:02:36 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40googlemail=2Ecom=3E?= X-Patchwork-Id: 41589 Message-Id: <1356267761-15152-8-git-send-email-schnitzeltony@googlemail.com> To: openembedded-devel@lists.openembedded.org this is a development release: * tests did not show errors * the new option to store default keyboard layout makes it worth to update Signed-off-by: Andreas Müller --- ...ngs-dialog-add-touchscreen-pointer-option.patch | 117 ++++++++++---------- ...gsHelper-gets-a-property-touchscreen-poin.patch | 8 +- ...settings_4.10.0.bb => xfce4-settings_4.11.0.bb} | 5 +- 3 files changed, 62 insertions(+), 68 deletions(-) rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.10.0.bb => xfce4-settings_4.11.0.bb} (89%) diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0002-mouse-settings-dialog-add-touchscreen-pointer-option.patch b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0002-mouse-settings-dialog-add-touchscreen-pointer-option.patch index 4151c3d..d5a1f2c 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0002-mouse-settings-dialog-add-touchscreen-pointer-option.patch +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0002-mouse-settings-dialog-add-touchscreen-pointer-option.patch @@ -149,10 +149,10 @@ index d3aab0d..573c551 100644 diff --git a/dialogs/mouse-settings/mouse-dialog_ui.h b/dialogs/mouse-settings/mouse-dialog_ui.h -index 9e0c267..8a68c3b 100644 +index 59806a2..8a68c3b 100644 --- a/dialogs/mouse-settings/mouse-dialog_ui.h +++ b/dialogs/mouse-settings/mouse-dialog_ui.h -@@ -31,545 +31,555 @@ static const char mouse_dialog_ui[] = +@@ -31,540 +31,555 @@ static const char mouse_dialog_ui[] = "TrueFalsegtk-revert-to-saved<" @@ -479,51 +479,21 @@ index 9e0c267..8a68c3b 100644 - "operty name=\"spacing\">6TrueFalse12Di_sabledTrueTrueFalseFalseTrueTrueTrueFalseTrueFalseTrueTrueTrueFalse<" -+ "/property>True0Le_ft-handedF" -+ "alseTrueTrueFalse" -+ "TrueTruedevice-ri" -+ "ght-handedFalse<" -+ "/property>True1TrueTrue0Edge scro_llingReverse scroll d_irectionFalseTrueTrueFalseFalseTrueTruesynaptics-scroll-noFalseTrue1Two-_finger scrollingTrueTrueFalseFalseTrueTruesynaptics-scroll-noTrueFalse0Scro_lling mode:Truesynaptics-scrollFalseTrue0TrueFalsesynaptics-scroll-store01TrueTrue21TrueTrue01FalseTrueFalseTrueTrueTrueFalse<" ++ "/property>True0Le_ft-handedF" ++ "alseTrueTrueFalse" ++ "TrueTruedevice-ri" ++ "ght-handedFalse<" ++ "/property>True1TrueTrue0Reverse scroll d_irectionFalseTrueTrueFalseWhen selected, the scroll wheel will work in " + "the opposite directionTrue<" @@ -1116,19 +1106,26 @@ index 9e0c267..8a68c3b 100644 - "roperty name=\"lower\">164824111ABSOLUTEPen (a" -- "bsolute)RELATIVEMouse (relative)0None (right-handed)<" -- "/row>3Half " -- "(left-handed)1Clockwise2Counterclockwise" +- ">" +- "DisabledTr" +- "ueEdge scrollingTrueTwo-finger scrollingTrueCircular scrollingTrueABSOLUTEPen (absolute)RELATIVE<" +- "/col>Mouse (relative)0Non" +- "e (right-handed)3Half (left-handed)1Clockwise2Counterclockwise" +- "" + "l\" translatable=\"yes\">_BehaviorTrue1False" @@ -1228,7 +1225,7 @@ index 9e0c267..8a68c3b 100644 + "nterface>" }; --static const unsigned mouse_dialog_ui_length = 37918u; +-static const unsigned mouse_dialog_ui_length = 37588u; +static const unsigned mouse_dialog_ui_length = 38582u; -- diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0004-XfceXSettingsHelper-gets-a-property-touchscreen-poin.patch b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0004-XfceXSettingsHelper-gets-a-property-touchscreen-poin.patch index 180ccfd..cacb5c3 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0004-XfceXSettingsHelper-gets-a-property-touchscreen-poin.patch +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/touchscreen/0004-XfceXSettingsHelper-gets-a-property-touchscreen-poin.patch @@ -235,17 +235,15 @@ index 7657465..76bcea1 100644 XCloseDisplay (xdisplay); if (gdk_error_trap_pop () != 0) -diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml -index 0a579d6..baa413c 100644 --- a/xfsettingsd/xsettings.xml +++ b/xfsettingsd/xsettings.xml -@@ -41,5 +41,6 @@ +@@ -36,5 +36,6 @@ + - --- + +-- 1.7.6.5 diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.10.0.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb similarity index 89% rename from meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.10.0.bb rename to meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb index aa878ae..c5cb033 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.10.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb @@ -3,7 +3,6 @@ SECTION = "x11/wm" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "exo garcon gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libnotify libxcursor libxklavier" -PR = "r3" inherit xfce @@ -18,8 +17,8 @@ SRC_URI += "file://0001-xsettings.xml-remove-trouble-causing-comment.patch \ file://touchscreen/0004-XfceXSettingsHelper-gets-a-property-touchscreen-poin.patch \ file://touchscreen/0005-pointers-detect-a-change-of-pointer-device-used-and-.patch \ " -SRC_URI[md5sum] = "cc4dd9179ead9046c056431f01a12000" -SRC_URI[sha256sum] = "0843f09ba9673f1d1b5df8dce4a17b63c183a9ba3be75fb6ef99a67fc8c1f77e" +SRC_URI[md5sum] = "3bf42281b64b10b2691008cd693f7dbd" +SRC_URI[sha256sum] = "4a4f1e79a58b524f3a6dd030b6fc687671b35566f847e6f516c6f84211191698" FILES_${PN} += "${libdir}/xfce4"