From 46ce0a49aa72de158ccaaa8988002131ec3464c4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 10 Jan 2024 10:11:43 +0100 Subject: [PATCH] gnome-shell: update 45.1 -> 45.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 45.3 ==== * Allow any enter key to be used to screenshot [Scott; !2777] * Fix spinner in light style variant [Florian; !3080] * Improve formatting of extension errors [Philip; !3041] * Fixed crash [Sebastian; !3006] * Misc. bug fixes and cleanups [Florian, Daniel, Julian, Jonian; !3065, !3031, !3043, !3047, !3049, !3052, !3064, !3072, !2998] Contributors: Scott Buchanan, Philip Chimento, Jonian Guveli, Sebastian Keller, Florian Müllner, Julian Sparber, Daniel van Vugt Translators: Brage Fuglseth [nb] Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../gnome-shell/{gnome-shell_45.1.bb => gnome-shell_45.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_45.1.bb => gnome-shell_45.3.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb index d35437cb51..1dd043ec82 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb @@ -32,7 +32,7 @@ GIR_MESON_OPTION = "" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "15fca4bd6129a8b3f990197fbd1ee58d74b641510afaaf0882a7fa36634fc5f2" +SRC_URI[archive.sha256sum] = "3a19724720d8274dc6bced68e0dd5fc7668a04cd79978cbbb8223474ccdda9ab" SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"