Index: head/x11/lumina/Makefile =================================================================== --- head/x11/lumina/Makefile (revision 414703) +++ head/x11/lumina/Makefile (revision 414704) @@ -1,57 +1,58 @@ # Created by: Ken Moore # $FreeBSD$ PORTNAME= lumina PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX= -Release -PORTREVISION= 2 +DISTVERSIONSUFFIX= -Release-p1 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= kmoore@FreeBSD.org COMMENT= Lumina Desktop Environment LICENSE= BSD3CLAUSE RUN_DEPENDS= xorg>=0:x11/xorg \ fluxbox>=0:x11-wm/fluxbox \ fluxbox-tenr-styles-pack>=0:x11-themes/fluxbox-tenr-styles-pack \ kde4-icons-oxygen>=0:x11-themes/kde4-icons-oxygen \ xscreensaver:x11/xscreensaver \ xscreensaver-demo:x11/xscreensaver \ xbrightness:x11/xbrightness \ + xcompmgr:x11-wm/xcompmgr \ numlockx:x11/numlockx CONFLICTS= lumina-devel-0* OPTIONS_DEFINE= MULTIMEDIA PCBSD OPTIONS_DEFAULT= MULTIMEDIA MULTIMEDIA_DESC= Install multimedia support backend (gstreamer) PCBSD_DESC= Use the PC-BSD system interface settings. .include .if ${PORT_OPTIONS:MMULTIMEDIA} RUN_DEPENDS+= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core .endif MAKE_JOBS_UNSAFE=yes USE_XORG= x11 xdamage USE_XCB= x11extras wm USE_LDCONFIG= yes USE_QT5= core gui network svg linguist multimedia imageformats \ buildtools x11extras concurrent USES= desktop-file-utils qmake USE_GITHUB= yes GH_ACCOUNT= pcbsd #Setup the qmake configuration options .if ${PORT_OPTIONS:MPCBSD} QMAKE_ARGS= CONFIG+="configure NO_I18N PCBSD" .else QMAKE_ARGS= CONFIG+="configure NO_I18N" .endif .include Index: head/x11/lumina/distinfo =================================================================== --- head/x11/lumina/distinfo (revision 414703) +++ head/x11/lumina/distinfo (revision 414704) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-lumina-v0.9.0-Release_GH0.tar.gz) = 4d5e2f0b7b4ffcc6cd184d9bd437c72bbb1396de0df90c74fd26a7e47b41a85e -SIZE (pcbsd-lumina-v0.9.0-Release_GH0.tar.gz) = 53811174 +SHA256 (pcbsd-lumina-v0.9.0-Release-p1_GH0.tar.gz) = 60447b24449079b5e5bdadee380f930535455dc4b05deec0322f4f1ac10d76e0 +SIZE (pcbsd-lumina-v0.9.0-Release-p1_GH0.tar.gz) = 53810841 Index: head/x11/lumina/pkg-message =================================================================== --- head/x11/lumina/pkg-message (revision 414703) +++ head/x11/lumina/pkg-message (revision 414704) @@ -1,8 +1,8 @@ The Lumina Desktop Environment has been installed! An entry for for launching Lumina from a graphical login manager has already been added to the system, but if you with to start Lumina manually, you will need to do one of the following: -1) Put the line "exec Lumina-DE" at the end of your user's "~/.xinitrc" file before running startx +1) Put the line "exec start-lumina-desktop" at the end of your user's "~/.xinitrc" file before running startx 2) Wrap the Lumina binary call with an X initialization call: -Example: "xinit ${PREFIX}/bin/Lumina-DE -- :0" +Example: "xinit ${PREFIX}/bin/start-lumina-desktop -- :0" Also note that the system-wide default settings for Lumina are contained in ${PREFIX}/etc/luminaDesktop.conf[.dist]. While it is possible to customize the desktop to the user's liking after logging in, you may want to adjust the default settings as necessary if there are multiple user accounts on this system.