From 1c20797c955bf304aaaba4b9fd0a2fe81840a920 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 20 Sep 2024 17:08:00 +0200 Subject: [PATCH] xdg-desktop-portal-gnome: update 46.2 -> 47.1 Changes in 47.1 ================= - Fix the capabilities for the print dialog Changes in 47.0 ================= - Translation updates Changes in 47.rc ================= - Fix restoring last used folder in the File Chooser portal - Fix selecting multiple window on single selection - Do not block xdg-desktop-portal-gnome when connecting to Nautilus - Fix incorrectly set mimetype in the File Chooser portal - Translation updates Changes in 47.beta ================= - Use GNOME Shell's private API for the Notification portal - Use Nautilus for the File Chooser portal - Translation updates Changes in 47.alpha ================= - Expose the new accent colors setting - Various cleanups to the screencast widget - Add support for the "supported_output_file_formats" option in the Print portal - Fix default layout mode of the ScreenCast/Remote Desktop portal - Translation updates Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- ...op-portal-gnome_46.2.bb => xdg-desktop-portal-gnome_47.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-support/xdg-desktop-portal/{xdg-desktop-portal-gnome_46.2.bb => xdg-desktop-portal-gnome_47.1.bb} (89%) diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.2.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.1.bb similarity index 89% rename from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.2.bb rename to meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.1.bb index e1dd8afae9..3e1213d7c8 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.2.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.1.bb @@ -21,7 +21,7 @@ inherit gnomebase pkgconfig gsettings features_check REQUIRED_DISTRO_FEATURES = "polkit" -SRC_URI[archive.sha256sum] = "b5c65ea25e8483502d033a613be6dc6b71883ac07f1a3e474ad18049c47d16d6" +SRC_URI[archive.sha256sum] = "d420ff72173b04dc9491d3d7dd8cc96204f7f3f27c4cbea6024361ea9839f769" PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" PACKAGECONFIG[wayland] = ",,wayland-native"