diff mbox series

[meta-oe] xdg-desktop-portal: Upgrade 1.18.0 -> 1.18.1

Message ID 20231106081609.624604-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe] xdg-desktop-portal: Upgrade 1.18.0 -> 1.18.1 | expand

Commit Message

Markus Volk Nov. 6, 2023, 8:16 a.m. UTC
Current meson.build fails if flatpak was not found using pkgconfig
../git/meson.build:203:44: ERROR: Unknown variable "flatpak_dep"

Removing -Dflatpak-interfaces-dir setting and relying on pkgconfig
for flatpak instead seems to work well in our case and avoids the error above

This is a new minor release of xdg-desktop-portal 1.18 series. Users and
distributions are strongly encouraged to update to this version. These are the
changes included in this release:

    -Communicate better when the Background portal kills an app
    -Properly quote Flatpak command in the Background portal
    -Improve documentation of the "cursor_mode" propery of the ScreenCast backend
     D-Bus interface
    -Fix ScreenCast portal removing transient restore permissions too early.
     This fixes screen sharing dialogs on Chromium asking for the screen multiple
     times.
    -Only send the Closed session signal to the sender
    -Add Meson options to disable building with Bubblewrap, and without the
    -Flatpak portal documentation. Disabling Bubblewrap is highly discouraged,and
     only meant to be used on platforms that do not currently support it. By
     disabling Bubblewrap, bitmap validation happens without a sandbox, which is
     highly insecure since image parsing is a common source of exploits. Really, just
     do not disable Bubblewrap please.
    -Improve the manpage of portals.conf
    -Various spelling fixes to the Document portal
    -Add a new website! We don't have a fancy domain yet, but the website can be
     accessed at https://flatpak.github.io/xdg-desktop-portal/
    -Improve pid mapping for host system apps. This should get rid of some rare,
     unnecessary warnings.
    -Adjust documentation of Global Shortcuts portal's timestamps to millisecond
     granularity
    -Bump minimum Meson version to 0.58

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...g-desktop-portal_1.18.0.bb => xdg-desktop-portal_1.18.1.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-support/xdg-desktop-portal/{xdg-desktop-portal_1.18.0.bb => xdg-desktop-portal_1.18.1.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.0.bb b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.1.bb
similarity index 91%
rename from meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.0.bb
rename to meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.1.bb
index b9173a9f3..f8a07eb64 100644
--- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.0.bb
+++ b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.1.bb
@@ -31,13 +31,12 @@  SRC_URI = " \
 "
 
 S = "${WORKDIR}/git"
-SRCREV = "a4b27063222b16652e73b422e5448d75335199ef"
+SRCREV = "37a6f7c8b8e08b9861f05e172cd4e0d07a832c4d"
 
 FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1"
 
 EXTRA_OEMESON += " \
 	--cross-file=${WORKDIR}/meson-${PN}.cross \
-	-Dflatpak-interfaces-dir=${STAGING_DATADIR}/dbus-1/interfaces \
 	-Ddbus-service-dir=${datadir}/dbus-1/services \
 "