From b66fb646dcd7f5433b25b430852baaa4c3549b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 31 Dec 2021 18:29:52 +0100 Subject: [PATCH] gnome-shell: upgrade 41.0 -> 41.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 41.2 ==== * Fix wrongly rejected D-Bus calls after gnome-shell restarts [Sebastian; !2048] * magnifier: Avoid offscreen rendering if possible [Sebastian; !2026] * Improve handling of all-day/zero-length events in calendar [Sebastian; !2023] * Keep keyboard focus in notification list after deleting message [Dylan; !2053] * Misc. bug fixes and cleanups [Evan; !2036] 41.1 ==== * Fix icon updates while hidden [Marco; !1983] * Fix erratic scrolling in GTK apps [Christian, Carlos; !1993, #4647] * Fix GTK color picker support [Florian; !1990] * Fix sound-file support in notifications [Florian; !1991] * Fix high-contrast switches [Florian; !2000] * Only allow one extension prefs dialog at a time [Florian; #4564] * Fixed crashes [Ray, Sebastian; !2004, !2014] * Misc. bug fixes and cleanups [Jonas, Florian, Jakub, Carlos; !1985, !1998, !1996, !1979, !2007, !2010] Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../gnome-shell/{gnome-shell_41.0.bb => gnome-shell_41.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_41.0.bb => gnome-shell_41.2.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.0.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb index 8378e94782..79d076e0e2 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.0.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb @@ -30,7 +30,7 @@ GIR_MESON_OPTION = "" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "52f971e85140e5de74b9369ef6656e49ce95af1f232fc1e0df1f046129ab4f65" +SRC_URI[archive.sha256sum] = "384651eb051393dbabe006d1ad057bf29d5cd73ebb87bc779ff5e1c31e80a827" SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"