diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:19:37 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 18:32:29 -0400 |
commit | 9e537edbe8ee8b7967bffa55c2e257f25d6a1dce (patch) | |
tree | b2d68ec04e030f30168e1c2a08ec91f23e709c7d /app-office/dia | |
parent | app-office/abiword: Set remote-id (diff) | |
download | gentoo-9e537edbe8ee8b7967bffa55c2e257f25d6a1dce.tar.gz gentoo-9e537edbe8ee8b7967bffa55c2e257f25d6a1dce.tar.bz2 gentoo-9e537edbe8ee8b7967bffa55c2e257f25d6a1dce.zip |
app-office/dia: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-office/dia')
-rw-r--r-- | app-office/dia/metadata.xml | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/app-office/dia/metadata.xml b/app-office/dia/metadata.xml index 174329ca7d6a..595bd9c2d63f 100644 --- a/app-office/dia/metadata.xml +++ b/app-office/dia/metadata.xml @@ -1,16 +1,19 @@ <?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> - <longdescription> - Dia is a gtk+ based diagram creation program. It can be used to - draw many different kinds of diagrams. It currently has special - objects to help draw entity relationship diagrams, UML diagrams, - flowcharts, network diagrams, and simple circuits. It is also - possible to add support for new shapes by writing simple XML - files, using a subset of SVG to draw the shape. - </longdescription> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription> + Dia is a gtk+ based diagram creation program. It can be used to + draw many different kinds of diagrams. It currently has special + objects to help draw entity relationship diagrams, UML diagrams, + flowcharts, network diagrams, and simple circuits. It is also + possible to add support for new shapes by writing simple XML + files, using a subset of SVG to draw the shape. + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/dia</remote-id> + </upstream> </pkgmetadata> |