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 <[email protected]> --- .../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 --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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124278): https://lists.openembedded.org/g/openembedded-devel/message/124278 Mute This Topic: https://lists.openembedded.org/mt/117704025/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
