pkgsrc-Changes-HG archive

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

pkgsrc: qt5-qtdeclarative: fix links to .pc files



details:   https://anonhg.NetBSD.org/pkgsrc/rev/404964b7927b
branches:  trunk
changeset: 306137:404964b7927b
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Apr 11 12:21:02 2018 +0000
description:
qt5-qtdeclarative: fix links to .pc files

diffstat:

 x11/qt5-qtdeclarative/Makefile |  7 +++----
 x11/qt5-qtdeclarative/PLIST    |  5 ++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r f259a30f536e -r 404964b7927b x11/qt5-qtdeclarative/Makefile
--- a/x11/qt5-qtdeclarative/Makefile    Wed Apr 11 12:02:07 2018 +0000
+++ b/x11/qt5-qtdeclarative/Makefile    Wed Apr 11 12:21:02 2018 +0000
@@ -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 @@
 .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 -r f259a30f536e -r 404964b7927b x11/qt5-qtdeclarative/PLIST
--- a/x11/qt5-qtdeclarative/PLIST       Wed Apr 11 12:02:07 2018 +0000
+++ b/x11/qt5-qtdeclarative/PLIST       Wed Apr 11 12:21:02 2018 +0000
@@ -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