Date: Fri, 6 May 2016 13:07:50 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414704 - head/x11/lumina Message-ID: <201605061307.u46D7oTD061405@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Fri May 6 13:07:50 2016 New Revision: 414704 URL: https://svnweb.freebsd.org/changeset/ports/414704 Log: - Distfile was re-rolled - Update depends - Improve pkg-descr - Bump PORTREV Modified: head/x11/lumina/Makefile head/x11/lumina/distinfo head/x11/lumina/pkg-message Modified: head/x11/lumina/Makefile ============================================================================== --- head/x11/lumina/Makefile Fri May 6 12:37:36 2016 (r414703) +++ head/x11/lumina/Makefile Fri May 6 13:07:50 2016 (r414704) @@ -4,8 +4,8 @@ PORTNAME= lumina PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX= -Release -PORTREVISION= 2 +DISTVERSIONSUFFIX= -Release-p1 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11 @@ -21,6 +21,7 @@ RUN_DEPENDS= xorg>=0:x11/xorg \ xscreensaver:x11/xscreensaver \ xscreensaver-demo:x11/xscreensaver \ xbrightness:x11/xbrightness \ + xcompmgr:x11-wm/xcompmgr \ numlockx:x11/numlockx CONFLICTS= lumina-devel-0* Modified: head/x11/lumina/distinfo ============================================================================== --- head/x11/lumina/distinfo Fri May 6 12:37:36 2016 (r414703) +++ head/x11/lumina/distinfo Fri May 6 13:07:50 2016 (r414704) @@ -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 Modified: head/x11/lumina/pkg-message ============================================================================== --- head/x11/lumina/pkg-message Fri May 6 12:37:36 2016 (r414703) +++ head/x11/lumina/pkg-message Fri May 6 13:07:50 2016 (r414704) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605061307.u46D7oTD061405>