summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/stumpwm/metadata.xml')
-rw-r--r--x11-wm/stumpwm/metadata.xml31
1 files changed, 17 insertions, 14 deletions
diff --git a/x11-wm/stumpwm/metadata.xml b/x11-wm/stumpwm/metadata.xml
index 9b985df13ff0..8be5c16ac275 100644
--- a/x11-wm/stumpwm/metadata.xml
+++ b/x11-wm/stumpwm/metadata.xml
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
- <email>nimiux@gentoo.org</email>
- <name>Chema Alonso</name>
-</maintainer>
-<longdescription>
+ <maintainer>
+ <email>nimiux@gentoo.org</email>
+ <name>Chema Alonso</name>
+ </maintainer>
+ <longdescription>
Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp.
If you're tired of flipping through themes like channel-surfing, and going from one perfect-except-for-just-one-thing
@@ -19,12 +19,15 @@
* customize your window manager
while it's running. That's right. With a 100% Common Lisp window manager there's no stopping the hacks. Just re-eval and GO!
-</longdescription>
-<use>
- <flag name="doc">Include documentation</flag>
- <flag name="emacs">Add support for GNU Emacs</flag>
- <flag name="clisp">Use CLISP for the runtime</flag>
- <flag name="ecl">Use SCL for the runtime</flag>
- <flag name="sbcl">Use SBCL for the runtime</flag>
-</use>
+ </longdescription>
+ <use>
+ <flag name="doc">Include documentation</flag>
+ <flag name="emacs">Add support for GNU Emacs</flag>
+ <flag name="clisp">Use CLISP for the runtime</flag>
+ <flag name="ecl">Use SCL for the runtime</flag>
+ <flag name="sbcl">Use SBCL for the runtime</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">stumpwm/stumpwm</remote-id>
+ </upstream>
</pkgmetadata>