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 <schnitzelt...@gmail.com>
---
 .../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 6deac38fd..ec728d78b 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
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96572): 
https://lists.openembedded.org/g/openembedded-devel/message/96572
Mute This Topic: https://lists.openembedded.org/mt/90413276/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to