From 8e6474a1f1ffa459c9fd1525bfc502741bd25f4d Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 10 Apr 2023 21:17:30 +0800 Subject: [PATCH] thunar: 4.18.0 -> 4.18.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 4.18.4 ======================== Bugfix and translation release on the 4.18 branch Bugfixes: - Don't open folder when mounting device (Issue #919) - Don't show full menu for unmounted devices (#1049) - Support handling URIs via desktop file (#1044) - Focus correct split pane on mouse click (#1039) - Prevent wrong undo/redo notify (#1036) - Support undo trash for linked paths (#1030) - Always ask before delete files via undo (#1027) - Fix use after free fault (#1031) - Allow symlink creation on remote locations (#875) - Prevent crash when closing window (#884) - Keep directory specific sort details (#1017) - Don't add extra-dot when creating links (#1019) Translation Updates: Albanian, Arabic, Armenian, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../recipes-xfce/thunar/{thunar_4.18.0.bb => thunar_4.18.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-xfce/thunar/{thunar_4.18.0.bb => thunar_4.18.4.bb} (92%) diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb similarity index 92% rename from meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb rename to meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb index 508416b039..921dba0631 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb @@ -10,7 +10,7 @@ inherit xfce gobject-introspection features_check mime-xdg perlnative # cairo would at least needed to be built with xlib. ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" -SRC_URI[sha256sum] = "d1f4b080c97b9e390eff199aaaac7562fb20f031686f8d5ee5207e953bfc2feb" +SRC_URI[sha256sum] = "c4463ce2fb1d628adce70a828e8b4de5fa0802236894d2c40f749471619bedcc" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" PACKAGECONFIG[pcre] = "--enable-pcre2,--disable-pcre2,libpcre2"