From patchwork Sun Nov 5 20:05:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33887 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C625BC41535 for ; Sun, 5 Nov 2023 20:05:34 +0000 (UTC) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by mx.groups.io with SMTP id smtpd.web11.37468.1699214726143351927 for ; Sun, 05 Nov 2023 12:05:27 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.18, mailfrom: f_l_k@t-online.de) Received: from fwd88.aul.t-online.de (fwd88.aul.t-online.de [10.223.144.114]) by mailout04.t-online.de (Postfix) with SMTP id B6E6424334 for ; Sun, 5 Nov 2023 21:05:23 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.36.196]) by fwd88.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzjN3-4A7hMP0; Sun, 5 Nov 2023 21:05:21 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 1/4] gnome-shell: Upgrade 45.0 -> 45.1 Date: Sun, 5 Nov 2023 21:05:39 +0100 Message-ID: <20231105200542.13519-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699214721-EEFFADD2-D9C93C7A/0/0 CLEAN NORMAL X-TOI-MSGID: 71201cdb-b6de-4f61-afb6-12b1c7152fbe List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 05 Nov 2023 20:05:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106385 45.1 ==== * Fix scroll handling on sliders [Carlos; !2967] * overview: Handle unredirection as part of the state transition [Robert; !2970] * Handle DESKTOP windows during workspace animations [Sundeep; !2865] * Fix unexpected focus changes with multi-window apps [Florian; !2959] * Improve recording indicator in light style [Georges; !2983] * Fix calendar popup shrinking on date changes [Sebastian; !2989] * Fixed crashes [Daniel, Sebastian; !2975, !2974] * Misc. bug fixes and cleanups [Florian, Martin, Alessandro, Sebastian; !2966, !2978, !2987, !3000, #6763] Contributors: Alessandro Bono, Carlos Garnacho, Sebastian Keller, Sundeep Mediratta, Florian Müllner, Georges Basile Stavracas Neto, robert.mader@collabora.com, Daniel van Vugt, Martin Zurowietz Translators: Jordi Mas [ca], Fabio Tomat [fur], Ekaterine Papava [ka], Sabri Ünal [tr], Cheng-Chia Tseng [zh_TW], Changwoo Ryu [ko], Florentina Mușat [ro], Brage Fuglseth [nb], Evangelos Skarmoutsos [el], Efstathios Iosifidis [el], Марко Костић [sr], Hugo Carvalho [pt] Signed-off-by: Markus Volk --- .../gnome-shell/{gnome-shell_45.0.bb => gnome-shell_45.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_45.0.bb => gnome-shell_45.1.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb index 8dc4d8317..472c3bdb8 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb @@ -33,7 +33,7 @@ GIR_MESON_OPTION = "" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "3cabe40bdd4e379c7082b39ffa45b8bef5c9cf86408fb0d836e1571c443217cd" +SRC_URI[archive.sha256sum] = "15fca4bd6129a8b3f990197fbd1ee58d74b641510afaaf0882a7fa36634fc5f2" SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"