summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-09-20 17:08:00 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-04 07:30:34 -0700
commit1c20797c955bf304aaaba4b9fd0a2fe81840a920 (patch)
treed290c152b14276d8f9b0e5d2ce1ebeaf8b576003
parent4329b6595dfbe5988e7f0138b8a73bb683484c29 (diff)
downloadmeta-openembedded-1c20797c955bf304aaaba4b9fd0a2fe81840a920.tar.gz
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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.1.bb (renamed from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.2.bb)2
1 files changed, 1 insertions, 1 deletions
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
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
21 21
22REQUIRED_DISTRO_FEATURES = "polkit" 22REQUIRED_DISTRO_FEATURES = "polkit"
23 23
24SRC_URI[archive.sha256sum] = "b5c65ea25e8483502d033a613be6dc6b71883ac07f1a3e474ad18049c47d16d6" 24SRC_URI[archive.sha256sum] = "d420ff72173b04dc9491d3d7dd8cc96204f7f3f27c4cbea6024361ea9839f769"
25 25
26PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" 26PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
27PACKAGECONFIG[wayland] = ",,wayland-native" 27PACKAGECONFIG[wayland] = ",,wayland-native"