summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-12-31 18:29:52 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-05 08:17:18 -0800
commitb66fb646dcd7f5433b25b430852baaa4c3549b3d (patch)
tree1815e87f8769a7fa7e49cb81bd77d20d14b026c4
parent12dfe669011c80fc00c72185a021a90d82d2c442 (diff)
downloadmeta-openembedded-b66fb646dcd7f5433b25b430852baaa4c3549b3d.tar.gz
gnome-shell: upgrade 41.0 -> 41.2
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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.0.bb)2
1 files changed, 1 insertions, 1 deletions
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
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 = ""
30# gobject-introspection is mandatory and cannot be configured 30# gobject-introspection is mandatory and cannot be configured
31REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" 31REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
32 32
33SRC_URI[archive.sha256sum] = "52f971e85140e5de74b9369ef6656e49ce95af1f232fc1e0df1f046129ab4f65" 33SRC_URI[archive.sha256sum] = "384651eb051393dbabe006d1ad057bf29d5cd73ebb87bc779ff5e1c31e80a827"
34SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" 34SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
35 35
36PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 36PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"