pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/qpdfview
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 13 08:39:03 UTC 2018
Modified Files:
pkgsrc/print/qpdfview: Makefile
Log Message:
qpdfview: convert to use qt5
XXX: this needs RELRO fixes
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/print/qpdfview/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/qpdfview/Makefile
diff -u pkgsrc/print/qpdfview/Makefile:1.51 pkgsrc/print/qpdfview/Makefile:1.52
--- pkgsrc/print/qpdfview/Makefile:1.51 Thu Jan 11 08:12:21 2018
+++ pkgsrc/print/qpdfview/Makefile Sat Jan 13 08:39:03 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2018/01/11 08:12:21 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2018/01/13 08:39:03 wiz Exp $
VER= 0.4.16
DISTNAME= qpdfview-${VER}
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= print
MASTER_SITES= https://launchpad.net/qpdfview/trunk/${VER}/+download/
@@ -12,9 +12,6 @@ COMMENT= Tabbed PDF viewer
LICENSE= gnu-gpl-v2
DEPENDS+= poppler-data-[0-9]*:../../print/poppler-data
-DEPENDS+= qt4-sqlite3-[0-9]*:../../x11/qt4-sqlite3
-
-BROKEN= Needs poppler with qt4 support.
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
@@ -31,10 +28,9 @@ do-configure:
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../print/cups-base/buildlink3.mk"
.include "../../print/libspectre/buildlink3.mk"
-#.include "../../print/poppler-qt4/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-qdbus/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../print/poppler-qt5/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/file/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index