From ffbcb2dc510f68280c850b19e0393bc24791033d Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 16 Sep 2015 17:50:36 +0200 Subject: xfce4-settings: get 0001-xsettings.xml-Set-default-themes.patch back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch was accidently included in the git source branch. It is neither new functionality nor bugfix. It is a configuration and should remain in meta-xfce. Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../0001-xsettings.xml-Set-default-themes.patch | 33 ++++++++++++++++++++++ .../xfce4-settings/xfce4-settings_git.bb | 7 +++-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch b/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch new file mode 100644 index 0000000000..8498d4241e --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch @@ -0,0 +1,33 @@ +From 2218ba8a21e9f5715b652c6416c2ddb552686b14 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Sun, 20 May 2012 15:22:09 +0200 +Subject: [PATCH] xsettings.xml: Set default themes +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Upstram status: Inappropriate [configuration] + +Signed-off-by: Andreas Müller +--- + xfsettingsd/xsettings.xml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml +index 65ba1ee..9efb3cd 100644 +--- a/xfsettingsd/xsettings.xml ++++ b/xfsettingsd/xsettings.xml +@@ -1,8 +1,8 @@ + + + +- +- ++ ++ + + + +-- +2.1.0 + diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb index 811866c043..c8224a16e7 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb @@ -10,8 +10,11 @@ inherit xfce xfce-git # + datetime-setter - sent to mainline but strange response # + minor bugfixes - sent mainline but no response # + option to hide mousepointer for a specific (touch) input device - sent mainline but no response -SRC_URI = "git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.0" -SRCREV = "30bc3db17e0c634e41d2f099de6f39bb894906cd" +SRC_URI = " \ + git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.0-1 \ + file://0001-xsettings.xml-Set-default-themes.patch \ +" +SRCREV = "c6683cb2cff489c16c2c7b5eab4017bb461f07f1" S = "${WORKDIR}/git" PV = "4.12.0+git${SRCPV}" -- cgit 1.2.3-korg