From 7a44ad2c84acc154f1a24dc1c48c36b280eacc41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 6 Apr 2020 11:20:21 +0200 Subject: [PATCH] gnome-shell: upgrade 3.34.4 -> 3.34.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3.34.5 ====== * Leave overview when locking the screen [Jonas D.; !1043] * Avoid IO on the main thread [Christian; !1050] * Fix OSK layout fallback for unsupported variants [Florian; #2471] * Fix high-contrast/symbolic icon mix-up [Florian; #2414] * Misc. bug fixes and cleanups [Jonas Ã…., Florian; !1032, #2386] Contributors: Jonas Dreßler, Christian Hergert, Florian Müllner, Jwtiyar Nariman, Jonas Ã…dahl Translators: Jwtiyar Nariman [ckb] Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../{gnome-shell_3.34.4.bb => gnome-shell_3.34.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_3.34.4.bb => gnome-shell_3.34.5.bb} (91%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.4.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb similarity index 91% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.4.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb index 33dd7e4596..9619628c81 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.4.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb @@ -30,8 +30,8 @@ GTKDOC_MESON_OPTION = "gtk_doc" REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" -SRC_URI[archive.md5sum] = "692181c1a98be9e5f5b7e8738fd428ce" -SRC_URI[archive.sha256sum] = "e99cfb151307e1d5e5dff57b7026cf8aeace9d595a8c9e62537e934d0f14a366" +SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f" +SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550" PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"