Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
Date: Sun, 30 Oct 2022 22:29:34
Message-Id: 1667168917.d27703721d3a01112894f16775da83f9d3b3de1d.mattst88@gentoo
1 commit: d27703721d3a01112894f16775da83f9d3b3de1d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:12 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 22:28:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2770372
7
8 gnome-extra/mousetweaks: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/mousetweaks/metadata.xml | 37 +++++++++++++++++++-----------------
13 1 file changed, 20 insertions(+), 17 deletions(-)
14
15 diff --git a/gnome-extra/mousetweaks/metadata.xml b/gnome-extra/mousetweaks/metadata.xml
16 index d232d3305742..935902a101c7 100644
17 --- a/gnome-extra/mousetweaks/metadata.xml
18 +++ b/gnome-extra/mousetweaks/metadata.xml
19 @@ -1,22 +1,25 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>gnome@g.o</email>
25 - <name>Gentoo GNOME Desktop</name>
26 - </maintainer>
27 - <longdescription lang="en">
28 - Mousetweaks is an Accessibility Software whose developement started as a GSoC
29 - 2007 project under Ubuntu. It brings additional fonctionalities to the pointer
30 - that allow a user to:
31 + <maintainer type="project">
32 + <email>gnome@g.o</email>
33 + <name>Gentoo GNOME Desktop</name>
34 + </maintainer>
35 + <longdescription lang="en">
36 + Mousetweaks is an Accessibility Software whose developement started as a GSoC
37 + 2007 project under Ubuntu. It brings additional fonctionalities to the pointer
38 + that allow a user to:
39
40 - * open the contextual menu by clicking and holding the left button; it is
41 - * for example useful for users that can manipulate only one button
42 - * perform the 4 click types (left click, double click, drag click and
43 - * right click) by software; it is for example useful for users that are
44 - * not able to manipulate any button
45 - * to lock the pointer temporarily into an area on the screen; it is
46 - * for example useful for people that have to use their pointing
47 - * hardware not only for the computer
48 - </longdescription>
49 + * open the contextual menu by clicking and holding the left button; it is
50 + * for example useful for users that can manipulate only one button
51 + * perform the 4 click types (left click, double click, drag click and
52 + * right click) by software; it is for example useful for users that are
53 + * not able to manipulate any button
54 + * to lock the pointer temporarily into an area on the screen; it is
55 + * for example useful for people that have to use their pointing
56 + * hardware not only for the computer
57 + </longdescription>
58 + <upstream>
59 + <remote-id type="gnome-gitlab">GNOME/mousetweaks</remote-id>
60 + </upstream>
61 </pkgmetadata>