pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qt6: include all packages as deps



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By:	nros
Date:		Thu Feb 11 11:01:16 2021 +0000
Changeset:	5cfbf36f51fa154f04859316b38aff60ae2c0f57

Modified Files:
	qt6/Makefile

Log Message:
qt6: include all packages as deps

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5cfbf36f51fa154f04859316b38aff60ae2c0f57

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qt6/Makefile | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diffs:
diff --git a/qt6/Makefile b/qt6/Makefile
index fa44aaef8b..12da689ce0 100644
--- a/qt6/Makefile
+++ b/qt6/Makefile
@@ -11,5 +11,19 @@ META_PACKAGE=	yes
 .include "Makefile.common"
 
 DEPENDS+=	qt6-qtbase-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtbase
+DEPENDS+=	qt6-odbc-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-odbc
+DEPENDS+=	qt6-psql-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-psql
+DEPENDS+=	qt6-qtdeclarative-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtdeclarative
+DEPENDS+=	qt6-qtimageformats-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtimageformats
+DEPENDS+=	qt6-qtnetworkauth-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtnetworkauth
+DEPENDS+=	qt6-qtquick3d-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtquick3d
+DEPENDS+=	qt6-qtquickcontrols2-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtquickcontrols2
+DEPENDS+=	qt6-qtquicktimeline-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtquicktimeline
+DEPENDS+=	qt6-qtshadertools-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtshadertools
+DEPENDS+=	qt6-qtsvg-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtsvg
+DEPENDS+=	qt6-qttools-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qttools
+DEPENDS+=	qt6-qtwayland-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qtwayland
+DEPENDS+=	qt6-qt3d-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qt3d
+DEPENDS+=	qt6-qt5compat-${QTVERSION}{,nb[0-9]*}:../../wip/qt6-qt5compat
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index