pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtlocation



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Apr 11 12:34:39 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/qt5-qtlocation/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/qt5-qtlocation/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-qtlocation/Makefile
diff -u pkgsrc/x11/qt5-qtlocation/Makefile:1.23 pkgsrc/x11/qt5-qtlocation/Makefile:1.24
--- pkgsrc/x11/qt5-qtlocation/Makefile:1.23     Mon Mar 12 11:15:56 2018
+++ pkgsrc/x11/qt5-qtlocation/Makefile  Wed Apr 11 12:34:38 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2018/03/12 11:15:56 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2018/04/11 12:34:38 markd Exp $
 
 DISTNAME=      qtlocation-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtlocation-${QTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       Qt5 module for qtlocation
 
 BUILD_TARGET=          sub-src
@@ -13,7 +13,7 @@ INSTALLATION_DIRS+=   lib/pkgconfig
 .include "../../x11/qt5-qtbase/Makefile.common"
 
 post-install:
-.for i in Qt5Positioning.pc
+.for i in Qt5Location.pc Qt5Positioning.pc
        cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
        ${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
 .endfor

Index: pkgsrc/x11/qt5-qtlocation/PLIST
diff -u pkgsrc/x11/qt5-qtlocation/PLIST:1.6 pkgsrc/x11/qt5-qtlocation/PLIST:1.7
--- pkgsrc/x11/qt5-qtlocation/PLIST:1.6 Thu Mar  1 20:09:49 2018
+++ pkgsrc/x11/qt5-qtlocation/PLIST     Wed Apr 11 12:34:38 2018
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.6 2018/03/01 20:09:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/04/11 12:34:38 markd Exp $
+lib/pkgconfig/Qt5Location.pc
 lib/pkgconfig/Qt5Positioning.pc
 qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/error_messages_p.h
 qt5/include/QtLocation/${PKGVERSION}/QtLocation/private/locationvaluetypehelper_p.h



Home | Main Index | Thread Index | Old Index