diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-09-19 07:36:22 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-09-19 16:21:19 -0400 |
commit | 8a73ba3c7c6a7514608ddcf87a365dd959b73a1b (patch) | |
tree | a811ce3a13a5053e7395749e540fa088c2f6f5c6 /gui-wm | |
parent | gui-libs/wlroots: update wayland-protocols dep to 1.22 (diff) | |
download | gentoo-8a73ba3c7c6a7514608ddcf87a365dd959b73a1b.tar.gz gentoo-8a73ba3c7c6a7514608ddcf87a365dd959b73a1b.tar.bz2 gentoo-8a73ba3c7c6a7514608ddcf87a365dd959b73a1b.zip |
gui-wm/hikari: define X in metadata.xml for clarity
Same definition as wlroots, so it's not misleading into seeming
like this can run on Xorg.
Also move maintainers on top like for most of these files.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/hikari/metadata.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gui-wm/hikari/metadata.xml b/gui-wm/hikari/metadata.xml index 9cd2500a639d..8446f7621df3 100644 --- a/gui-wm/hikari/metadata.xml +++ b/gui-wm/hikari/metadata.xml @@ -1,12 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <longdescription> - hikari is a minimalistic wayland window manager - based on wlroots trying inspired by the simplicity - of CWM in the X days. It aims stay out of your way - and focus more on the task than the windows. - </longdescription> <maintainer type="person" proxied="yes"> <email>gentoo@aisha.cc</email> <name>Aisha Tammy</name> @@ -15,7 +9,14 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> + <longdescription> + Hikari is a minimalistic wayland window manager + based on wlroots trying inspired by the simplicity + of CWM in the X days. It aims stay out of your way + and focus more on the task than the windows. + </longdescription> <use> + <flag name="X">Enable support for X11 applications (XWayland)</flag> <flag name="gamma">add gamma control for redshift</flag> <flag name="layershell">add support for wayland apps using layer shell</flag> <flag name="screencopy">add support for screen grabbing</flag> |