pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/qt6
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 4 19:42:01 UTC 2023
Modified Files:
pkgsrc/meta-pkgs/qt6: Makefile
Log Message:
qt6: add qt6-qtwayland, qt6-qtvirtualkeyboard, qt6-qtconnectivity, qt6-qtsensors
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/meta-pkgs/qt6/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/qt6/Makefile
diff -u pkgsrc/meta-pkgs/qt6/Makefile:1.29 pkgsrc/meta-pkgs/qt6/Makefile:1.30
--- pkgsrc/meta-pkgs/qt6/Makefile:1.29 Fri Aug 4 00:33:13 2023
+++ pkgsrc/meta-pkgs/qt6/Makefile Fri Aug 4 19:42:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2023/08/04 00:33:13 gutteridge Exp $
+# $NetBSD: Makefile,v 1.30 2023/08/04 19:42:01 adam Exp $
DISTNAME= qt6-${QTVERSION}
@@ -16,6 +16,7 @@ DEPENDS+= qt6-qt3d-${QTVERSION}{,nb[0-9]
DEPENDS+= qt6-qt5compat-${QTVERSION}{,nb[0-9]*}:../../devel/qt6-qt5compat
DEPENDS+= qt6-qtbase-${QTVERSION}{,nb[0-9]*}:../../x11/qt6-qtbase
DEPENDS+= qt6-qtcharts-${QTVERSION}{,nb[0-9]*}:../../graphics/qt6-qtcharts
+DEPENDS+= qt6-qtconnectivity-${QTVERSION}{,nb[0-9]*}:../../comms/qt6-qtconnectivity
DEPENDS+= qt6-qtdatavis3d-${QTVERSION}{,nb[0-9]*}:../../graphics/qt6-qtdatavis3d
DEPENDS+= qt6-qtdeclarative-${QTVERSION}{,nb[0-9]*}:../../lang/qt6-qtdeclarative
DEPENDS+= qt6-qtgrpc-${QTVERSION}{,nb[0-9]*}:../../net/qt6-qtgrpc
@@ -31,12 +32,19 @@ DEPENDS+= qt6-qtquick3d-${QTVERSION}{,nb
DEPENDS+= qt6-qtquicktimeline-${QTVERSION}{,nb[0-9]*}:../../graphics/qt6-qtquicktimeline
DEPENDS+= qt6-qtremoteobjects-${QTVERSION}{,nb[0-9]*}:../../net/qt6-qtremoteobjects
DEPENDS+= qt6-qtscxml-${QTVERSION}{,nb[0-9]*}:../../lang/qt6-qtscxml
+DEPENDS+= qt6-qtsensors-${QTVERSION}{,nb[0-9]*}:../../misc/qt6-qtsensors
DEPENDS+= qt6-qtserialport-${QTVERSION}{,nb[0-9]*}:../../x11/qt6-qtserialport
DEPENDS+= qt6-qtshadertools-${QTVERSION}{,nb[0-9]*}:../../graphics/qt6-qtshadertools
DEPENDS+= qt6-qtspeech-${QTVERSION}{,nb[0-9]*}:../../audio/qt6-qtspeech
DEPENDS+= qt6-qtsvg-${QTVERSION}{,nb[0-9]*}:../../graphics/qt6-qtsvg
DEPENDS+= qt6-qttools-${QTVERSION}{,nb[0-9]*}:../../devel/qt6-qttools
+DEPENDS+= qt6-qtvirtualkeyboard-${QTVERSION}{,nb[0-9]*}:../../inputmethod/qt6-qtvirtualkeyboard
DEPENDS+= qt6-qtwebchannel-${QTVERSION}{,nb[0-9]*}:../../www/qt6-qtwebchannel
DEPENDS+= qt6-qtwebsockets-${QTVERSION}{,nb[0-9]*}:../../net/qt6-qtwebsockets
+.include "../../devel/wayland/platform.mk"
+.if ${PLATFORM_SUPPORTS_WAYLAND:tl} == yes
+DEPENDS+= qt6-qtwayland-${QTVERSION}{,nb[0-9]*}:../../devel/qt6-qtwayland
+.endif
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index