From 51a73766cc31136af8c1be32d7035deb2cc364cb Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 18 Dec 2025 13:34:46 +0100 Subject: thunar: upgrade 4.16.9 -> 4.16.11 Changelog: 4.6.11: - Dont reload the view when text is copied - NULL checks to prevent crash on malformed bookmark URI - Use 'g_timeout_add_full' to set tree-view cursor - Fix signal disconnect in thunar_window_unrealize - Don't go beyond THUNAR_N_VISIBLE_COLUMNS while parsing col widths - Translation Updates: 4.16.10: - Fix signal disconnect to prevent crash - Don't go beyond THUNAR_N_VISIBLE_COLUMNS while parsing col widths https://gitlab.xfce.org/xfce/thunar/-/blob/thunar-4.16.11/NEWS Signed-off-by: Gyorgy Sarvari --- meta-xfce/recipes-xfce/thunar/thunar_4.16.11.bb | 28 +++++++++++++++++++++++++ meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb | 28 ------------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 meta-xfce/recipes-xfce/thunar/thunar_4.16.11.bb delete mode 100644 meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.16.11.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.16.11.bb new file mode 100644 index 0000000000..4826683a16 --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar/thunar_4.16.11.bb @@ -0,0 +1,28 @@ +SUMMARY = "File manager for the Xfce Desktop Environment" +SECTION = "x11" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" +DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" + +inherit xfce gobject-introspection features_check mime-xdg perlnative + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI[sha256sum] = "f47dde90b2e5e3e31920a4f57ddd3670282d0a90870a45e89148fce41b2a8a1b" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" + +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" diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb deleted file mode 100644 index 93c41aedfe..0000000000 --- a/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "File manager for the Xfce Desktop Environment" -SECTION = "x11" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "libxml-parser-perl-native exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" - -inherit xfce gobject-introspection features_check mime-xdg perlnative - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[sha256sum] = "520bf318eef8bc792db38ae4af343b648f87d4b8d66f5b5d6f092e15264ee5af" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" - -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" -- cgit v1.2.3-54-g00ecf