git: b7d2ad1c2d96 - main - print/qpdfview: Improve style, take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Jul 2022 10:21:24 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7d2ad1c2d961aea4f5a66b39bb916043c5f0ae5 commit b7d2ad1c2d961aea4f5a66b39bb916043c5f0ae5 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-07-23 10:17:39 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-07-23 10:21:11 +0000 print/qpdfview: Improve style, take maintainership Pet portfmt and portclippy. --- print/qpdfview/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index 62025e912932..0ce6e119e2b7 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -5,7 +5,7 @@ CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= salvadore@FreeBSD.org COMMENT= Tabbed DjVu/PDF/PS document viewer LICENSE= GPLv2+ @@ -14,23 +14,24 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5 -USE_LDCONFIG= yes -USE_QT= buildtools_build concurrent core dbus gui imageformats linguisttools printsupport sql sql-sqlite3 svg widgets xml USE_GL= gl +USE_LDCONFIG= yes +USE_QT= concurrent core dbus gui imageformats linguisttools \ + printsupport sql sql-sqlite3 svg widgets xml buildtools_build QMAKE_SOURCE_PATH= ${PORTNAME}.pro DATADIR= ${PREFIX}/share/${PORTNAME} -OPTIONS_DEFINE= CUPS DJVU PS +OPTIONS_DEFINE= CUPS DJVU PS OPTIONS_DEFAULT= CUPS DJVU PS -OPTIONS_SUB= yes +OPTIONS_SUB= yes -CUPS_QMAKE_OFF= "CONFIG+=without_cups" CUPS_LIB_DEPENDS= libcups.so:print/cups +CUPS_QMAKE_OFF= "CONFIG+=without_cups" DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre -DJVU_QMAKE_OFF= "CONFIG+=without_djvu" +DJVU_QMAKE_OFF= "CONFIG+=without_djvu" PS_LIB_DEPENDS= libspectre.so:print/libspectre PS_QMAKE_OFF= "CONFIG+=without_ps"