2014-09-04 16:34:10 +00:00
|
|
|
# Created by: Ken Moore <ken@pcbsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lumina
|
2015-08-04 11:29:18 +00:00
|
|
|
DISTVERSIONPREFIX= v
|
2017-01-24 20:16:47 +00:00
|
|
|
DISTVERSION= 1.2.0-p1
|
2017-05-23 05:03:14 +00:00
|
|
|
PORTREVISION= 3
|
2016-08-09 15:28:40 +00:00
|
|
|
PORTEPOCH= 2
|
2014-09-04 16:34:10 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
|
|
|
COMMENT= Lumina Desktop Environment
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2016-07-25 20:50:25 +00:00
|
|
|
RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \
|
2017-04-03 12:28:59 +00:00
|
|
|
kf5-oxygen-icons5>=0:x11-themes/kf5-oxygen-icons5 \
|
2016-04-01 14:33:55 +00:00
|
|
|
xscreensaver:x11/xscreensaver \
|
|
|
|
xbrightness:x11/xbrightness \
|
2016-07-25 20:50:25 +00:00
|
|
|
compton:x11-wm/compton \
|
2017-01-24 20:16:47 +00:00
|
|
|
xinput:x11/xinput \
|
2016-07-25 20:50:25 +00:00
|
|
|
xrandr:x11/xrandr \
|
2016-04-01 14:33:55 +00:00
|
|
|
numlockx:x11/numlockx
|
2017-01-24 20:16:47 +00:00
|
|
|
LIB_DEPENDS= libxcb.so:x11/libxcb \
|
|
|
|
libxcb-ewmh.so:x11/xcb-util-wm \
|
2016-08-09 15:28:40 +00:00
|
|
|
libxcb-icccm.so:x11/xcb-util-wm \
|
|
|
|
libxcb-image.so:x11/xcb-util-image \
|
|
|
|
libxcb-util.so:x11/xcb-util
|
2014-09-04 16:34:10 +00:00
|
|
|
|
2017-01-24 20:16:47 +00:00
|
|
|
CONFLICTS= lumina-devel-0* \
|
|
|
|
lumina-i18n-[0-1]*
|
2015-10-26 15:20:30 +00:00
|
|
|
|
2017-01-24 20:16:47 +00:00
|
|
|
OPTIONS_DEFINE= MULTIMEDIA TRUEOS I18N DEBUG
|
|
|
|
OPTIONS_DEFAULT= MULTIMEDIA I18N
|
2015-02-18 21:47:34 +00:00
|
|
|
MULTIMEDIA_DESC= Install multimedia support backend (gstreamer)
|
2016-07-25 20:50:25 +00:00
|
|
|
TRUEOS_DESC= Use the TrueOS system interface settings.
|
2017-01-24 20:16:47 +00:00
|
|
|
I18N_DESC= Install localization files.
|
|
|
|
DEBUG_DESC= Preserve debugging information within binaries.
|
2015-02-18 21:47:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MMULTIMEDIA}
|
2016-04-01 14:33:55 +00:00
|
|
|
RUN_DEPENDS+= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
|
2015-02-18 21:47:34 +00:00
|
|
|
.endif
|
|
|
|
|
2014-09-04 16:34:10 +00:00
|
|
|
MAKE_JOBS_UNSAFE=yes
|
2015-01-06 17:28:16 +00:00
|
|
|
|
2016-08-09 15:28:40 +00:00
|
|
|
USE_GL= gl
|
2017-01-24 20:16:47 +00:00
|
|
|
USE_XORG= x11 xdamage
|
2014-09-04 16:34:10 +00:00
|
|
|
USE_LDCONFIG= yes
|
2016-07-25 20:50:25 +00:00
|
|
|
USE_QT5= core gui widgets network svg multimedia imageformats \
|
2017-01-24 20:16:47 +00:00
|
|
|
buildtools_build x11extras concurrent linguisttools_build
|
2015-10-26 15:20:30 +00:00
|
|
|
USES= desktop-file-utils qmake
|
2015-04-30 22:56:07 +00:00
|
|
|
USE_GITHUB= yes
|
2016-07-25 20:50:25 +00:00
|
|
|
GH_ACCOUNT= trueos
|
2014-09-04 16:34:10 +00:00
|
|
|
|
2015-10-26 15:20:30 +00:00
|
|
|
#Setup the qmake configuration options
|
2016-07-25 20:50:25 +00:00
|
|
|
.if ${PORT_OPTIONS:MTRUEOS}
|
|
|
|
QMAKE_ARGS= DEFAULT_SETTINGS=TrueOS
|
2015-10-26 15:20:30 +00:00
|
|
|
.endif
|
2015-07-15 13:22:52 +00:00
|
|
|
|
2017-01-24 20:16:47 +00:00
|
|
|
.if ${PORT_OPTIONS:MI18N}
|
|
|
|
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDEBUG}
|
|
|
|
QMAKE_ARGS+= CONFIG+=debug
|
|
|
|
.endif
|
2014-09-04 17:07:15 +00:00
|
|
|
.include <bsd.port.mk>
|