Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/
Date: Sat, 29 Oct 2022 22:33:59
Message-Id: 1667082746.1dc79c346ef1e9c852044a392de79fe1989e0184.mattst88@gentoo
1 commit: 1dc79c346ef1e9c852044a392de79fe1989e0184
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:16:52 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 22:32:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc79c34
7
8 app-accessibility/orca: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-accessibility/orca/metadata.xml | 31 +++++++++++++++++--------------
13 1 file changed, 17 insertions(+), 14 deletions(-)
14
15 diff --git a/app-accessibility/orca/metadata.xml b/app-accessibility/orca/metadata.xml
16 index 6697d5324869..576805b0538e 100644
17 --- a/app-accessibility/orca/metadata.xml
18 +++ b/app-accessibility/orca/metadata.xml
19 @@ -1,18 +1,21 @@
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 -<use>
28 - <flag name="braille">Enable braille support</flag>
29 -</use>
30 -<longdescription>
31 - Orca is a flexible, extensible, and powerful assistive technology
32 - for people with visual impairments. Using various combinations of
33 - speech synthesis, braille, and magnification, Orca helps provide
34 - access to applications and toolkits that support the AT-SPI (e.g.,
35 - the GNOME desktop).
36 -</longdescription>
37 + <maintainer type="project">
38 + <email>gnome@g.o</email>
39 + <name>Gentoo GNOME Desktop</name>
40 + </maintainer>
41 + <use>
42 + <flag name="braille">Enable braille support</flag>
43 + </use>
44 + <longdescription>
45 + Orca is a flexible, extensible, and powerful assistive technology
46 + for people with visual impairments. Using various combinations of
47 + speech synthesis, braille, and magnification, Orca helps provide
48 + access to applications and toolkits that support the AT-SPI (e.g.,
49 + the GNOME desktop).
50 + </longdescription>
51 + <upstream>
52 + <remote-id type="gnome-gitlab">GNOME/orca</remote-id>
53 + </upstream>
54 </pkgmetadata>