pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtdeclarative
Module Name: pkgsrc
Committed By: markd
Date: Wed Apr 11 12:21:02 UTC 2018
Modified Files:
pkgsrc/x11/qt5-qtdeclarative: Makefile PLIST
Log Message:
qt5-qtdeclarative: fix links to .pc files
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/qt5-qtdeclarative/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/qt5-qtdeclarative/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5-qtdeclarative/Makefile
diff -u pkgsrc/x11/qt5-qtdeclarative/Makefile:1.27 pkgsrc/x11/qt5-qtdeclarative/Makefile:1.28
--- pkgsrc/x11/qt5-qtdeclarative/Makefile:1.27 Mon Mar 12 11:15:56 2018
+++ pkgsrc/x11/qt5-qtdeclarative/Makefile Wed Apr 11 12:21:02 2018
@@ -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
Index: pkgsrc/x11/qt5-qtdeclarative/PLIST
diff -u pkgsrc/x11/qt5-qtdeclarative/PLIST:1.8 pkgsrc/x11/qt5-qtdeclarative/PLIST:1.9
--- pkgsrc/x11/qt5-qtdeclarative/PLIST:1.8 Thu Mar 1 20:09:49 2018
+++ pkgsrc/x11/qt5-qtdeclarative/PLIST Wed Apr 11 12:21:02 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index