From c4e6848e636569d45bb5f42809af33f3f441f963 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 22 Jul 2025 19:07:08 +0200 Subject: nautilus: update 48.2 -> 48.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major Changes in 48.3 ===================== * Enhancements: - Support more video/audio types in search filter (Corey Berla, Rodrigo Michelassi) * Bugfixes: - Inhibit logout during file operations (Ignacy Kuchciński) - Allow opening current diretroy in multiple-dir mode (Michael Terry) - Prevent crash in location entry completions (Lukáš Tyrychtr) - Fix focusing window from other apps via DBus (Sebastian Keller) - Correctly close wait dialogs (Lukáš Tyrychtr) - Prevent file chooser crash on opening an empty location (Nelson Ben) - Use existing replacement for icon removed from theme (Peter Eisenmann) - Fix file leaking in directory (Corey Berla) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/nautilus/nautilus_48.2.bb | 56 ---------------------- meta-gnome/recipes-gnome/nautilus/nautilus_48.3.bb | 56 ++++++++++++++++++++++ 2 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus_48.2.bb create mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus_48.3.bb diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_48.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_48.2.bb deleted file mode 100644 index f867cd14d1..0000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_48.2.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] = "a030f6163f8a68064fae5a9e89e37f19cbb293de2e12a19dd5e210956d0df4b5" - -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_48.3.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_48.3.bb new file mode 100644 index 0000000000..790fb71a63 --- /dev/null +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_48.3.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] = "21a2aea005160db083c7a1d4d2c0989b845cc722c04ef9ebb60125a7ec5b393d" + +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