diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-10-29 10:40:41 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-02 10:05:06 -0700 |
commit | 1627aa060995318363d24e0e7d4be2190a940f11 (patch) | |
tree | 2c265e27a47dfb5fc718c6b69c636d443998f81e /meta-xfce/recipes-xfce/xfce4-settings | |
parent | e9e214875fa9109ce49a31c5d964e31fccf02282 (diff) | |
download | meta-openembedded-1627aa060995318363d24e0e7d4be2190a940f11.tar.gz |
xfce4-settings: upgrade 4.12.3 -> 4.12.4
A GTK3 version is abvailable but keep GTK2: haven't found the time yet to
rework my additions which I would miss.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-settings')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 d937653fa..a4685aed3 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | |||
@@ -13,13 +13,13 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
13 | # + minor bugfixes - sent mainline but no response | 13 | # + minor bugfixes - sent mainline but no response |
14 | # + option to hide mousepointer for a specific (touch) input device - sent mainline but no response | 14 | # + option to hide mousepointer for a specific (touch) input device - sent mainline but no response |
15 | SRC_URI = " \ | 15 | SRC_URI = " \ |
16 | git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.3 \ | 16 | git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.4 \ |
17 | file://0001-xsettings.xml-Set-default-themes.patch \ | 17 | file://0001-xsettings.xml-Set-default-themes.patch \ |
18 | file://0002-Fix-linking-to-dbus-glib-bug-13633.patch \ | 18 | file://0002-Fix-linking-to-dbus-glib-bug-13633.patch \ |
19 | " | 19 | " |
20 | SRCREV = "b701ac8b66b83c17469dd5009da51eeb59eba442" | 20 | SRCREV = "75d7c9b15e5ccce12b0864d3659ae9b6de96e245" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | PV = "4.12.3+git${SRCPV}" | 22 | PV = "4.12.4+git${SRCPV}" |
23 | 23 | ||
24 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | 24 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" |
25 | 25 | ||