From 60e083f798c83ef6d92c298a05e2ab353d27e0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 17 Jan 2020 22:26:15 +0100 Subject: [PATCH] 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 --- .../xfdesktop/{xfdesktop_4.14.1.bb => xfdesktop_4.14.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.14.1.bb => xfdesktop_4.14.2.bb} (74%) diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.1.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.2.bb similarity index 74% rename from meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.1.bb rename to meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.2.bb index fe9f40b388..a512a62ff7 100644 --- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.1.bb +++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.14.2.bb @@ -8,8 +8,8 @@ inherit xfce features_check REQUIRED_DISTRO_FEATURES = "x11" -SRC_URI[md5sum] = "de4b8f6687862ad46dbe4e1ced453f4d" -SRC_URI[sha256sum] = "f705a016246ec54ab0c688d1a0577f6c2b45a446690aa8d9e5a7ac23efebf882" +SRC_URI[md5sum] = "5db09df39b0808f25bd3a3128f8c9e77" +SRC_URI[sha256sum] = "a30534461fea907f969f608a11c84be0b1aaad687c591c32cd56a9d274ea3e74" PACKAGECONFIG ??= "" PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"