diff mbox series

[meta-gnome,2/5] gnome-shell: update 45.1 -> 45.3

Message ID 20240110091146.867242-2-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome,1/5] mutter: update 45.1 -> 45.3 | expand

Commit Message

Markus Volk Jan. 10, 2024, 9:11 a.m. UTC
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 <f_l_k@t-online.de>
---
 .../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 mbox series

Patch

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 d35437cb5..1dd043ec8 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)}"