From 3ec8a19a1ddc53dd5865f10e93d42b6195afcb03 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 13 Sep 2026 05:18:28 +0000 Subject: [PATCH] libportal: upgrade 0.10.0 -> 0.11.0 Source: NEWS Changes in 0.11.0, 2026-09-12 ============================= Features: - Support globalshortcuts (#226) Bug fixes: - Various Meson cleanups (#232) - Document XDP_OPEN_FILE_FLAG_DIRECTORY flag separately so that since annotation lands in the introspection (#230) - Remove erroneous CLOSED signal from inputcapture (#229) - Add G_{BEGIN,END}_DECLS macros (#228) - Remove CONST annotation from get_type methods (#227) --- .../libportal/{libportal_0.10.0.bb => libportal_0.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libportal/{libportal_0.10.0.bb => libportal_0.11.0.bb} (96%) diff --git a/meta/recipes-gnome/libportal/libportal_0.10.0.bb b/meta/recipes-gnome/libportal/libportal_0.11.0.bb similarity index 96% rename from meta/recipes-gnome/libportal/libportal_0.10.0.bb rename to meta/recipes-gnome/libportal/libportal_0.11.0.bb index 4ba56dd44f..fb2cc4c9f3 100644 --- a/meta/recipes-gnome/libportal/libportal_0.10.0.bb +++ b/meta/recipes-gnome/libportal/libportal_0.11.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 = "c23024018c8eb076549a1517fcb2d7f80d3e2ed5" +SRCREV = "fc4d62cfe131e8494c82f597f92b2234d584c367" inherit meson gi-docgen gobject-introspection vala pkgconfig GIDOCGEN_MESON_OPTION = 'docs' -- 2.47.1