diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-12 08:54:31 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-13 19:21:40 -0700 |
commit | 66317bbb0567c552f4b353686ff5ad746b37f5a6 (patch) | |
tree | 27e98952d3fdb56197fc00164c3ddbfcde58544f /meta-gnome | |
parent | a48c6c98e80103767225b7e49d43b6494292e75e (diff) | |
download | meta-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 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" | |||
6 | LICENSE = "LGPL-3.0-only" | 6 | LICENSE = "LGPL-3.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main" |
10 | SRCREV = "467a397fd7996557f837cdc26ac07c01c62810e5" | 10 | SRCREV = "13df0b887a7eb7b0f9b14069561a41f62e813155" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | inherit meson gtk-doc gobject-introspection | 13 | inherit meson gtk-doc gobject-introspection |