From patchwork Thu Apr 13 14:54:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 22609 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 72539C77B61 for ; Thu, 13 Apr 2023 14:55:03 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web11.15477.1681397700732714400 for ; Thu, 13 Apr 2023 07:55:01 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd74.dcpf.telekom.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout02.t-online.de (Postfix) with SMTP id D4D62AF23 for ; Thu, 13 Apr 2023 16:54:58 +0200 (CEST) Received: from flk-MS-7C91.fritz.box ([84.163.34.78]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1pmyLi-2Tw5Td0; Thu, 13 Apr 2023 16:54:58 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Cc: Markus Volk Subject: [master][meta-gnome][PATCH] xdg-desktop-portal-gnome: downgrade to 43.1 Date: Thu, 13 Apr 2023 16:54:50 +0200 Message-Id: <20230413145450.1216168-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1681397698-6F7FDC08-F420FDFE/0/0 CLEAN NORMAL X-TOI-MSGID: 5245bb80-4f75-4779-8439-1e985b37f0c6 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 ; Thu, 13 Apr 2023 14:55:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/102080 xdg-desktop-portal-gnome_44.0 requires that mutter, gnome-shell and gnome-control-center are also updated to v44. The v43 variants experience problems such as protals not working and delayed startup of some gtk applications. Downgrade to fix these problems Signed-off-by: Markus Volk --- ...op-portal-gnome_44.0.bb => xdg-desktop-portal-gnome_43.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-support/xdg-desktop-portal/{xdg-desktop-portal-gnome_44.0.bb => xdg-desktop-portal-gnome_43.1.bb} (94%) diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.0.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb similarity index 94% rename from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.0.bb rename to meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb index c92037d6e..636aba689 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.0.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb @@ -24,7 +24,7 @@ REQUIRED_DISTRO_FEATURES = "polkit" SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;nobranch=1" S = "${WORKDIR}/git" -SRCREV = "8e1c4fd928be500208ca1df62441a56e2569bfb8" +SRCREV = "4fd5a8bf16b01c78ed19764415cb26d29aaf7eab" PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"