From 60e083f798c83ef6d92c298a05e2ab353d27e0de Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 17 Jan 2020 22:26:15 +0100 Subject: xfdesktop: upgrade 4.14.1 -> 4.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 4.14.2 ======================== - Update thumbnail when file changes (Bug #14919) - Add DnD support for application/octet-stream (Bug #14919) - windowlist: Fix ellipsizing (Bug #15851) - Add padding to custom actions without icon (Bug #14628) - Fix yet another rubber band DnD issue (Bug #16046) - Reintroduce workaround for Bug #11283 - Show file names in tooltips (Bug #15899) - fallback style: Highlight selected icons (Bug #15866) - Translation Updates: Albanian, Amharic, 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), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Uzbek Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.1.bb | 17 ----------------- meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.1.bb create mode 100644 meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.2.bb diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.1.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.1.bb deleted file mode 100644 index fe9f40b388..0000000000 --- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Xfce4 Desktop Manager" -SECTION = "x11/base" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "libxfce4ui libwnck thunar garcon exo" - -inherit xfce features_check - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[md5sum] = "de4b8f6687862ad46dbe4e1ced453f4d" -SRC_URI[sha256sum] = "f705a016246ec54ab0c688d1a0577f6c2b45a446690aa8d9e5a7ac23efebf882" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" - -FILES_${PN} += "${datadir}/backgrounds" diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.2.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.2.bb new file mode 100644 index 0000000000..a512a62ff7 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.2.bb @@ -0,0 +1,17 @@ +SUMMARY = "Xfce4 Desktop Manager" +SECTION = "x11/base" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" +DEPENDS = "libxfce4ui libwnck thunar garcon exo" + +inherit xfce features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI[md5sum] = "5db09df39b0808f25bd3a3128f8c9e77" +SRC_URI[sha256sum] = "a30534461fea907f969f608a11c84be0b1aaad687c591c32cd56a9d274ea3e74" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" + +FILES_${PN} += "${datadir}/backgrounds" -- cgit 1.2.3-korg