pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efe3ee2ba470
branches:  trunk
changeset: 306142:efe3ee2ba470
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Apr 11 12:38:33 2018 +0000
description:
qt5-qtquickcontrols2: fix links to .pc files

diffstat:

 x11/qt5-qtquickcontrols2/Makefile |  10 ++++++++--
 x11/qt5-qtquickcontrols2/PLIST    |   3 ++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 02715fbadd0a -r efe3ee2ba470 x11/qt5-qtquickcontrols2/Makefile
--- a/x11/qt5-qtquickcontrols2/Makefile Wed Apr 11 12:34:38 2018 +0000
+++ b/x11/qt5-qtquickcontrols2/Makefile Wed Apr 11 12:38:33 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2018/03/12 11:15:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/04/11 12:38:33 markd Exp $
 
 DISTNAME=      qtquickcontrols2-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtquickcontrols2-${QTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       Next generation user interface controls based on Qt Quick
 
 BUILD_TARGET=          sub-src
@@ -12,5 +12,11 @@
 
 .include "../../x11/qt5-qtbase/Makefile.common"
 
+post-install:
+.for i in Qt5QuickControls2.pc
+       cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
+       ${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
+.endfor
+
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 02715fbadd0a -r efe3ee2ba470 x11/qt5-qtquickcontrols2/PLIST
--- a/x11/qt5-qtquickcontrols2/PLIST    Wed Apr 11 12:34:38 2018 +0000
+++ b/x11/qt5-qtquickcontrols2/PLIST    Wed Apr 11 12:38:33 2018 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2018/03/01 20:09:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/04/11 12:38:33 markd Exp $
+lib/pkgconfig/Qt5QuickControls2.pc
 qt5/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickanimatednode_p.h
 qt5/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickattachedobject_p.h
 qt5/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickchecklabel_p.h



Home | Main Index | Thread Index | Old Index