x11/lumina: fix build on gcc platforms, re-adding USES=compiler:c++11-lang
- and deleting the two ports I should have deleted in the previous commit PR: 240749 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
@@ -9,7 +9,7 @@ COMMENT= Scientific calculator from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= gl qmake qt:5 xorg
|
||||
USES= compiler:c++11-lang gl qmake qt:5 xorg
|
||||
USE_GL= gl
|
||||
USE_XORG= x11
|
||||
USE_QT= buildtools_build core gui svg widgets
|
||||
|
||||
@@ -10,7 +10,7 @@ COMMENT= Insight file manager from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= qmake qt:5
|
||||
USES= compiler:c++11-lang qmake qt:5
|
||||
USE_QT= buildtools_build concurrent core gui imageformats \
|
||||
multimedia network svg widgets x11extras
|
||||
USE_GITHUB= yes
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Created by: Ken Moore <ken@pcbsd.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-notify
|
||||
PORTVERSION= 1.4.1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Alarm/notification utility from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/../../../LICENSE
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
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 <bsd.port.mk>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1513135713
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
@@ -1,3 +0,0 @@
|
||||
Notification utility from the Lumina Desktop
|
||||
|
||||
WWW: https://lumina-desktop.org/
|
||||
@@ -1 +0,0 @@
|
||||
bin/lumina-notify
|
||||
@@ -9,7 +9,7 @@ COMMENT= PDF viewer from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= qmake qt:5
|
||||
USES= compiler:c++11-lang qmake qt:5
|
||||
USE_QT= buildtools_build concurrent core gui \
|
||||
multimedia network printsupport \
|
||||
svg widgets x11extras
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Created by: Ken Moore <ken@pcbsd.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-xdg-entry
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
COMMENT= XDG desktop entry creator from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/../../../LICENSE
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT=I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
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
|
||||
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1498830118
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
@@ -1,3 +0,0 @@
|
||||
XDG desktop entry creator from the Lumina Desktop.
|
||||
|
||||
WWW: https://lumina-desktop.org/
|
||||
@@ -1,2 +0,0 @@
|
||||
bin/lumina-xdg-entry
|
||||
share/applications/lumina-xdg-entry.desktop
|
||||
Reference in New Issue
Block a user