pkgsrc-Changes-HG archive

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

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



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

diffstat:

 x11/qt5-qtlocation/Makefile |  6 +++---
 x11/qt5-qtlocation/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 04c3a93e8604 -r 02715fbadd0a x11/qt5-qtlocation/Makefile
--- a/x11/qt5-qtlocation/Makefile       Wed Apr 11 12:28:09 2018 +0000
+++ b/x11/qt5-qtlocation/Makefile       Wed Apr 11 12:34:38 2018 +0000
@@ -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 @@
 .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
diff -r 04c3a93e8604 -r 02715fbadd0a x11/qt5-qtlocation/PLIST
--- a/x11/qt5-qtlocation/PLIST  Wed Apr 11 12:28:09 2018 +0000
+++ b/x11/qt5-qtlocation/PLIST  Wed Apr 11 12:34:38 2018 +0000
@@ -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