aboutsummaryrefslogtreecommitdiff
path: root/port-files-master/pkg-descr
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2016-08-08 08:48:42 -0400
committerKen Moore <ken@pcbsd.org>2016-08-08 08:48:42 -0400
commit4714fcf3ed34980e5e206ebf247b0e6871d63146 (patch)
tree951873babcf45cb5c86ce5fcdd371767f852ef8f /port-files-master/pkg-descr
parentAdd a simple check to the panel update routine to verify that the "_NET_WM_ST... (diff)
parentAdd the missing Makefile, and fix missing USE_GL in meantime (diff)
downloadlumina-4714fcf3ed34980e5e206ebf247b0e6871d63146.tar.gz
lumina-4714fcf3ed34980e5e206ebf247b0e6871d63146.tar.bz2
lumina-4714fcf3ed34980e5e206ebf247b0e6871d63146.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'port-files-master/pkg-descr')
-rw-r--r--port-files-master/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/port-files-master/pkg-descr b/port-files-master/pkg-descr
new file mode 100644
index 00000000..ce2d052a
--- /dev/null
+++ b/port-files-master/pkg-descr
@@ -0,0 +1,9 @@
+The Lumina Desktop Environment is a lightweight system interface that is
+designed for use on any Unix-like operating system. It takes a
+plugin-based approach, allowing the entire interface to be assembled or
+arranged by each individual user as desired, with a system-wide default
+layout which can be customized by the system administrator. This allows
+every system (or user session) to be designed to maximize the individual
+user's productivity.
+
+WWW: http://lumina-desktop.org
bgstack15