diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-05-19 23:55:58 +0200 |
|---|---|---|
| committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-18 15:54:00 +0200 |
| commit | 63753685fe0ca4c3f7998ac5490d059a1a0a5481 (patch) | |
| tree | e1de27d33f5109ee641ba66a2735ccb67a6d4408 | |
| parent | db799a93e277a973481a6ed4cadafdc9d3985c40 (diff) | |
| download | meta-openembedded-63753685fe0ca4c3f7998ac5490d059a1a0a5481.tar.gz | |
xfce4-settings: update to 4.10.0 and set default themes
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xfsettingsd-use-gnome-as-default-icon-theme.patch | 29 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xsettings.xml-remove-trouble-causing-comment.patch | 31 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0002-xsettings.xml-Set-default-themes.patch | 32 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.10.0.bb (renamed from meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.3.bb) | 8 |
4 files changed, 68 insertions, 32 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xfsettingsd-use-gnome-as-default-icon-theme.patch b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xfsettingsd-use-gnome-as-default-icon-theme.patch deleted file mode 100644 index d428848293..0000000000 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xfsettingsd-use-gnome-as-default-icon-theme.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From 576e7881bdc84390cc51210ee37e5bdd87a170fc Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
| 3 | Date: Sat, 15 Oct 2011 16:43:09 +0200 | ||
| 4 | Subject: [PATCH] xfsettingsd: use 'gnome' as default icon theme | ||
| 5 | |||
| 6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
| 7 | --- | ||
| 8 | |||
| 9 | Upstream-status: unacceptable (config) | ||
| 10 | |||
| 11 | xfsettingsd/xsettings.xml | 2 +- | ||
| 12 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml | ||
| 15 | index 049b4ed..d8c6a85 100644 | ||
| 16 | --- a/xfsettingsd/xsettings.xml | ||
| 17 | +++ b/xfsettingsd/xsettings.xml | ||
| 18 | @@ -3,7 +3,7 @@ | ||
| 19 | <channel name="xsettings" version="1.0"> | ||
| 20 | <property name="Net" type="empty"> | ||
| 21 | <property name="ThemeName" type="string" value="Xfce"/> | ||
| 22 | - <property name="IconThemeName" type="string" value="Rodent"/> | ||
| 23 | + <property name="IconThemeName" type="string" value="gnome"/> | ||
| 24 | </property> | ||
| 25 | <property name="Xft" type="empty"> | ||
| 26 | <property name="DPI" type="int" value="-1"/> | ||
| 27 | -- | ||
| 28 | 1.6.6.1 | ||
| 29 | |||
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xsettings.xml-remove-trouble-causing-comment.patch b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xsettings.xml-remove-trouble-causing-comment.patch new file mode 100644 index 0000000000..a76fad2aac --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xsettings.xml-remove-trouble-causing-comment.patch | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | From a84a7a6537544cdf56e1d4cad47a4cf002964039 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
| 3 | Date: Sun, 20 May 2012 15:20:08 +0200 | ||
| 4 | Subject: [PATCH 1/2] xsettings.xml: remove trouble causing comment | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | Upstream-status: Pending | ||
| 9 | |||
| 10 | |||
| 11 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
| 12 | --- | ||
| 13 | xfsettingsd/xsettings.xml | 5 ----- | ||
| 14 | 1 files changed, 0 insertions(+), 5 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml | ||
| 17 | index 8f9e2eb..49a4c1e 100644 | ||
| 18 | --- a/xfsettingsd/xsettings.xml | ||
| 19 | +++ b/xfsettingsd/xsettings.xml | ||
| 20 | @@ -1,8 +1,3 @@ | ||
| 21 | -<!-- | ||
| 22 | - Default values for the X settings registry as described in | ||
| 23 | - http://www.freedesktop.org/wiki/Specifications/XSettingsRegistry | ||
| 24 | ---> | ||
| 25 | - | ||
| 26 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 27 | <channel name="xsettings" version="1.0"> | ||
| 28 | <property name="Net" type="empty"> | ||
| 29 | -- | ||
| 30 | 1.7.4.4 | ||
| 31 | |||
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0002-xsettings.xml-Set-default-themes.patch b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0002-xsettings.xml-Set-default-themes.patch new file mode 100644 index 0000000000..498f8d00d5 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0002-xsettings.xml-Set-default-themes.patch | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | From 071a390ba09a8a412f73d295be81a805804a1f24 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
| 3 | Date: Sun, 20 May 2012 15:22:09 +0200 | ||
| 4 | Subject: [PATCH 2/2] xsettings.xml: Set default themes | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | Upstram status: Inappropriate [configuration] | ||
| 9 | |||
| 10 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
| 11 | --- | ||
| 12 | xfsettingsd/xsettings.xml | 4 ++-- | ||
| 13 | 1 files changed, 2 insertions(+), 2 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml | ||
| 16 | index 49a4c1e..5ec94e9 100644 | ||
| 17 | --- a/xfsettingsd/xsettings.xml | ||
| 18 | +++ b/xfsettingsd/xsettings.xml | ||
| 19 | @@ -1,8 +1,8 @@ | ||
| 20 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 21 | <channel name="xsettings" version="1.0"> | ||
| 22 | <property name="Net" type="empty"> | ||
| 23 | - <property name="ThemeName" type="empty"/> | ||
| 24 | - <property name="IconThemeName" type="empty"/> | ||
| 25 | + <property name="ThemeName" type="string" value="Xfce"/> | ||
| 26 | + <property name="IconThemeName" type="string" value="gnome"/> | ||
| 27 | <property name="DoubleClickTime" type="int" value="250"/> | ||
| 28 | <property name="DoubleClickDistance" type="int" value="5"/> | ||
| 29 | <property name="DndDragThreshold" type="int" value="8"/> | ||
| 30 | -- | ||
| 31 | 1.7.4.4 | ||
| 32 | |||
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.3.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.10.0.bb index c3dd8fdd51..fb9083dfb7 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.3.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.10.0.bb | |||
| @@ -6,9 +6,11 @@ DEPENDS = "exo gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx1 | |||
| 6 | 6 | ||
| 7 | inherit xfce | 7 | inherit xfce |
| 8 | 8 | ||
| 9 | SRC_URI += "file://0001-xfsettingsd-use-gnome-as-default-icon-theme.patch" | 9 | SRC_URI += "file://0001-xsettings.xml-remove-trouble-causing-comment.patch \ |
| 10 | file://0002-xsettings.xml-Set-default-themes.patch" | ||
| 11 | SRC_URI[md5sum] = "cc4dd9179ead9046c056431f01a12000" | ||
| 12 | SRC_URI[sha256sum] = "0843f09ba9673f1d1b5df8dce4a17b63c183a9ba3be75fb6ef99a67fc8c1f77e" | ||
| 10 | 13 | ||
| 11 | SRC_URI[md5sum] = "4669298cc8a4abf0e5a410016b575030" | 14 | FILES_${PN} += "${libdir}/xfce4" |
| 12 | SRC_URI[sha256sum] = "d878cc474e1e677e9607279b9a1007cb90ed35ff078de180259a8b2b8d06bc2e" | ||
| 13 | 15 | ||
| 14 | RRECOMMENDS_${PN} += "gnome-icon-theme" | 16 | RRECOMMENDS_${PN} += "gnome-icon-theme" |
