commit: 8a73ba3c7c6a7514608ddcf87a365dd959b73a1b Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Sep 19 11:36:22 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sun Sep 19 20:21:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a73ba3c
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 <AT> gentoo.org> gui-wm/hikari/metadata.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gui-wm/hikari/metadata.xml b/gui-wm/hikari/metadata.xml index 9cd2500a639..8446f7621df 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>[email protected]</email> <name>Aisha Tammy</name> @@ -15,7 +9,14 @@ <email>[email protected]</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>
