From 8e6474a1f1ffa459c9fd1525bfc502741bd25f4d Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 10 Apr 2023 21:17:30 +0800 Subject: 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 --- meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb | 35 -------------------------- meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb | 35 ++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb create mode 100644 meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb deleted file mode 100644 index 508416b039..0000000000 --- a/meta-xfce/recipes-xfce/thunar/thunar_4.18.0.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "File manager for the Xfce Desktop Environment" -SECTION = "x11" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libnotify xfce4-panel udev" - -inherit xfce gobject-introspection features_check mime-xdg perlnative - -# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. -# cairo would at least needed to be built with xlib. -ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" - -SRC_URI[sha256sum] = "d1f4b080c97b9e390eff199aaaac7562fb20f031686f8d5ee5207e953bfc2feb" - -PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" -PACKAGECONFIG[pcre] = "--enable-pcre2,--disable-pcre2,libpcre2" -PACKAGECONFIG[x11] = ",,libsm startup-notification" - -FILES:${PN} += " \ - ${libdir}/thunarx-3/* \ - ${libdir}/xfce4/panel/plugins/* \ - ${libdir}/Thunar/[Tt]hunar* \ - ${systemd_user_unitdir} \ - ${datadir}/dbus-1 \ - ${datadir}/metainfo \ - ${datadir}/polkit-1 \ - ${datadir}/Thunar \ - ${datadir}/xfce4/panel/plugins/* \ -" - -RRECOMMENDS:${PN} = " \ - gvfs \ - gvfsd-trash \ - ${@bb.utils.contains('DISTRO_FEATURES', 'dbus', 'tumbler', '', d)} \ -" diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb new file mode 100644 index 0000000000..921dba0631 --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb @@ -0,0 +1,35 @@ +SUMMARY = "File manager for the Xfce Desktop Environment" +SECTION = "x11" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libnotify xfce4-panel udev" + +inherit xfce gobject-introspection features_check mime-xdg perlnative + +# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. +# cairo would at least needed to be built with xlib. +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" + +SRC_URI[sha256sum] = "c4463ce2fb1d628adce70a828e8b4de5fa0802236894d2c40f749471619bedcc" + +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" +PACKAGECONFIG[pcre] = "--enable-pcre2,--disable-pcre2,libpcre2" +PACKAGECONFIG[x11] = ",,libsm startup-notification" + +FILES:${PN} += " \ + ${libdir}/thunarx-3/* \ + ${libdir}/xfce4/panel/plugins/* \ + ${libdir}/Thunar/[Tt]hunar* \ + ${systemd_user_unitdir} \ + ${datadir}/dbus-1 \ + ${datadir}/metainfo \ + ${datadir}/polkit-1 \ + ${datadir}/Thunar \ + ${datadir}/xfce4/panel/plugins/* \ +" + +RRECOMMENDS:${PN} = " \ + gvfs \ + gvfsd-trash \ + ${@bb.utils.contains('DISTRO_FEATURES', 'dbus', 'tumbler', '', d)} \ +" -- cgit v1.2.3-54-g00ecf