aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-12 08:54:31 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-13 19:21:40 -0700
commit66317bbb0567c552f4b353686ff5ad746b37f5a6 (patch)
tree27e98952d3fdb56197fc00164c3ddbfcde58544f /meta-gnome
parenta48c6c98e80103767225b7e49d43b6494292e75e (diff)
downloadmeta-openembedded-66317bbb0567c552f4b353686ff5ad746b37f5a6.tar.gz
libportal: upgrade 0.5 -> 0.6
libportal 0.6: * New portal support: Dynamic launcher * Add API for checking for flatpak/snap sandbox * Fix a bug where the callback setup by libportal for a GCancellable was not * properly canceled in case a portal method call was not successful, which can * lead to a double free seg fault * libportal-qt: Add convenient functions to better deal with GVariants * libportal-qt: Use a global instance of XdpPortal object * libportal-qt: make filechooserFilterToGVariant() public * camera: Use correct variant for is_camera_present() * portal-test-gtk3: Fix incorrect paths used in tests * Documentation improvements * CI improvements Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libportal/libportal_0.6.bb (renamed from meta-gnome/recipes-gnome/libportal/libportal_0.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/libportal/libportal_0.5.bb b/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb
index 6deac38fda..ec728d78b9 100644
--- a/meta-gnome/recipes-gnome/libportal/libportal_0.5.bb
+++ b/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb
@@ -6,8 +6,8 @@ BUGTRACKER = "https://github.com/flatpak/libportal/issues"
LICENSE = "LGPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
-SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=master"
-SRCREV = "467a397fd7996557f837cdc26ac07c01c62810e5"
+SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main"
+SRCREV = "13df0b887a7eb7b0f9b14069561a41f62e813155"
S = "${WORKDIR}/git"
inherit meson gtk-doc gobject-introspection