pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtquickcontrols2



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Apr 11 12:38:33 UTC 2018

Modified Files:
        pkgsrc/x11/qt5-qtquickcontrols2: Makefile PLIST

Log Message:
qt5-qtquickcontrols2: fix links to .pc files


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qt5-qtquickcontrols2/Makefile \
    pkgsrc/x11/qt5-qtquickcontrols2/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-qtquickcontrols2/Makefile
diff -u pkgsrc/x11/qt5-qtquickcontrols2/Makefile:1.3 pkgsrc/x11/qt5-qtquickcontrols2/Makefile:1.4
--- pkgsrc/x11/qt5-qtquickcontrols2/Makefile:1.3        Mon Mar 12 11:15:56 2018
+++ pkgsrc/x11/qt5-qtquickcontrols2/Makefile    Wed Apr 11 12:38:33 2018
@@ -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 @@ INSTALL_ENV+=                INSTALL_ROOT=${DESTDIR}
 
 .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"
Index: pkgsrc/x11/qt5-qtquickcontrols2/PLIST
diff -u pkgsrc/x11/qt5-qtquickcontrols2/PLIST:1.3 pkgsrc/x11/qt5-qtquickcontrols2/PLIST:1.4
--- pkgsrc/x11/qt5-qtquickcontrols2/PLIST:1.3   Thu Mar  1 20:09:50 2018
+++ pkgsrc/x11/qt5-qtquickcontrols2/PLIST       Wed Apr 11 12:38:33 2018
@@ -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