summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-06 09:16:09 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:56:02 -0800
commita80b560f08216ee3182bc55046a45f614faa3ba1 (patch)
tree871107382d4eaf52d3c0e02665d65153cb6fb477
parent1b0154df7743a5291a65ff891ad3ecc35661dc9f (diff)
downloadmeta-openembedded-a80b560f08216ee3182bc55046a45f614faa3ba1.tar.gz
xdg-desktop-portal: Upgrade 1.18.0 -> 1.18.1
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.1.bb (renamed from meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.0.bb)3
1 files changed, 1 insertions, 2 deletions
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
index b9173a9f3b..f8a07eb644 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 = " \
31" 31"
32 32
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34SRCREV = "a4b27063222b16652e73b422e5448d75335199ef" 34SRCREV = "37a6f7c8b8e08b9861f05e172cd4e0d07a832c4d"
35 35
36FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" 36FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1"
37 37
38EXTRA_OEMESON += " \ 38EXTRA_OEMESON += " \
39 --cross-file=${WORKDIR}/meson-${PN}.cross \ 39 --cross-file=${WORKDIR}/meson-${PN}.cross \
40 -Dflatpak-interfaces-dir=${STAGING_DATADIR}/dbus-1/interfaces \
41 -Ddbus-service-dir=${datadir}/dbus-1/services \ 40 -Ddbus-service-dir=${datadir}/dbus-1/services \
42" 41"
43 42