diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-02-25 10:15:23 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-02-25 10:15:23 +0100 |
commit | c3d02419f5e04b3dca82f808e6c6355ae0ad4939 (patch) | |
tree | b91d62b3a2b4d7b8e238735e4f330382af5ad1a7 /x11-misc/wmctrl | |
parent | x11-misc/devilspie: remove old (diff) | |
download | gentoo-c3d02419f5e04b3dca82f808e6c6355ae0ad4939.tar.gz gentoo-c3d02419f5e04b3dca82f808e6c6355ae0ad4939.tar.bz2 gentoo-c3d02419f5e04b3dca82f808e6c6355ae0ad4939.zip |
x11-misc/wmctrl: adopt through proxy-maint
Also drop longdescription, not overly needed.
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc/wmctrl')
-rw-r--r-- | x11-misc/wmctrl/metadata.xml | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/x11-misc/wmctrl/metadata.xml b/x11-misc/wmctrl/metadata.xml index d8d016215398..d91810780a67 100644 --- a/x11-misc/wmctrl/metadata.xml +++ b/x11-misc/wmctrl/metadata.xml @@ -1,15 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - The wmctrl program is a command line tool to interact with an - EWMH/NetWM compatible X Window Manager. It provides command line - access to almost all the features defined in the EWMH specification. - Using it, it's possible to, for example, obtain information about the - window manager, get a detailed list of desktops and managed windows, - switch and resize desktops, change number of desktops, make windows - full-screen, always-above or sticky, and activate, close, move, - resize, maximize and minimize them. - </longdescription> + <maintainer type="person"> + <email>sudinave@gmail.com</email> + <name>Ionen Wolkens</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> </pkgmetadata> |