freebsd-ports/x11/lumina-core/Makefile
Jason W. Bacon 8aa2ac6602 x11/lumina-core: Disable CPU-saturating "Warp" screensaver
Lumina currently has no configuration interface for the screensaver,
so users cannot prevent Warp from starting and using all available
CPU time.  This is a temporary hack to make Lumina more CPU-friendly
until the screensaver options are configurable.
2023-01-22 18:45:35 -06:00

66 lines
1.7 KiB
Makefile

PORTNAME= lumina-core
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.2
PORTREVISION= 5
CATEGORIES= x11
MAINTAINER= ports@FreeBSD.org
COMMENT= Lumina Desktop Environment
WWW= https://lumina-desktop.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../../LICENSE
RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \
fluxbox-tenr-styles-pack>=0:x11-themes/fluxbox-tenr-styles-pack \
xbrightness>=0:x11/xbrightness \
compton>=0:x11-wm/compton \
xrandr>=0:x11/xrandr \
numlockx>=0:x11/numlockx \
${LOCALBASE}/share/icons/La-Capitaine/index.theme:x11-themes/la-capitaine-icon-theme
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 desktop-file-utils gl qmake qt:5 xorg
USE_GL= gl
USE_XORG= x11 xdamage xcb
USE_LDCONFIG= yes
USE_QT= buildtools:build concurrent core dbus declarative 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.
TRUEOS_QMAKE_ON= DEFAULT_SETTINGS=TrueOS
MULTIMEDIA_USES= gstreamer
MULTIMEDIA_USE= GSTREAMER=core
NLS_USE= QT=linguist:build
NLS_QMAKE_ON= CONFIG+=WITH_I18N
WRKSRC_SUBDIR= src-qt5/core
CONFIGURE_ENV+= DESTDIR=${STAGEDIR}
CONFLICTS_INSTALL= lumina-1.2.*
post-extract:
@${RM} ${WRKSRC}/lumina-desktop*/extrafiles/screensavers/Warp*
@${RM} ${WRKSRC}/lumina-desktop*/extrafiles/screensavers/*/Warp*
post-install:
${FIND} ${STAGEDIR}${PREFIX}/share -name "ecp.*" -delete
.include <bsd.port.mk>