diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-03-03 01:15:16 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-21 16:42:28 +0100 |
commit | 4a752fb5d1cd2f0ed4ebb75a0d3ce0b66869c4e0 (patch) | |
tree | f8cb3c84b0ab049b162c10edf774690506ed0821 /meta-xfce/recipes-xfce | |
parent | 24c6e0236adcf6e0948678a6f385ccad524701c8 (diff) | |
download | meta-openembedded-4a752fb5d1cd2f0ed4ebb75a0d3ce0b66869c4e0.tar.gz |
xfce4-settings: update to 4.12.0
* Source is taken from external git repo as before due to problems patching
binary files (icons). The revision is 4.12 release + Date/Time setter which
was not accepted upstream.
* Touchscreen/invisible mouse pointer patches do not apply anymore and it is
not a matter of simple rebasing due to new libinput support. Patches were
kept because reimplemementation is in progress. This - together with
libinput support - will be sent in a follow up patch.
* git repo was moved to github
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0002-xsettings.xml-Set-default-themes.patch | 2 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 19 |
2 files changed, 4 insertions, 17 deletions
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 index 498f8d00d5..44478e6d83 100644 --- 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 | |||
@@ -24,7 +24,7 @@ index 49a4c1e..5ec94e9 100644 | |||
24 | - <property name="IconThemeName" type="empty"/> | 24 | - <property name="IconThemeName" type="empty"/> |
25 | + <property name="ThemeName" type="string" value="Xfce"/> | 25 | + <property name="ThemeName" type="string" value="Xfce"/> |
26 | + <property name="IconThemeName" type="string" value="gnome"/> | 26 | + <property name="IconThemeName" type="string" value="gnome"/> |
27 | <property name="DoubleClickTime" type="int" value="250"/> | 27 | <property name="DoubleClickTime" type="int" value="400"/> |
28 | <property name="DoubleClickDistance" type="int" value="5"/> | 28 | <property name="DoubleClickDistance" type="int" value="5"/> |
29 | <property name="DndDragThreshold" type="int" value="8"/> | 29 | <property name="DndDragThreshold" type="int" value="8"/> |
30 | -- | 30 | -- |
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 290ec3de5c..5ce38b9131 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | |||
@@ -6,20 +6,13 @@ DEPENDS = "exo exo-native garcon gtk+ libxfce4util libxfce4ui xfconf dbus-glib l | |||
6 | 6 | ||
7 | inherit xfce xfce-git | 7 | inherit xfce xfce-git |
8 | 8 | ||
9 | SRC_URI = " git://gitorious.org/xfce/xfce4-settings.git;protocol=git;branch=for-oe \ | 9 | SRC_URI = " git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.0 \ |
10 | file://0001-xsettings.xml-remove-trouble-causing-comment.patch \ | 10 | file://0001-xsettings.xml-remove-trouble-causing-comment.patch \ |
11 | file://0002-xsettings.xml-Set-default-themes.patch \ | 11 | file://0002-xsettings.xml-Set-default-themes.patch \ |
12 | file://touchscreen/invisible \ | ||
13 | file://touchscreen/wait \ | ||
14 | file://touchscreen/0001-add-cursor-theme-xfce-invisible.patch \ | ||
15 | file://touchscreen/0002-mouse-settings-dialog-add-touchscreen-pointer-option.patch \ | ||
16 | file://touchscreen/0003-XfcePointersHelper-gets-a-pointer-to-XfceXSettingsHe.patch \ | ||
17 | file://touchscreen/0004-XfceXSettingsHelper-gets-a-property-touchscreen-poin.patch \ | ||
18 | file://touchscreen/0005-pointers-detect-a-change-of-pointer-device-used-and-.patch \ | ||
19 | " | 12 | " |
20 | SRCREV = "b7a0e1fd77f5bb5c372223ff62aec7acf252f061" | 13 | SRCREV = "a4540c2350cecf53f7095027edd102c6a24e36af" |
21 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
22 | PV = "4.11.0+git${SRCPV}" | 15 | PV = "4.12.0+git${SRCPV}" |
23 | 16 | ||
24 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | 17 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" |
25 | 18 | ||
@@ -36,12 +29,6 @@ FILES_${PN} += " \ | |||
36 | ${datadir}/xfce4 \ | 29 | ${datadir}/xfce4 \ |
37 | " | 30 | " |
38 | 31 | ||
39 | do_install_prepend() { | ||
40 | # somehow binary files are not patched correctly by oe-patch - so copy them | ||
41 | cp ${WORKDIR}/touchscreen/invisible ${S}/cursors | ||
42 | cp ${WORKDIR}/touchscreen/wait ${S}/cursors | ||
43 | } | ||
44 | |||
45 | RRECOMMENDS_${PN} += "gnome-icon-theme" | 32 | RRECOMMENDS_${PN} += "gnome-icon-theme" |
46 | RRECOMMENDS_${PN} += "${@base_contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" | 33 | RRECOMMENDS_${PN} += "${@base_contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" |
47 | RRECOMMENDS_${PN} += "${@base_contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" | 34 | RRECOMMENDS_${PN} += "${@base_contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" |