commit: 7767f47be3481f76992d82fd2976bc3f310c7fe4 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Apr 8 09:50:34 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Apr 8 09:50:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7767f47b
x11-misc/xdotool: Add desktop-misc as maintainer. Package-Manager: Portage-2.3.5, Repoman-2.3.2 x11-misc/xdotool/metadata.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/x11-misc/xdotool/metadata.xml b/x11-misc/xdotool/metadata.xml index 2355eb9e058..f872516554a 100644 --- a/x11-misc/xdotool/metadata.xml +++ b/x11-misc/xdotool/metadata.xml @@ -1,12 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription>This tool lets you programatically (or manually) simulate keyboard input and +<maintainer type='project'> +<email>[email protected]</email> +</maintainer> +<longdescription> +This tool lets you programatically (or manually) simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11's XTEST -extension and other Xlib functions. </longdescription> - <upstream> - <remote-id type="google-code">semicomplete</remote-id> - <remote-id type="github">jordansissel/xdotool</remote-id> - </upstream> +extension and other Xlib functions. +</longdescription> +<upstream> +<remote-id type="google-code">semicomplete</remote-id> +<remote-id type="github">jordansissel/xdotool</remote-id> +</upstream> </pkgmetadata>
