pkgsrc-WIP-changes archive

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

qmediamanager: qt5 -> qt6



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Jun 19 09:57:04 2023 -0500
Changeset:	f63e78323a1cfeabac147a73e2df63568ec27ec1

Modified Files:
	qmediamanager/Makefile

Log Message:
qmediamanager: qt5 -> qt6

Switch to qt5 was temporary as qt5 is still mainstream in pkgsrc,
though support is waning.  Future builds should use qt6.

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

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

diffstat:
 qmediamanager/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/qmediamanager/Makefile b/qmediamanager/Makefile
index 9aa7782b97..0a00eed777 100644
--- a/qmediamanager/Makefile
+++ b/qmediamanager/Makefile
@@ -15,7 +15,7 @@ DEPENDS+=	devpub-mount>0:../../wip/devpub-mount
 DEPENDS+=	auto-admin>=0.7.17:../../sysutils/auto-admin
 DEPENDS+=	rxvt-unicode>0:../../x11/rxvt-unicode
 # Maybe use qt5/6 options.  See net/wireshark.
-DEPENDS+=	qt5-qttools>0:../../x11/qt5-qttools
+DEPENDS+=	qt6-qttools>0:../../devel/qt6-qttools
 
 SUBST_CLASSES+=		prefix
 SUBST_STAGE.prefix=	pre-configure
@@ -27,12 +27,12 @@ USE_LANGUAGES=	c c++
 INSTALLATION_DIRS=	bin man/man1
 
 do-configure:
-	(cd ${WRKSRC} && ${PREFIX}/qt5/bin/qmake)
+	(cd ${WRKSRC} && ${PREFIX}/qt6/bin/qmake)
 
 do-install:
 	${INSTALL} -c ${WRKSRC}/qmediamanager ${DESTDIR}${PREFIX}/bin
 	${INSTALL} -c ${WRKSRC}/Man/qmediamanager.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
 .include "../../devel/libxtend/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index