commit: d27703721d3a01112894f16775da83f9d3b3de1d Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 21:20:12 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Oct 30 22:28:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2770372
gnome-extra/mousetweaks: Set remote-id Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> gnome-extra/mousetweaks/metadata.xml | 37 +++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/gnome-extra/mousetweaks/metadata.xml b/gnome-extra/mousetweaks/metadata.xml index d232d3305742..935902a101c7 100644 --- a/gnome-extra/mousetweaks/metadata.xml +++ b/gnome-extra/mousetweaks/metadata.xml @@ -1,22 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <longdescription lang="en"> - Mousetweaks is an Accessibility Software whose developement started as a GSoC - 2007 project under Ubuntu. It brings additional fonctionalities to the pointer - that allow a user to: + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription lang="en"> + Mousetweaks is an Accessibility Software whose developement started as a GSoC + 2007 project under Ubuntu. It brings additional fonctionalities to the pointer + that allow a user to: - * open the contextual menu by clicking and holding the left button; it is - * for example useful for users that can manipulate only one button - * perform the 4 click types (left click, double click, drag click and - * right click) by software; it is for example useful for users that are - * not able to manipulate any button - * to lock the pointer temporarily into an area on the screen; it is - * for example useful for people that have to use their pointing - * hardware not only for the computer - </longdescription> + * open the contextual menu by clicking and holding the left button; it is + * for example useful for users that can manipulate only one button + * perform the 4 click types (left click, double click, drag click and + * right click) by software; it is for example useful for users that are + * not able to manipulate any button + * to lock the pointer temporarily into an area on the screen; it is + * for example useful for people that have to use their pointing + * hardware not only for the computer + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/mousetweaks</remote-id> + </upstream> </pkgmetadata>
