Package: libportal / 0.9.1-2

Metadata

Package Version Patches format
libportal 0.9.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tests Divide tests into suites.patch | (download)

tests/meson.build | 1 1 + 0 - 0 !
tests/qt5/meson.build | 2 1 + 1 - 0 !
tests/qt6/meson.build | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 2 deletions(-)

 tests: divide tests into suites


build Don t install glib backports.h or pass it to GObjec.patch | (download)

libportal/meson.build | 9 4 + 5 - 0 !
1 file changed, 4 insertions(+), 5 deletions(-)

 build: don't install glib-backports.h or pass it to
 GObject-Introspection

This is a backport of (a subset of) GLib's API, rather than being part
of *our* API. If dependent projects need newer GLib API, they should
have a newer GLib dependency or include their own backports.

Signed-off-by: Simon McVittie <smcv@debian.org>
qt6 fix build against Qt 6.9.patch | (download)

libportal/portal-qt6.cpp | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 qt6: fix build against qt 6.9+

QGenericUnixServices was renamed to QDesktopUnixServices in Qt 6.9.

Upstream change: https://codereview.qt-project.org/c/qt/qtbase/+/609639