diff mbox series

[1/5] libportal: upgrade 0.9.1 -> 0.10.0

Message ID 20260619-auh-v1-1-62299dbd8231@pbarker.dev
State New
Headers show
Series Various updates via AUH | expand

Commit Message

Paul Barker June 19, 2026, 6:32 p.m. UTC
Dependencies:
- GLib >= 2.80 is required
- Meson >= 0.62.0 is required
- g-ir-scanner required if building with introspection

Features:
- Support directory selection in xdp_portal_open_file() (#211)
- Add clipboard API and support InputCapture session persistence (#214, #220)

Bug fixes:
- Replace deprecated Gio.UnixInputStream with GioUnix.InputStream in tests (#205)
- Fix a memory leak in the background API (#216)
- Specify --doc-format=gi-docgen when building introspection (#221)
- Use canonical property names and G_PARAM_STATIC_STRINGS for all GObject properties in inputcapture (#222)
- Fix invalid free of call-related data in inputcapture (#217)
- Expose libportal/settings.h header in libportal/portal.h (#199)
- Fix build with Qt 6.9+ (#200)
- Don't install glib-backports.h as part of public headers (#193)

For more details, see:
  https://github.com/flatpak/libportal/releases/tag/0.10.0

Signed-off-by: Paul Barker <paul@pbarker.dev>
---
 .../recipes-gnome/libportal/{libportal_0.9.1.bb => libportal_0.10.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-gnome/libportal/libportal_0.9.1.bb b/meta/recipes-gnome/libportal/libportal_0.10.0.bb
similarity index 96%
rename from meta/recipes-gnome/libportal/libportal_0.9.1.bb
rename to meta/recipes-gnome/libportal/libportal_0.10.0.bb
index 59252e2a67bb..4ba56dd44f65 100644
--- a/meta/recipes-gnome/libportal/libportal_0.9.1.bb
+++ b/meta/recipes-gnome/libportal/libportal_0.10.0.bb
@@ -7,7 +7,7 @@  LICENSE = "LGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
 
 SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main"
-SRCREV = "8f5dc8d192f6e31dafe69e35219e3b707bde71ce"
+SRCREV = "c23024018c8eb076549a1517fcb2d7f80d3e2ed5"
 
 inherit meson gi-docgen gobject-introspection vala pkgconfig
 GIDOCGEN_MESON_OPTION = 'docs'