2017-09-18 19:45:33 +02:00
|
|
|
# Created by: Ken Moore <ken@pcbsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lumina-core
|
2019-09-24 18:40:59 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 1.5.0
|
2017-09-18 19:45:33 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2017-12-22 03:44:33 +01:00
|
|
|
MAINTAINER= jt@ixsystems.com
|
2017-09-18 19:45:33 +02:00
|
|
|
COMMENT= Lumina Desktop Environment
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
2019-02-06 10:30:41 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/../../LICENSE
|
2017-09-18 19:45:33 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \
|
|
|
|
xscreensaver>=0:x11/xscreensaver \
|
|
|
|
xbrightness>=0:x11/xbrightness \
|
|
|
|
compton>=0:x11-wm/compton \
|
|
|
|
xrandr>=0:x11/xrandr \
|
|
|
|
numlockx>=0:x11/numlockx
|
|
|
|
LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \
|
|
|
|
libxcb-icccm.so:x11/xcb-util-wm \
|
|
|
|
libxcb-image.so:x11/xcb-util-image \
|
2019-09-24 18:40:59 +02:00
|
|
|
libxcb-util.so:x11/xcb-util \
|
|
|
|
libXcursor.so:x11/libXcursor
|
2017-09-18 19:45:33 +02:00
|
|
|
|
2019-09-24 18:40:59 +02:00
|
|
|
USES= compiler:c++11-lang gl qmake qt:5 xorg
|
2017-09-18 19:45:33 +02:00
|
|
|
USE_GL= gl
|
|
|
|
USE_XORG= x11 xdamage xcb
|
|
|
|
USE_LDCONFIG= yes
|
2019-09-24 18:40:59 +02:00
|
|
|
USE_QT= buildtools_build concurrent core dbus gui imageformats \
|
|
|
|
multimedia network svg widgets x11extras
|
2017-09-18 19:45:33 +02:00
|
|
|
USE_GITHUB= yes
|
2019-09-24 18:40:59 +02:00
|
|
|
GH_ACCOUNT= lumina-desktop
|
2017-09-18 19:45:33 +02:00
|
|
|
GH_PROJECT= lumina
|
2019-09-24 18:40:59 +02:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= MULTIMEDIA TRUEOS NLS
|
|
|
|
OPTIONS_DEFAULT= MULTIMEDIA
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
MULTIMEDIA_DESC= Install multimedia support backend (gstreamer)
|
|
|
|
TRUEOS_DESC= Use the TrueOS system interface settings.
|
|
|
|
|
2017-09-18 19:45:33 +02:00
|
|
|
WRKSRC_SUBDIR= src-qt5/core
|
|
|
|
|
2019-09-24 18:40:59 +02:00
|
|
|
CONFLICTS_INSTALL= lumina-1.2.*
|
|
|
|
|
|
|
|
TRUEOS_QMAKE_ON= DEFAULT_SETTINGS=TrueOS
|
|
|
|
|
|
|
|
MULTIMEDIA_RUN_DEPENDS= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
|
2017-09-18 19:45:33 +02:00
|
|
|
|
2019-09-24 18:40:59 +02:00
|
|
|
NLS_USE= QT=linguist_build
|
|
|
|
NLS_QMAKE_ON= CONFIG+=WITH_I18N
|
2017-09-18 19:45:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|