From patchwork Mon Feb 19 18:47:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 39740 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 C5827C48BC3 for ; Mon, 19 Feb 2024 18:47:46 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web11.2155.1708368466219335897 for ; Mon, 19 Feb 2024 10:47:46 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd84.aul.t-online.de (fwd84.aul.t-online.de [10.223.144.110]) by mailout08.t-online.de (Postfix) with SMTP id F123E220FA for ; Mon, 19 Feb 2024 19:47:21 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.47.44]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rc8ff-1vNyUL0; Mon, 19 Feb 2024 19:47:19 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 1/4] mutter: update 45.3 -> 45.4 Date: Mon, 19 Feb 2024 19:47:28 +0100 Message-ID: <20240219184731.3378-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1708368439-2E7FB9FB-CD8DD018/0/0 CLEAN NORMAL X-TOI-MSGID: 8bfde7e5-a236-45d1-9791-fcf8d31a2d71 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 ; Mon, 19 Feb 2024 18:47:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/108876 45.4 ==== * Restore IM state flushing before handling key events [Carlos; !3536] * Fixed crashes [Carlos, Olivier; !3523, !3562] Contributors: Olivier Fourdan, Carlos Garnacho Translators: Efstathios Iosifidis [el] Signed-off-by: Markus Volk --- .../recipes-gnome/mutter/{mutter_45.3.bb => mutter_45.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/mutter/{mutter_45.3.bb => mutter_45.4.bb} (97%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_45.3.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb similarity index 97% rename from meta-gnome/recipes-gnome/mutter/mutter_45.3.bb rename to meta-gnome/recipes-gnome/mutter/mutter_45.4.bb index 85bfdd528..eccc63545 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_45.3.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb @@ -24,7 +24,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "b78aea7f3e2bec8322a2af0404716be2269905c7d50c04b0b2a71a38814fcd01" +SRC_URI[archive.sha256sum] = "91140837be15582f2c753be661ab8e42dad55d4a1b0f0650bd0b2c93f02bd7ab" # x11 is still manadatory - see meson.build REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"