From a900299a25b4224b509b8ae6195eb68c09dad5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 1 Feb 2020 17:37:03 +0100 Subject: [PATCH] thunar: upgrade 1.8.10 -> 1.8.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 1.8.12 ======================== - NULL is the proper sentinel for g_object_new() (Bug #16310) - Drop timer on finalize (Bug #15305) - Store column width setting asynchronously and only once (Bug #15305) - When move to trash fails, ask whether to delete files (Bug #15975) - Ctrl+Mousewheel does not enlarge/shrink entries (for detailed list view) (Bug #15936) - Extra padding for Eject button when scrollbar is visible (Bug #15312) - Use standard icon instead of custom - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Dutch, French, Galician, Greek, Hungarian, Italian, Japanese, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Ukrainian Could not find announcemant for 1.8.11 Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../thunar/{thunar_1.8.10.bb => thunar_1.8.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.10.bb => thunar_1.8.12.bb} (84%) diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb similarity index 84% rename from meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb rename to meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb index eb57daefc5..0d2befd02e 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.12.bb @@ -8,8 +8,8 @@ inherit xfce gobject-introspection features_check mime-xdg REQUIRED_DISTRO_FEATURES = "x11" -SRC_URI[md5sum] = "85c7394d82542d5a023f1f5baef109d8" -SRC_URI[sha256sum] = "3d448d81c0e49efbaa5ae6bf34ac3c88a614178a1127afaee6b3a1b5ee12e709" +SRC_URI[md5sum] = "bebd2d83ad2ed111b906c99b65fb32ed" +SRC_URI[sha256sum] = "29295bee0b1f5bfd525e37405e5d32b497ae539b15183dd14e6ca49e252225f8" PACKAGECONFIG ??= "" PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"