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 | |
parent | 24c6e0236adcf6e0948678a6f385ccad524701c8 (diff) | |
download | ast2050-yocto-openembedded-4a752fb5d1cd2f0ed4ebb75a0d3ce0b66869c4e0.zip ast2050-yocto-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>
-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 498f8d0..44478e6 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 - <property name="IconThemeName" type="empty"/> + <property name="ThemeName" type="string" value="Xfce"/> + <property name="IconThemeName" type="string" value="gnome"/> - <property name="DoubleClickTime" type="int" value="250"/> + <property name="DoubleClickTime" type="int" value="400"/> <property name="DoubleClickDistance" type="int" value="5"/> <property name="DndDragThreshold" type="int" value="8"/> -- 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 290ec3d..5ce38b9 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 inherit xfce xfce-git -SRC_URI = " git://gitorious.org/xfce/xfce4-settings.git;protocol=git;branch=for-oe \ +SRC_URI = " git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.0 \ file://0001-xsettings.xml-remove-trouble-causing-comment.patch \ file://0002-xsettings.xml-Set-default-themes.patch \ - file://touchscreen/invisible \ - file://touchscreen/wait \ - file://touchscreen/0001-add-cursor-theme-xfce-invisible.patch \ - file://touchscreen/0002-mouse-settings-dialog-add-touchscreen-pointer-option.patch \ - file://touchscreen/0003-XfcePointersHelper-gets-a-pointer-to-XfceXSettingsHe.patch \ - file://touchscreen/0004-XfceXSettingsHelper-gets-a-property-touchscreen-poin.patch \ - file://touchscreen/0005-pointers-detect-a-change-of-pointer-device-used-and-.patch \ " -SRCREV = "b7a0e1fd77f5bb5c372223ff62aec7acf252f061" +SRCREV = "a4540c2350cecf53f7095027edd102c6a24e36af" S = "${WORKDIR}/git" -PV = "4.11.0+git${SRCPV}" +PV = "4.12.0+git${SRCPV}" EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" @@ -36,12 +29,6 @@ FILES_${PN} += " \ ${datadir}/xfce4 \ " -do_install_prepend() { - # somehow binary files are not patched correctly by oe-patch - so copy them - cp ${WORKDIR}/touchscreen/invisible ${S}/cursors - cp ${WORKDIR}/touchscreen/wait ${S}/cursors -} - RRECOMMENDS_${PN} += "gnome-icon-theme" RRECOMMENDS_${PN} += "${@base_contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" RRECOMMENDS_${PN} += "${@base_contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" |