From patchwork Sat Mar 25 08:02:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 21741 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 16402C77B60 for ; Sat, 25 Mar 2023 08:03:20 +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.17411.1679731398936176853 for ; Sat, 25 Mar 2023 01:03:19 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.18, mailfrom: f_l_k@t-online.de) Received: from fwd74.dcpf.telekom.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout04.t-online.de (Postfix) with SMTP id 515451E81E for ; Sat, 25 Mar 2023 09:03:17 +0100 (CET) Received: from flk-MS-7C91.fritz.box ([84.154.174.49]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1pfyrp-0RoPhh0; Sat, 25 Mar 2023 09:03:13 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Cc: Markus Volk Subject: [meta-gnome][PATCH 25/32] mutter: update 43.1 -> 44.0 Date: Sat, 25 Mar 2023 09:02:49 +0100 Message-Id: <20230325080256.923752-25-f_l_k@t-online.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230325080256.923752-1-f_l_k@t-online.de> References: <20230325080256.923752-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1679731393-8656CC08-F73361AC/0/0 CLEAN NORMAL X-TOI-MSGID: 93c6af0a-0c44-4ae0-82a6-16c253936bd7 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 ; Sat, 25 Mar 2023 08:03:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/101735 Signed-off-by: Markus Volk --- .../recipes-gnome/mutter/{mutter_43.1.bb => mutter_44.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/mutter/{mutter_43.1.bb => mutter_44.0.bb} (96%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_43.1.bb b/meta-gnome/recipes-gnome/mutter/mutter_44.0.bb similarity index 96% rename from meta-gnome/recipes-gnome/mutter/mutter_43.1.bb rename to meta-gnome/recipes-gnome/mutter/mutter_44.0.bb index 9b764c666..e8d4d84a4 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_43.1.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_44.0.bb @@ -25,7 +25,7 @@ GNOMEBASEBUILDCLASS = "meson" inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "f2f08b252783948a5ecc82f00e9e935a61ebbf8564844bdd92788ab44aa78264" +SRC_URI[archive.sha256sum] = "7214b07e13589ef7c1df553c7ed11a02798e43ada6c228913f4e7a666eefbac4" # x11 is still manadatory - see meson.build REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" @@ -60,7 +60,7 @@ PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm" PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" -MUTTER_API_NAME = "mutter-11" +MUTTER_API_NAME = "mutter-12" do_install:append() { # Add gir links in standard paths. That makes dependents life much easier