diff mbox series

[meta-xfce,kirkstone,4/4] thunar: upgrade 4.16.9 -> 4.16.11

Message ID 20251218123446.3489941-4-skandigraun@gmail.com
State New
Headers show
Series [meta-xfce,kirkstone,1/4] xfdesktop: upgrade 4.16.0 -> 4.16.1 | expand

Commit Message

Gyorgy Sarvari Dec. 18, 2025, 12:34 p.m. UTC
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 <skandigraun@gmail.com>
---
 .../recipes-xfce/thunar/{thunar_4.16.9.bb => thunar_4.16.11.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-xfce/thunar/{thunar_4.16.9.bb => thunar_4.16.11.bb} (90%)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.16.11.bb
similarity index 90%
rename from meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_4.16.11.bb
index 93c41aedfe..4826683a16 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_4.16.9.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_4.16.11.bb
@@ -8,7 +8,7 @@  inherit xfce gobject-introspection features_check mime-xdg perlnative
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[sha256sum] = "520bf318eef8bc792db38ae4af343b648f87d4b8d66f5b5d6f092e15264ee5af"
+SRC_URI[sha256sum] = "f47dde90b2e5e3e31920a4f57ddd3670282d0a90870a45e89148fce41b2a8a1b"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"