From bd3eda3c92836c295eafa51dbc7ae78b55f66fb0 Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Sat, 28 Sep 2024 19:46:55 +0300 Subject: [PATCH] deskutils/libportal-qt6: Add port --- deskutils/Makefile | 1 + deskutils/libportal-qt6/Makefile | 11 +++++++++++ deskutils/libportal/pkg-plist.qt6 | 5 +++++ 3 files changed, 17 insertions(+) create mode 100644 deskutils/libportal-qt6/Makefile create mode 100644 deskutils/libportal/pkg-plist.qt6 diff --git a/deskutils/Makefile b/deskutils/Makefile index 5b717ae57834..d579d9814f7b 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -162,6 +162,7 @@ SUBDIR += libportal-gtk3 SUBDIR += libportal-gtk4 SUBDIR += libportal-qt5 + SUBDIR += libportal-qt6 SUBDIR += ljclive SUBDIR += lumina-archiver SUBDIR += lumina-calculator diff --git a/deskutils/libportal-qt6/Makefile b/deskutils/libportal-qt6/Makefile new file mode 100644 index 000000000000..53632d5ced21 --- /dev/null +++ b/deskutils/libportal-qt6/Makefile @@ -0,0 +1,11 @@ +PKGNAMESUFFIX= -${BACKEND} +COMMENT= GIO-styled async APIs for Flatpak (${BACKEND} backend) + +BACKEND= qt6 + +USES= qt:6 +USE_QT= base + +MASTERDIR= ${.CURDIR}/../libportal + +.include "${MASTERDIR}/Makefile" diff --git a/deskutils/libportal/pkg-plist.qt6 b/deskutils/libportal/pkg-plist.qt6 new file mode 100644 index 000000000000..949ad347fe1e --- /dev/null +++ b/deskutils/libportal/pkg-plist.qt6 @@ -0,0 +1,5 @@ +include/libportal-qt6/portal-qt6.h +lib/libportal-qt6.so +lib/libportal-qt6.so.1 +lib/libportal-qt6.so.1.0.0 +libdata/pkgconfig/libportal-qt6.pc