b19a38580a
- Remove deskutils/lumina-notify (upstreamed)89ad0095d7
- Remove deskutils/lumina-xdg-entry (upstreamed)0069a052e1
- Fix variables order (pet portlint) - Alphabetize USE_QT - Update knob to use options helpers - Remove GH_TAGNAME (except for deskutils/lumina-pdf and deskutils/lumina-calculator which haven't release tag) - Change GH_ACCOUNT from "trueos" to "lumina-desktop" - Add a new port deskutils/lumina-photo - Change I18N option to well know NLS option PR: 240749 Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> Approved by: JT Pennington <jt@ixsystems.com> (maintainer) Differential Revision: D21749
55 lines
1.4 KiB
Makefile
55 lines
1.4 KiB
Makefile
# Created by: Ken Moore <ken@pcbsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lumina-core
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.5.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= jt@ixsystems.com
|
|
COMMENT= Lumina Desktop Environment
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/../../LICENSE
|
|
|
|
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 \
|
|
libxcb-util.so:x11/xcb-util \
|
|
libXcursor.so:x11/libXcursor
|
|
|
|
USES= compiler:c++11-lang gl qmake qt:5 xorg
|
|
USE_GL= gl
|
|
USE_XORG= x11 xdamage xcb
|
|
USE_LDCONFIG= yes
|
|
USE_QT= buildtools_build concurrent core dbus gui imageformats \
|
|
multimedia network svg widgets x11extras
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lumina-desktop
|
|
GH_PROJECT= lumina
|
|
|
|
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.
|
|
|
|
WRKSRC_SUBDIR= src-qt5/core
|
|
|
|
CONFLICTS_INSTALL= lumina-1.2.*
|
|
|
|
TRUEOS_QMAKE_ON= DEFAULT_SETTINGS=TrueOS
|
|
|
|
MULTIMEDIA_RUN_DEPENDS= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
|
|
|
|
NLS_USE= QT=linguist_build
|
|
NLS_QMAKE_ON= CONFIG+=WITH_I18N
|
|
|
|
.include <bsd.port.mk>
|