From patchwork Tue Mar 18 08:34:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 59365 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 4D4DCC35FF8 for ; Tue, 18 Mar 2025 08:34:13 +0000 (UTC) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by mx.groups.io with SMTP id smtpd.web11.6802.1742286843288755883 for ; Tue, 18 Mar 2025 01:34:03 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.82, mailfrom: f_l_k@t-online.de) Received: from fwd86.aul.t-online.de (fwd86.aul.t-online.de [10.223.144.112]) by mailout05.t-online.de (Postfix) with SMTP id 5B2031514; Tue, 18 Mar 2025 09:33:49 +0100 (CET) Received: from intel-corei7-64.fritz.box ([79.219.234.59]) by fwd86.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1tuSOR-2EPvLl0; Tue, 18 Mar 2025 09:33:47 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-gnome][PATCH 01/11] xdg-desktop-portal-gnome: update 47.3 -> 48.0 Date: Tue, 18 Mar 2025 09:34:20 +0100 Message-ID: <20250318083430.544906-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1742286827-D3FFD450-52226502/0/0 CLEAN NORMAL X-TOI-MSGID: 558f7c48-f5c7-4c2e-a0a5-1f14895ea89f 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 ; Tue, 18 Mar 2025 08:34:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116041 Changes in 48.0 ================= - Translation updates Changes in 48.beta.rc ================= - Add USB portal backend - Fix screen cast portal done signal emission Changes in 48.beta ================= - Use the new AdwInlineViewSwitcher widget in the screencast dialog - Update apps list properly in the screencast dialog - Generate systemd sysexts in CI - Fix an issue with the Notification portal implementation - Depend on libadwaita >= 1.7.alpha - Translation updates Changes in 48.alpha ================= - Outsource external window management to libgxdp - Fix the capabilities for the print dialog - Fix memory leak in screencast widget - Implement a signal handler to help with ASAN - Use Adwaita widgets in the app chooser dialog - Fix a memory management issue with the screencast widget - Depend on xdg-desktop-portal >= 1.19.1 - Translation updates Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- ...op-portal-gnome_47.3.bb => xdg-desktop-portal-gnome_48.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-support/xdg-desktop-portal/{xdg-desktop-portal-gnome_47.3.bb => xdg-desktop-portal-gnome_48.0.bb} (89%) diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.3.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_48.0.bb similarity index 89% rename from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.3.bb rename to meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_48.0.bb index 215560ed4d..019353bc88 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.3.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_48.0.bb @@ -21,7 +21,7 @@ inherit gnomebase pkgconfig gsettings features_check REQUIRED_DISTRO_FEATURES = "polkit" -SRC_URI[archive.sha256sum] = "9f6e4b14b583367c915e9494764f27cb84927faa3f9e6e018b93bbbcf3361e44" +SRC_URI[archive.sha256sum] = "cd15aca2e1364da308eb3796bb8ae4a577e60ca4fe12006b315232cfd19c8861" PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" PACKAGECONFIG[wayland] = ",,wayland-native"