From ccd2c8b67c7f99a3a68402935e4e9eea86f7b85c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 6 Sep 2025 08:47:10 +0200 Subject: xdg-desktop-portal: update 1.20.0 -> 1.20.3 1.20.3: Add a fallback code path for GLib older than 2.76 (#1728) Don't require a .desktop file for Flatpak and Snap apps (#1729) 1.20.2: Fix a crash when loading information from Flatpak apps Fix fd handling to prevent EBADF errors 1.20.1: Enhancements: Code cleanups and improvements to app info tracking Include PID/TID in realtime portal error messages Search for portal backends in $XDG_DATA_DIRS (#603) Prioritize user portal configs over system ones Bug Fixes: Fix race condition in the host registry portal Avoid spurious warnings when dbus.service stops Documentation fixes (#1663) Fix running tests from /tmp Fix installing dynamic launcher (#1674) Improve error reporting in the document portal Fix incorrect state tracking in input capture portal Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../xdg-desktop-portal_1.20.0.bb | 49 ---------------------- .../xdg-desktop-portal_1.20.3.bb | 49 ++++++++++++++++++++++ 2 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb create mode 100644 meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.3.bb diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb deleted file mode 100644 index 440d836874..0000000000 --- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb +++ /dev/null @@ -1,49 +0,0 @@ -SUMMARY = "A portal frontend service for Flatpak and possibly other desktop containment frameworks." -HOMEPAGE = "https://github.com/flatpak/xdg-desktop-portal" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -REQUIRED_DISTRO_FEATURES = "polkit" - -DEPENDS = " \ - json-glib \ - glib-2.0 \ - glib-2.0-native \ - flatpak \ - libportal \ - geoclue \ - pipewire \ - fuse3 \ - xmlto-native \ -" - -PORTAL_BACKENDS ?= " \ - ${@bb.utils.contains('DISTRO_FEATURES', 'gtk+3', 'xdg-desktop-portal-gtk', '', d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'gtk4', 'xdg-desktop-portal-gtk', '', d)} \ -" - -RDEPENDS:${PN} = "bubblewrap rtkit ${PORTAL_BACKENDS} fuse3-utils" - -inherit meson pkgconfig python3native features_check - -SRC_URI = " \ - git://github.com/flatpak/xdg-desktop-portal.git;protocol=https;branch=main \ - file://0001-meson.build-add-a-hack-for-crosscompile.patch \ -" - -SRCREV = "85df26fb1c53334969fea3f15c2a06a14831094b" - -FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" - -EXTRA_OEMESON += " \ - --cross-file=${WORKDIR}/meson-${PN}.cross \ - -Ddbus-service-dir=${datadir}/dbus-1/services \ - -Dtests=disabled \ -" - -do_write_config:append() { - cat >${WORKDIR}/meson-${PN}.cross <${WORKDIR}/meson-${PN}.cross <