diff mbox series

[meta-gnome,2/4] gnome-shell: update 45.3 -> 45.4

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

Commit Message

Markus Volk Feb. 19, 2024, 6:47 p.m. UTC
45.4
====
* Close mount notification when drive gets disconnected [Florian; !3089]
* Fix feedback look in keyboard backlight slider [Barnabás; !3086]
* Fix menu alignment in RTL locales [Florian; !3151]
* overview: Keep dimming effect for modal dialogs [Florian; !3150]
* Fix overview transition from search results to session [Suryashankar; !3152]
* Improve minimize animation [Keyu; !2968]
* Add missing shift level to Georgian OSK layout [Carlos; !3145]
* Fixed crash [Florian; !3117]
* Misc. bug fixes and cleanups [Florian, Jonas, Julian; !3105, !3110, !3141,
  !786, !2475, !3153, !3159, !3172]

Contributors:
  Suryashankar Das, Jonas Dreßler, Carlos Garnacho, Florian Müllner,
  Barnabás Pőcze, Julian Sparber, Keyu Tao

Translators:
  Brage Fuglseth [nb], Balázs Meskó [hu], Daniel Rusek [cs]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../gnome-shell/{gnome-shell_45.3.bb => gnome-shell_45.4.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_45.3.bb => gnome-shell_45.4.bb} (95%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb
index 1dd043ec8..7d7d508c1 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.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] = "3a19724720d8274dc6bced68e0dd5fc7668a04cd79978cbbb8223474ccdda9ab"
+SRC_URI[archive.sha256sum] = "5bfea379e120b1c7f237f3ec369ad27ef5c2f5930c7df163b392782d8582090d"
 SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
 
 PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"