aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2016-05-06 13:07:50 +0000
committerKris Moore <kmoore@FreeBSD.org>2016-05-06 13:07:50 +0000
commit55a687a721c834df9ec5bea6fe805c75787fa801 (patch)
treeead064129acf44a6d329b37869f751bcdfe3889f /x11
parentede84250b974b8a7726e6faba966c160194f5d58 (diff)
downloadports-55a687a721c834df9ec5bea6fe805c75787fa801.tar.gz
ports-55a687a721c834df9ec5bea6fe805c75787fa801.zip
- Distfile was re-rolled
- Update depends - Improve pkg-descr - Bump PORTREV
Notes
Notes: svn path=/head/; revision=414704
Diffstat (limited to 'x11')
-rw-r--r--x11/lumina/Makefile5
-rw-r--r--x11/lumina/distinfo4
-rw-r--r--x11/lumina/pkg-message4
3 files changed, 7 insertions, 6 deletions
diff --git a/x11/lumina/Makefile b/x11/lumina/Makefile
index a6051f24495f..f7ff76eed40d 100644
--- a/x11/lumina/Makefile
+++ b/x11/lumina/Makefile
@@ -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*
diff --git a/x11/lumina/distinfo b/x11/lumina/distinfo
index 7c01dda11e8f..95569df7a898 100644
--- a/x11/lumina/distinfo
+++ b/x11/lumina/distinfo
@@ -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
diff --git a/x11/lumina/pkg-message b/x11/lumina/pkg-message
index e3f28d0e97d3..37668a71b8f4 100644
--- a/x11/lumina/pkg-message
+++ b/x11/lumina/pkg-message
@@ -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.