freebsd-ports/deskutils/lumina-pdf/Makefile
Loïc Bartoletti 28045dbddc x11/lumina: Update to 1.6.0 and Take MAINTAINER'ship
- Update to 1.6.0
  - Take MAINTAINER'ship
  - Add missing USE_GL
  - Fix order of options in Makefiles

Changelog:
  - Lumina: https://github.com/lumina-desktop/lumina/compare/v1.5.0...v1.6.0
  - Lumina-pdf: https://github.com/lumina-desktop/lumina-pdf/compare/v1.5.0...v1.6.0
  - Lumina-calculator: https://github.com/lumina-desktop/lumina-calculator/compare/v1.5.0...v1.6.0

PR:	243895
Reviewed by:	mat, tcberner
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23603
2020-02-22 05:29:53 +00:00

47 lines
1 KiB
Makefile

# $FreeBSD$
PORTNAME= lumina-pdf
DISTVERSION= 1.6.0
CATEGORIES= deskutils
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= PDF viewer from the Lumina Desktop
LICENSE= BSD3CLAUSE
USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5
USE_QT= buildtools_build concurrent core gui \
multimedia network printsupport \
svg widgets x11extras
USE_GL= gl
USE_GITHUB= yes
GH_ACCOUNT= lumina-desktop
GH_PROJECT= lumina-pdf
GH_TAGNAME= 645ed591ef91c3607d3ab87dd86f7acfd08b05c9
OPTIONS_DEFINE= NLS
OPTIONS_SINGLE= RENDERER
OPTIONS_SINGLE_RENDERER= POPPLER MUPDF
OPTIONS_DEFAULT= POPPLER
OPTIONS_SUB= yes
POPPLER_DESC= Use Poppler-qt5 backend renderer
MUPDF_DESC= Use MuPDF backend renderer (broken)
MUPDF_BROKEN= Does not build with MuPDF backend
MUPDF_QMAKE_ON= USE_MUPDF=true
MUPDF_LIB_DEPENDS= libmupdf.so:graphics/mupdf
NLS_QMAKE_ON= CONFIG+=WITH_I18N
NLS_USE= qt=linguist_build
POPPLER_QMAKE_ON= USE_POPPLER=true
POPPLER_LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
WRKSRC_SUBDIR= src-qt5
CONFLICTS_INSTALL= lumina-1.2.*
.include <bsd.port.mk>