From c694ab8b54346504d89381f281dc5c31bd00bd0f Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 22 Jul 2025 19:47:25 +0200 Subject: gnome-shell: update 48.0 -> 48.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 48.3 ==== * Check all modifiers for modifier-scroll [Florian; !3725] * Fix visibility of emoji key in on-screen-keyboard [Carlos; !3733] * Add missing accessibility labels in various components [Florian, Sergio; !3736, !3765, !3769, !3773, !3179] * Allow users to correct keyring password after failure [Alynx; !3757] * Misc. bug fixes and cleanups [fossdd, Jordan, Florian, Joan, Mike, Daniel; !3728, !3735, !3740, !3739, !3745, !3749, !3753, !3748, !3777, !3756] Contributors: Sergio Costas Rodriguez, Mike FABIAN, fossdd, Carlos Garnacho, Florian Müllner, Jordan Petridis, Joan Torres López, Daniel van Vugt, Alynx Zhou Translators: Fabio Tomat [fur], Takayuki Kusano [ja] 48.2 ==== * Only enable surrounding-text IM capability when needed [Takao; !3666] * Fix launching command from terminal in run dialog [Balló; !3683] * Ignore offset changes caused by suspend for screen time [Sebastian; !3707] * Fix app folders sometimes not closing after outside clicks [Damien; !3713] * Fixed crash [Florian; !3721] * Misc. bug fixes and cleanups [Philipp, Alynx; !3716, !3711] Contributors: Takao Fujiwara, Balló György, Sebastian Keller, Philipp Kiemle, Florian Müllner, Damien Tournoud, Alynx Zhou Translators: Antonio Marin [ro] 48.1 ==== * Fix glitch in sliders when close to maximum [Sebastian; !3648] * Fix detecting suspend/resume for time tracking [Sebastian; !3679] * Fix wrongly sized images with fractional scaling [Jonas; !3680] * Fix frozen cursor when using magnifier in push mode [Jerome; !3688] * Fix session button on login screen after wrong password [Florian; !3638] * Misc. bug fixes and cleanups [Florian, Philip, Balló, Andy; !3673, !3675, !3685, !3676, !3689, !3687, !3641, !3694, !3684, !3672] Contributors: Jerome Brenier, Jonas Dreßler, Balló György, Andy Holmes, Sebastian Keller, Florian Müllner, Vasil Pupkin, Baxrom Raxmatov, Philip Withnall Translators: Vasil Pupkin [be@latin], Daniel Mustieles [es], Antonio Marin [ro], Danial Behzadi [fa], Jose Riha [sk], Cheng-Chia Tseng [zh_TW], Danial Behzadi [fa], Jose Riha [sk], Cheng-Chia Tseng [zh_TW], Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-gnome/gnome-shell/gnome-shell_48.0.bb | 93 ---------------------- .../recipes-gnome/gnome-shell/gnome-shell_48.3.bb | 93 ++++++++++++++++++++++ 2 files changed, 93 insertions(+), 93 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb deleted file mode 100644 index 1a0f89b6fc..0000000000 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb +++ /dev/null @@ -1,93 +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] = "36aac2edcdc7588aaadb658cd4687df262b37ba0b667102dcbefbff0c2232bc3" - -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 <