git: bd3eda3c9283 - main - deskutils/libportal-qt6: Add port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Sep 2024 16:47:48 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd3eda3c92836c295eafa51dbc7ae78b55f66fb0 commit bd3eda3c92836c295eafa51dbc7ae78b55f66fb0 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-09-28 16:46:55 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-09-28 16:47:41 +0000 deskutils/libportal-qt6: Add port --- deskutils/Makefile | 1 + deskutils/libportal-qt6/Makefile | 11 +++++++++++ deskutils/libportal/pkg-plist.qt6 | 5 +++++ 3 files changed, 17 insertions(+) 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