summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-05-16 06:34:53 +0200
committerKhem Raj <raj.khem@gmail.com>2023-05-15 22:51:10 -0700
commitc70f8a0dc51551bcce801107436d5fcea90a9682 (patch)
treed8635e041e9fe84cb24569170a7a225a6d965142
parent444d7fbf3580dcae8cdd8abe565a801cc5676679 (diff)
downloadmeta-openembedded-c70f8a0dc51551bcce801107436d5fcea90a9682.tar.gz
xdg-desktop-portal-gnome: update 44.0 -> 44.1
Changes in 44.1 ================= - Improve handling of non-existing files on the filechooser portal - Minor debugging improvements to the backgrounds portal - More precise initialization timing - Fix duplicate monitor and window streams - 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_44.1.bb (renamed from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.0.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb
index c92037d6e5..d6bc0e9c8b 100644
--- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.0.bb
+++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb
@@ -24,7 +24,7 @@ REQUIRED_DISTRO_FEATURES = "polkit"
24SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;nobranch=1" 24SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;nobranch=1"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27SRCREV = "8e1c4fd928be500208ca1df62441a56e2569bfb8" 27SRCREV = "89203bf3522556965fc225782d1a635afdac611e"
28 28
29PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" 29PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
30 30