diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-01-17 22:26:14 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-18 14:24:17 -0800 |
commit | b9ae406171fd5e922fd459bb71b38bf86b16a705 (patch) | |
tree | 032f28efdfe4d2679c0f6cdad01baca165a2edd1 | |
parent | f2d9ca7fd0db3543a824f576fb8b5780a38131f1 (diff) | |
download | meta-openembedded-b9ae406171fd5e922fd459bb71b38bf86b16a705.tar.gz |
xfce4-settings: upgrade 4.14.1 -> 4.14.2
Release notes for 4.14.2
========================
- display: Fix icon name for primary indicator
- display: Initialize crtc->scalex/y (Bug #15971)
- appearance: Only show themes that support Gtk3 (Bug #15849)
- color: Fix crash in add-profiles dialog (Bug #15876)
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese
(Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
English (Canada), English (United Kingdom), Finnish, French,
Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish,
Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur,
Ukrainian
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.14.2.bb (renamed from meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.14.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.14.1.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.14.2.bb index d326f9209..8013b929f 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.14.1.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.14.2.bb | |||
@@ -11,8 +11,8 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
11 | SRC_URI += " \ | 11 | SRC_URI += " \ |
12 | file://0001-xsettings.xml-Set-default-themes.patch \ | 12 | file://0001-xsettings.xml-Set-default-themes.patch \ |
13 | " | 13 | " |
14 | SRC_URI[md5sum] = "2f4171c21db905d9ba0ca9bee3fc7a5b" | 14 | SRC_URI[md5sum] = "c4816eeb518414255ead805fe220acf1" |
15 | SRC_URI[sha256sum] = "e873e9f6b8e801fd9304ee100c4c76ed9987446c38429d02477c086431c0bf7a" | 15 | SRC_URI[sha256sum] = "ebf70ff83e4fd0cb33fa0c3e871ca4df5127a505b30b83a6f780cf3f181b0af5" |
16 | 16 | ||
17 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | 17 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" |
18 | 18 | ||