diff mbox series

[meta-gnome,scarthgap,05/10] nautilus: upgrade 45.1 -> 45.2.1

Message ID 20260208145143.20464-5-skandigraun@gmail.com
State New
Headers show
Series [meta-gnome,scarthgap,01/10] mutter: upgrade 46.1 -> 46.9 | expand

Commit Message

Gyorgy Sarvari Feb. 8, 2026, 2:51 p.m. UTC
Changes:
45.2.1:
* Fix a crash in sidebar code
* Fix build without optional cloudproviders dependency

45.2:
* Bugfixes:
  - Don't crash when reconnecting to remove server
  - Actually detect unmount on some non-native mounts
  - Don't crash on image properties
  - Allow types and sizes in Properties to expand
  - Don't corrupt toast messages
* Translation updates

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../nautilus/{nautilus_45.1.bb => nautilus_45.2.1.bb}      | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/nautilus/{nautilus_45.1.bb => nautilus_45.2.1.bb} (81%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_45.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_45.2.1.bb
similarity index 81%
rename from meta-gnome/recipes-gnome/nautilus/nautilus_45.1.bb
rename to meta-gnome/recipes-gnome/nautilus/nautilus_45.2.1.bb
index 9c0d154ec8..3192d7b704 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_45.1.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_45.2.1.bb
@@ -22,7 +22,7 @@  DEPENDS = " \
 
 inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache
 
-SRC_URI[archive.sha256sum] = "23bdaa9a85466c5937a89daddd080ed03bcc2b49e8b64af607206353bde82fe3"
+SRC_URI[archive.sha256sum] = "ba5d53df39a155562df971ef5e31e827074905d0c48eab1eb2421a10284b990d"
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data"
 
@@ -52,3 +52,8 @@  FILES:${PN} += " \
 # mandatory - not checked during configuration:
 # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed
 RDEPENDS:${PN} += "tracker-miners bubblewrap"
+
+# This override is from gnomebase.bbclass. The original expects only a minor
+# version in the version number, and it breaks if there is a patch version also.
+def gnome_verdir(v):
+    return v.split(".")[0] or v