From f30b5c1b875004e38085408f8019565fef5b55ea Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 11 Dec 2024 19:38:09 +0100 Subject: nautilus: update 47.0 -> 47.1 Major changes in 47.1 ===================== * Enhancements: - Speed up thumbnail loading (Khalid Abu Shawarib) * Bugfixes: - Do not force reload when error is present to avoid showing auth dialog (Gary Li) - Open folder in correct window during a DnD hover (Khalid Abu Shawarib) - Show username in file properties if name is an empty string (Khalid Abu Shawarib) - Various a11y fixes (Khalid Abu Shawarib) - Fix number placement when making new name for directory (Khalid Abu Shawarib) - Various pathbar fixes (Corey Berla, Khalid Abu Shawarib) - Show alert dialog when a symlink is broken (Automeris naranja) - Fix crashes when opening (Khalid Abu Shawarib) - Various sidebar fixes (Khalid Abu Shawarib, sid) - Fix ctrl + scroll to zoom in and out of view (Corey Berla) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb | 56 ---------------------- meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb | 56 ++++++++++++++++++++++ 2 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb create mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb deleted file mode 100644 index b8df8419bd..0000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb +++ /dev/null @@ -1,56 +0,0 @@ -SUMMARY = "File manager for GNOME" -SECTION = "x11/gnome" - -LICENSE="GPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" - - -DEPENDS = " \ - appstream-glib-native \ - desktop-file-utils-native \ - glib-2.0 \ - gnome-autoar \ - gnome-desktop \ - gtk4 \ - libadwaita \ - libcloudproviders \ - libhandy \ - libportal \ - libxml2 \ - tinysparql \ - wayland \ - wayland-native \ -" - -inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache - -SRC_URI[archive.sha256sum] = "334264cdd9edbfd95ee7bcaafe442ebed31acca3f2d9b90f3eda30eacfd0387a" - -REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" - -GIDOCGEN_MESON_OPTION = "docs" -GIDOCGEN_MESON_ENABLE_FLAG = 'true' -GIDOCGEN_MESON_DISABLE_FLAG = 'false' - -EXTRA_OEMESON += " \ - -Dtests=none \ -" - -PACKAGECONFIG = "extensions" -PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base gdk-pixbuf" -PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,packagekit" - -do_install:prepend() { - sed -i -e 's|${B}/||g' ${B}/src/nautilus-enum-types.c -} - -FILES:${PN} += " \ - ${datadir}/dbus-1 \ - ${datadir}/metainfo \ - ${datadir}/gnome-shell \ - ${datadir}/localsearch3 \ -" - -# 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} += "localsearch bubblewrap" diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb new file mode 100644 index 0000000000..4baa8c2944 --- /dev/null +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb @@ -0,0 +1,56 @@ +SUMMARY = "File manager for GNOME" +SECTION = "x11/gnome" + +LICENSE="GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" + + +DEPENDS = " \ + appstream-glib-native \ + desktop-file-utils-native \ + glib-2.0 \ + gnome-autoar \ + gnome-desktop \ + gtk4 \ + libadwaita \ + libcloudproviders \ + libhandy \ + libportal \ + libxml2 \ + tinysparql \ + wayland \ + wayland-native \ +" + +inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache + +SRC_URI[archive.sha256sum] = "15450ebc7aa61ed2fae63130af9ebbbae14ce706a547f594c66bb8cca724d74c" + +REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" + +GIDOCGEN_MESON_OPTION = "docs" +GIDOCGEN_MESON_ENABLE_FLAG = 'true' +GIDOCGEN_MESON_DISABLE_FLAG = 'false' + +EXTRA_OEMESON += " \ + -Dtests=none \ +" + +PACKAGECONFIG = "extensions" +PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base gdk-pixbuf" +PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,packagekit" + +do_install:prepend() { + sed -i -e 's|${B}/||g' ${B}/src/nautilus-enum-types.c +} + +FILES:${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/metainfo \ + ${datadir}/gnome-shell \ + ${datadir}/localsearch3 \ +" + +# 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} += "localsearch bubblewrap" -- cgit v1.2.3-54-g00ecf