diff options
author | Rubin Simons <rubin.simons@raaftech.com> | 2016-03-24 16:16:16 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-03-25 09:33:06 +0000 |
commit | 66222ee9d0facf6f9718780fbdc97633e1e13d8f (patch) | |
tree | 591f4733de279e260dc26c8a820203bd7b4b8cdf /x11-wm/lumina/metadata.xml | |
parent | sys-apps/iproute2: arm stable, bug #576618 (diff) | |
download | gentoo-66222ee9d0facf6f9718780fbdc97633e1e13d8f.tar.gz gentoo-66222ee9d0facf6f9718780fbdc97633e1e13d8f.tar.bz2 gentoo-66222ee9d0facf6f9718780fbdc97633e1e13d8f.zip |
x11-wm/lumina: add lumina to the tree.
Lumina is a lightweight Desktop Environment.
Gentoo-Bug: https://bugs.gentoo.org/578114
Reporter: Rubin Simons <rubin.simons@raaftech.com>
Closes: https://github.com/gentoo/gentoo/pull/1126
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'x11-wm/lumina/metadata.xml')
-rw-r--r-- | x11-wm/lumina/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-wm/lumina/metadata.xml b/x11-wm/lumina/metadata.xml new file mode 100644 index 000000000000..cd37de95715d --- /dev/null +++ b/x11-wm/lumina/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'> +<pkgmetadata> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Gentoo Proxy Maintainers Project</name> + </maintainer> + <maintainer type="person"> + <email>rubin@xs4all.nl</email> + <name>Rubin Simons</name> + <description>Proxied maintainer; set to assignee in all bugs</description> + </maintainer> + <upstream> + <maintainer status="active"> + <email>ken@pcbsd.org</email> + <name>Ken Moore</name> + </maintainer> + <remote-id type="github">pcbsd/lumina</remote-id> + <bugs-to>https://github.com/pcbsd/lumina/issues</bugs-to> + <doc lang="en">http://lumina-desktop.org/handbook/</doc> + </upstream> + <longdescription lang="en">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/arranged by each individual user as desired, with a system-wide default layout which was setup by the system administrator. This allows every system (or user session) to be designed to maximize the individual user's productivity. + + The Lumina desktop developers understand that the point of a computer system is to run applications, so Lumina was designed to require as few system dependencies/requirements as possible. This allows it to be used to revitalize older systems or to allow the user to run applications that may need a higher percentage of the system resources than were previously available with other desktop environments. + + Lumina is created/distributed under the 3-clause BSD license, allowing it to be used by anyone, anywhere (including in proprietary distributions). It has been written from scratch in C++/Qt5 and is not based on any existing desktop's code-base. It also does not use any of the Linux-based desktop frameworks (ConsoleKit, PolicyKit, D-Bus, systemd, etc), instead using a simple built-in interface layer for communicating directly with the operating system. +</longdescription> +</pkgmetadata> |