diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:16:52 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 18:32:26 -0400 |
commit | 1dc79c346ef1e9c852044a392de79fe1989e0184 (patch) | |
tree | 6384075928a0a03aa934e99455764e9c15ec22f9 /app-accessibility/orca | |
parent | app-accessibility/at-spi2-core: Set remote-id (diff) | |
download | gentoo-1dc79c346ef1e9c852044a392de79fe1989e0184.tar.gz gentoo-1dc79c346ef1e9c852044a392de79fe1989e0184.tar.bz2 gentoo-1dc79c346ef1e9c852044a392de79fe1989e0184.zip |
app-accessibility/orca: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-accessibility/orca')
-rw-r--r-- | app-accessibility/orca/metadata.xml | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/app-accessibility/orca/metadata.xml b/app-accessibility/orca/metadata.xml index 6697d5324869..576805b0538e 100644 --- a/app-accessibility/orca/metadata.xml +++ b/app-accessibility/orca/metadata.xml @@ -1,18 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -<use> - <flag name="braille">Enable braille support</flag> -</use> -<longdescription> - Orca is a flexible, extensible, and powerful assistive technology - for people with visual impairments. Using various combinations of - speech synthesis, braille, and magnification, Orca helps provide - access to applications and toolkits that support the AT-SPI (e.g., - the GNOME desktop). -</longdescription> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <use> + <flag name="braille">Enable braille support</flag> + </use> + <longdescription> + Orca is a flexible, extensible, and powerful assistive technology + for people with visual impairments. Using various combinations of + speech synthesis, braille, and magnification, Orca helps provide + access to applications and toolkits that support the AT-SPI (e.g., + the GNOME desktop). + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/orca</remote-id> + </upstream> </pkgmetadata> |