pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qttools



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Apr 11 12:28:05 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/qt5-qttools/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/qt5-qttools/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-qttools/Makefile
diff -u pkgsrc/x11/qt5-qttools/Makefile:1.38 pkgsrc/x11/qt5-qttools/Makefile:1.39
--- pkgsrc/x11/qt5-qttools/Makefile:1.38        Mon Mar 12 11:15:57 2018
+++ pkgsrc/x11/qt5-qttools/Makefile     Wed Apr 11 12:28:04 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2018/03/12 11:15:57 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2018/04/11 12:28:04 markd Exp $
 
 DISTNAME=      qttools-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qttools-${QTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       Qt5 tools
 
 DEPENDS+=              xdg-utils-[0-9]*:../../misc/xdg-utils
@@ -14,8 +14,7 @@ INSTALLATION_DIRS+=   lib/pkgconfig
 
 .include "../../x11/qt5-qtbase/Makefile.common"
 
-QTPKGCONFIGPC=         Qt5CLucene.pc Qt5DesignerComponents.pc Qt5UiTools.pc \
-                       Qt5Designer.pc Qt5Help.pc
+QTPKGCONFIGPC=         Qt5Designer.pc Qt5Help.pc Qt5UiTools.pc
 
 post-install:
 .for i in ${QTPKGCONFIGPC}

Index: pkgsrc/x11/qt5-qttools/PLIST
diff -u pkgsrc/x11/qt5-qttools/PLIST:1.6 pkgsrc/x11/qt5-qttools/PLIST:1.7
--- pkgsrc/x11/qt5-qttools/PLIST:1.6    Wed Jan 17 19:30:48 2018
+++ pkgsrc/x11/qt5-qttools/PLIST        Wed Apr 11 12:28:04 2018
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.6 2018/01/17 19:30:48 markd Exp $
-lib/pkgconfig/Qt5CLucene.pc
+@comment $NetBSD: PLIST,v 1.7 2018/04/11 12:28:04 markd Exp $
 lib/pkgconfig/Qt5Designer.pc
-lib/pkgconfig/Qt5DesignerComponents.pc
 lib/pkgconfig/Qt5Help.pc
 lib/pkgconfig/Qt5UiTools.pc
 ${PLIST.mac}qt5/bin/Assistant



Home | Main Index | Thread Index | Old Index