pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qmediamanager: qt6 -> qt5
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Sat Jun 17 13:21:23 2023 -0500
Changeset: 2bb7e4f3e30649fb25cb46574f4743fc6c2a42e3
Modified Files:
qmediamanager/Makefile
Log Message:
qmediamanager: qt6 -> qt5
Reduce build load for end users, since most packages still
use qt5. Will continue to test with qt6 in wip.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2bb7e4f3e30649fb25cb46574f4743fc6c2a42e3
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 0a28a7214d..9a52a73f2d 100644
--- a/qmediamanager/Makefile
+++ b/qmediamanager/Makefile
@@ -14,7 +14,7 @@ DEPENDS= npmount>0:../../wip/npmount
DEPENDS+= devpub-mount>0:../../wip/devpub-mount
DEPENDS+= auto-admin>=0.7.17:../../sysutils/auto-admin
DEPENDS+= rxvt-unicode>0:../../x11/rxvt-unicode
-DEPENDS+= qt6-qttools>0:../../devel/qt6-qttools
+DEPENDS+= qt5-qttools>0:../../x11/qt5-qttools
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-configure
@@ -26,12 +26,12 @@ USE_LANGUAGES= c c++
INSTALLATION_DIRS= bin man/man1
do-configure:
- (cd ${WRKSRC} && ${PREFIX}/qt6/bin/qmake)
+ (cd ${WRKSRC} && ${PREFIX}/qt5/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/qt6-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index