similarity index 87%
rename from meta-gnome/recipes-gnome/nautilus/nautilus_50.3.bb
rename to meta-gnome/recipes-gnome/nautilus/nautilus_51.0.1.bb
@@ -24,7 +24,9 @@ DEPENDS = " \
inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache
-SRC_URI[archive.sha256sum] = "63773baf0ddec7b4875fc2c22040378562ea1e6812fe0a2e29c9c8d5c72807f8"
+SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version('${PV}', 1)}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive"
+
+SRC_URI[archive.sha256sum] = "a00db908fd65026cbd5dc634e12d189de8eba2b03f105d2425341768a5ee92fb"
REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
Depends on the glib-2.0 2.90.0 upgrade in oe-core; 51.0.1 requires gio-2.0 >= 2.89.0. gnome_verdir() turns the three component version into "51.0", while the tarball lives in the "51" directory, so set SRC_URI accordingly. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk <f_l_k@t-online.de> --- .../nautilus/{nautilus_50.3.bb => nautilus_51.0.1.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/nautilus/{nautilus_50.3.bb => nautilus_51.0.1.bb} (87%)