git: d82582a86eef - main - x11-toolkits/qt6-declarative: add dependency to qt6-languageserver
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Jun 2023 18:49:28 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=d82582a86eefc39f9eefb94efc5c54a3d8d94f82 commit d82582a86eefc39f9eefb94efc5c54a3d8d94f82 Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2023-06-05 19:15:53 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2023-06-19 18:49:17 +0000 x11-toolkits/qt6-declarative: add dependency to qt6-languageserver and enable build of qmlls --- x11-toolkits/qt6-declarative/Makefile | 4 ++-- x11-toolkits/qt6-declarative/pkg-plist | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-toolkits/qt6-declarative/Makefile b/x11-toolkits/qt6-declarative/Makefile index 421f7b986d58..31485d10dd49 100644 --- a/x11-toolkits/qt6-declarative/Makefile +++ b/x11-toolkits/qt6-declarative/Makefile @@ -1,6 +1,6 @@ PORTNAME= declarative DISTVERSION= ${QT6_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt6- @@ -26,7 +26,7 @@ USES= cmake compiler:c++17-lang gettext-runtime gl gnome pkgconfig python:3.5+ qt-dist:6 USE_GL= opengl USE_GNOME= glib20 -USE_QT= base shadertools +USE_QT= base shadertools languageserver USE_XORG= x11 xau xcb xdmcp USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} diff --git a/x11-toolkits/qt6-declarative/pkg-plist b/x11-toolkits/qt6-declarative/pkg-plist index 94186ab6a2bc..a9aac1275313 100644 --- a/x11-toolkits/qt6-declarative/pkg-plist +++ b/x11-toolkits/qt6-declarative/pkg-plist @@ -1,5 +1,6 @@ bin/qml6 bin/qmleasing6 +bin/qmlls6 bin/qmlpreview6 bin/qmlscene6 %%QT_INCDIR%%/QtLabsAnimation/%%FULLVER%%/QtLabsAnimation/private/qqmlanimationglobal_p.h @@ -1773,6 +1774,7 @@ lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsVersionlessTargets.cmake %%QT_BINDIR%%/qmleasing %%QT_BINDIR%%/qmlformat %%QT_BINDIR%%/qmllint +%%QT_BINDIR%%/qmlls %%QT_BINDIR%%/qmlplugindump %%QT_BINDIR%%/qmlpreview %%QT_BINDIR%%/qmlprofiler @@ -2598,6 +2600,7 @@ lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsVersionlessTargets.cmake %%QT_QMLDIR%%/QtTest/testlogger.js %%QT_QMLDIR%%/builtins.qmltypes %%QT_QMLDIR%%/jsroot.qmltypes +libdata/ldconfig/qt6-declarative libdata/pkgconfig/Qt6LabsAnimation.pc libdata/pkgconfig/Qt6LabsFolderListModel.pc libdata/pkgconfig/Qt6LabsQmlModels.pc