From 66317bbb0567c552f4b353686ff5ad746b37f5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 12 Apr 2022 08:54:31 +0200 Subject: [PATCH] libportal: upgrade 0.5 -> 0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- .../libportal/{libportal_0.5.bb => libportal_0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/libportal/{libportal_0.5.bb => libportal_0.6.bb} (90%) diff --git a/meta-gnome/recipes-gnome/libportal/libportal_0.5.bb b/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb similarity index 90% rename from meta-gnome/recipes-gnome/libportal/libportal_0.5.bb rename to 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