28045dbddc
- 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
30 lines
623 B
Makefile
30 lines
623 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lumina-photo
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.6.0
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= lbartoletti@FreeBSD.org
|
|
COMMENT= Image viewer utility 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 \
|
|
printsupport network svg widgets x11extras
|
|
USE_GL= gl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lumina-desktop
|
|
GH_PROJECT= lumina
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USE= QT=linguist_build
|
|
NLS_QMAKE_ON= CONFIG+=WITH_I18N
|
|
|
|
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|