diff options
author | markd <markd@pkgsrc.org> | 2018-04-11 12:21:02 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-04-11 12:21:02 +0000 |
commit | 30915d04172ff490aeab3c0eb08d14fe907e97bd (patch) | |
tree | 77b3656929ed31e8bfc2e12b98b6bf27559d77fd /x11/qt5-qtdeclarative | |
parent | b5510de7da64127c9c129ff12dc2c30f4803f970 (diff) | |
download | pkgsrc-30915d04172ff490aeab3c0eb08d14fe907e97bd.tar.gz |
qt5-qtdeclarative: fix links to .pc files
Diffstat (limited to 'x11/qt5-qtdeclarative')
-rw-r--r-- | x11/qt5-qtdeclarative/Makefile | 7 | ||||
-rw-r--r-- | x11/qt5-qtdeclarative/PLIST | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/x11/qt5-qtdeclarative/Makefile b/x11/qt5-qtdeclarative/Makefile index 94ae46cdb97..59481405887 100644 --- a/x11/qt5-qtdeclarative/Makefile +++ b/x11/qt5-qtdeclarative/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2018/03/12 11:15:56 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2018/04/11 12:21:02 markd Exp $ DISTNAME= qtdeclarative-everywhere-src-${QTVERSION} PKGNAME= qt5-qtdeclarative-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 module for declarative framework BUILD_TARGET= sub-tools @@ -12,8 +12,7 @@ INSTALLATION_DIRS+= lib/pkgconfig .include "../../x11/qt5-qtbase/Makefile.common" post-install: -.for i in Qt5Qml.pc Qt5QmlDevTools.pc Qt5Quick.pc Qt5QuickParticles.pc \ - Qt5QuickTest.pc +.for i in Qt5Qml.pc Qt5Quick.pc Qt5QuickTest.pc Qt5QuickWidgets.pc cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \ ln -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i} .endfor diff --git a/x11/qt5-qtdeclarative/PLIST b/x11/qt5-qtdeclarative/PLIST index 80a4675201e..41c46c07d07 100644 --- a/x11/qt5-qtdeclarative/PLIST +++ b/x11/qt5-qtdeclarative/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.8 2018/03/01 20:09:49 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2018/04/11 12:21:02 markd Exp $ lib/pkgconfig/Qt5Qml.pc -lib/pkgconfig/Qt5QmlDevTools.pc lib/pkgconfig/Qt5Quick.pc -lib/pkgconfig/Qt5QuickParticles.pc lib/pkgconfig/Qt5QuickTest.pc +lib/pkgconfig/Qt5QuickWidgets.pc qt5/bin/qml qt5/bin/qmlcachegen qt5/bin/qmleasing |