mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
deskutils/libportal-qt6: Add port
This commit is contained in:
parent
84fdf44cd5
commit
bd3eda3c92
3 changed files with 17 additions and 0 deletions
|
@ -162,6 +162,7 @@
|
|||
SUBDIR += libportal-gtk3
|
||||
SUBDIR += libportal-gtk4
|
||||
SUBDIR += libportal-qt5
|
||||
SUBDIR += libportal-qt6
|
||||
SUBDIR += ljclive
|
||||
SUBDIR += lumina-archiver
|
||||
SUBDIR += lumina-calculator
|
||||
|
|
11
deskutils/libportal-qt6/Makefile
Normal file
11
deskutils/libportal-qt6/Makefile
Normal file
|
@ -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"
|
5
deskutils/libportal/pkg-plist.qt6
Normal file
5
deskutils/libportal/pkg-plist.qt6
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue