From 50016aa4c0e1b0b48b08dbac059b6bf2ff780fb1 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 22 Jan 2025 20:23:08 +0100 Subject: gnome-shell: update 47.2 -> 47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 47.3 ==== * Fix Escape handling in run dialog [Florian; !3585] * Fix custom text-scaling-factor getting reset [Matthijs; !3574] * Tweak ibus candidate popover appearance [AuralRay; !3584] * Misc. bug fixes and cleanups [Florian, Bilal, Michel, Bartłomiej, Alberto, AsciiWolf, Jakub; !3563, !3547, !3573, !3525, !3572, !3580, !3578, !3576, !3579, !3589, !3587, !3593] Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../gnome-shell/gnome-shell-extensions_47.2.bb | 23 ------ .../gnome-shell/gnome-shell-extensions_47.3.bb | 23 ++++++ .../recipes-gnome/gnome-shell/gnome-shell_47.2.bb | 92 ---------------------- .../recipes-gnome/gnome-shell/gnome-shell_47.3.bb | 92 ++++++++++++++++++++++ 4 files changed, 115 insertions(+), 115 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.2.bb create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.3.bb delete mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.2.bb create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.3.bb diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.2.bb deleted file mode 100644 index 6567704c47..0000000000 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "GNOME Shell Extensions" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101" - -inherit gnomebase gettext gsettings features_check - -REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" - -SRC_URI[archive.sha256sum] = "dd774a0291584917abde88bbc4eccf9244178e3c269ce0618d0495177c12652d" - -EXTRA_OEMESON += " \ - -Dextension_set=all \ - -Dclassic_mode=true \ -" - -RDEPENDS:${PN} += "gnome-shell" - -FILES:${PN} += " \ - ${datadir}/gnome-shell \ - ${datadir}/gnome-session \ - ${datadir}/wayland-sessions \ - ${datadir}/xsessions \ -" diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.3.bb new file mode 100644 index 0000000000..151e57e887 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.3.bb @@ -0,0 +1,23 @@ +SUMMARY = "GNOME Shell Extensions" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101" + +inherit gnomebase gettext gsettings features_check + +REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" + +SRC_URI[archive.sha256sum] = "1a9142a4e85d7a2b7dc5bad37e34df9eebb38e8496f4938be2d7b2b35883d139" + +EXTRA_OEMESON += " \ + -Dextension_set=all \ + -Dclassic_mode=true \ +" + +RDEPENDS:${PN} += "gnome-shell" + +FILES:${PN} += " \ + ${datadir}/gnome-shell \ + ${datadir}/gnome-session \ + ${datadir}/wayland-sessions \ + ${datadir}/xsessions \ +" diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.2.bb deleted file mode 100644 index 417f0a1816..0000000000 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.2.bb +++ /dev/null @@ -1,92 +0,0 @@ -SUMMARY = "GNOME Shell is the graphical shell of the GNOME desktop environment" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - - -DEPENDS = " \ - libxml2-native \ - gtk4 \ - mutter \ - evolution-data-server \ - gcr \ - geocode-glib \ - gjs \ - gnome-autoar \ - gnome-desktop \ - gnome-control-center \ - polkit \ - pipewire \ - libsoup-3.0 \ - ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'startup-notification', d)} \ - ibus \ - gsettings-desktop-schemas \ -" - -inherit gnomebase gsettings gettext gobject-introspection gtk-icon-cache features_check bash-completion - -REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" - -GTKIC_VERSION = "4" -GTKDOC_MESON_OPTION = "gtk_doc" -GIR_MESON_OPTION = "" - -# gobject-introspection is mandatory and cannot be configured -REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" - -SRC_URI[archive.sha256sum] = "4184d01a1ab82cb421d1ca2e2bcce0292ceb46c4c749e61b0bde4b75004d2e00" - -PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" -PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" -PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager libsecret,networkmanager" -PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" - -EXTRA_OEMESON += " \ - -Dtests=false \ - -Dman=false \ - --cross-file=${WORKDIR}/meson-${PN}.cross \ -" - -do_write_config:append() { - cat >${WORKDIR}/meson-${PN}.cross <${WORKDIR}/meson-${PN}.cross <