Index: head/deskutils/lumina-archiver/Makefile =================================================================== --- head/deskutils/lumina-archiver/Makefile (revision 483484) +++ head/deskutils/lumina-archiver/Makefile (revision 483485) @@ -1,39 +1,39 @@ # Created by: Ken Moore # $FreeBSD$ PORTNAME= lumina-archiver PORTVERSION= 1.4.1 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com COMMENT= Archive manager from the Lumina Desktop LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N OPTIONS_SUB= yes I18N_DESC= Install localization files .include MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_QT= core gui widgets network svg \ buildtools_build x11extras concurrent multimedia USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7 WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} .if${PORT_OPTIONS:MI18N} USE_QT+= linguist_build QMAKE_ARGS+=CONFIG+=WITH_I18N .endif .include Index: head/deskutils/lumina-calculator/Makefile =================================================================== --- head/deskutils/lumina-calculator/Makefile (revision 483484) +++ head/deskutils/lumina-calculator/Makefile (revision 483485) @@ -1,46 +1,46 @@ # Created by: Ken Moore # $FreeBSD$ PORTNAME= lumina-calculator PORTVERSION= 1.4.1 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com COMMENT= Scientific calculator from the Lumina Desktop LICENSE= BSD3CLAUSE LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-image.so:x11/xcb-util-image \ libxcb-util.so:x11/xcb-util CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N OPTIONS_SUB= yes I18N_DESC= Install localization files .include MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_GL= gl USE_XORG= x11 xdamage xcb USE_QT= core gui widgets network svg \ buildtools_build x11extras concurrent multimedia USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7 WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} .if${PORT_OPTIONS:MI18N} USE_QT+= linguist_build QMAKE_ARGS+=CONFIG+=WITH_I18N .endif .include Index: head/deskutils/lumina-fileinfo/Makefile =================================================================== --- head/deskutils/lumina-fileinfo/Makefile (revision 483484) +++ head/deskutils/lumina-fileinfo/Makefile (revision 483485) @@ -1,33 +1,33 @@ # Created by: Ken Moore # $FreeBSD$ PORTNAME= lumina-fileinfo PORTVERSION= 1.4.1 PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com COMMENT= File properties utility from the Lumina Desktop LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../../LICENSE CONFLICTS_INSTALL= lumina-1.2.* MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_QT= core gui widgets network svg \ buildtools_build x11extras concurrent multimedia USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7 WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_QMAKE_ON= CONFIG+=WITH_I18N NLS_USE= QT=linguist_build .include Index: head/deskutils/lumina-fm/Makefile =================================================================== --- head/deskutils/lumina-fm/Makefile (revision 483484) +++ head/deskutils/lumina-fm/Makefile (revision 483485) @@ -1,39 +1,39 @@ # Created by: Ken Moore # $FreeBSD$ PORTNAME= lumina-fm PORTVERSION= 1.4.1 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com COMMENT= Insight file manager from the Lumina Desktop LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N OPTIONS_SUB= yes I18N_DESC= Install localization files .include MAKE_JOBS_UNSAFE=yes USE_QT= core gui widgets network svg imageformats \ buildtools_build x11extras multimedia concurrent -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7 WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} .if${PORT_OPTIONS:MI18N} USE_QT+= linguisttools_build QMAKE_ARGS+=CONFIG+=WITH_I18N .endif .include Index: head/deskutils/lumina-pdf/Makefile =================================================================== --- head/deskutils/lumina-pdf/Makefile (revision 483484) +++ head/deskutils/lumina-pdf/Makefile (revision 483485) @@ -1,40 +1,40 @@ # $FreeBSD$ PORTNAME= lumina-pdf PORTVERSION= 1.4.1 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com COMMENT= PDF viewer from the Lumina Desktop LICENSE= BSD3CLAUSE LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N OPTIONS_SUB= yes I18N_DESC= Install localization files .include MAKE_JOBS_UNSAFE=yes USE_QT= core gui widgets network svg multimedia \ buildtools_build x11extras concurrent printsupport -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7 WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} .if${PORT_OPTIONS:MI18N} USE_QT+= linguist_build QMAKE_ARGS+=CONFIG+=WITH_I18N .endif .include Index: head/deskutils/lumina-screenshot/Makefile =================================================================== --- head/deskutils/lumina-screenshot/Makefile (revision 483484) +++ head/deskutils/lumina-screenshot/Makefile (revision 483485) @@ -1,39 +1,39 @@ # Created by: Ken Moore # $FreeBSD$ PORTNAME= lumina-screenshot PORTVERSION= 1.4.1 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com COMMENT= Screenshot utility from the Lumina Desktop LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N OPTIONS_SUB= yes I18N_DESC= Install localization files .include MAKE_JOBS_UNSAFE=yes USE_QT= core gui widgets network svg \ buildtools_build x11extras concurrent multimedia -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7 WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} .if${PORT_OPTIONS:MI18N} USE_QT+= linguist_build QMAKE_ARGS+=CONFIG+=WITH_I18N .endif .include Index: head/deskutils/lumina-textedit/Makefile =================================================================== --- head/deskutils/lumina-textedit/Makefile (revision 483484) +++ head/deskutils/lumina-textedit/Makefile (revision 483485) @@ -1,40 +1,40 @@ # Created by: Ken Moore # $FreeBSD$ PORTNAME= lumina-textedit PORTVERSION= 1.4.1 PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com COMMENT= Plaintext editor from the Lumina Desktop LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N OPTIONS_SUB= yes I18N_DESC= Install localization files .include MAKE_JOBS_UNSAFE=yes USE_QT= core gui widgets network svg printsupport \ buildtools_build x11extras concurrent multimedia -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7 WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} .if${PORT_OPTIONS:MI18N} USE_QT+= linguist_build QMAKE_ARGS+=CONFIG+=WITH_I18N .endif .include Index: head/x11/lumina-coreutils/Makefile =================================================================== --- head/x11/lumina-coreutils/Makefile (revision 483484) +++ head/x11/lumina-coreutils/Makefile (revision 483485) @@ -1,42 +1,42 @@ # Created by: Ken Moore # $FreeBSD$ PORTNAME= lumina-coreutils PORTVERSION= 1.4.1 CATEGORIES= x11 MAINTAINER= jt@ixsystems.com COMMENT= Lumina Desktop Environment LICENSE= BSD3CLAUSE RUN_DEPENDS= xrandr:x11/xrandr CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N OPTIONS_SUB= yes I18N_DESC= Install localization files .include MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_LDCONFIG= yes USE_QT= core gui widgets network svg imageformats \ buildtools_build x11extras concurrent multimedia USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= lumina GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7 WRKSRC_SUBDIR= src-qt5/core-utils .if${PORT_OPTIONS:MI18N} USE_QT+= linguist_build QMAKE_ARGS+=CONFIG+=WITH_I18N .endif .include