From 8c9816bd3d312e1f059f562757cd25c0b79f11fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 21 Nov 2019 00:38:05 +0100 Subject: [PATCH] exo: upgrade 0.12.8 -> 0.12.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 0.12.9 ======================== Bug Fixes: - Explicitly depend on gio-unix-2.0 (Xfce #15825) - Fix alignment of multi-line filenames when text beside icons (Xfce - Fix cursor missing in search popup widget (Xfce #16068) - Fix desktop item creation on symbolic link directories - Fix excess clickable area of multiline filenames (Xfce #16075) - Fix issues with displaying icon view contents (Xfce #14737) - Fix prelight deactivation (Xfce #11806) - Hide search widget when doing a fullscreen resize (Xfce #15106) - Make user-created launchers executable by default Signed-off-by: Andreas Müller Signed-off-by: Khem Raj Acked-by: Kai Kang --- meta-xfce/recipes-xfce/exo/{exo_0.12.8.bb => exo_0.12.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/exo/{exo_0.12.8.bb => exo_0.12.9.bb} (88%) diff --git a/meta-xfce/recipes-xfce/exo/exo_0.12.8.bb b/meta-xfce/recipes-xfce/exo/exo_0.12.9.bb similarity index 88% rename from meta-xfce/recipes-xfce/exo/exo_0.12.8.bb rename to meta-xfce/recipes-xfce/exo/exo_0.12.9.bb index bc96a398f15..8d59be13b5b 100644 --- a/meta-xfce/recipes-xfce/exo/exo_0.12.8.bb +++ b/meta-xfce/recipes-xfce/exo/exo_0.12.9.bb @@ -20,8 +20,8 @@ SRC_URI_append_class-native = " \ file://reduce-build-to-exo-csource-only.patch \ " -SRC_URI[md5sum] = "e618ce760a12ac7427a48a44c69f3d31" -SRC_URI[sha256sum] = "3400a2e64aa41ede25bedaca4909bde7ea4f8698d9598d1b80f02a40ac89fcde" +SRC_URI[md5sum] = "9730f9d270b4968a8bbebe73e6de934f" +SRC_URI[sha256sum] = "9ba0bf0fd59aeb1cd32ae3863e7a78222655eb15eb675ba08f3b3fb933b6fbfe" PACKAGECONFIG ??= "" PACKAGECONFIG_class-target ??= "gtk"