diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:19:54 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-30 11:41:16 -0400 |
commit | 2a73e0529ac708a811524a20b203fcdd94103da1 (patch) | |
tree | 5df51d3ad84d698dda2cd68ab9fe79da62d4eecf | |
parent | dev-util/gtk-doc-am: Set remote-id (diff) | |
download | gentoo-2a73e0529ac708a811524a20b203fcdd94103da1.tar.gz gentoo-2a73e0529ac708a811524a20b203fcdd94103da1.tar.bz2 gentoo-2a73e0529ac708a811524a20b203fcdd94103da1.zip |
dev-util/gtk-doc: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | dev-util/gtk-doc/metadata.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/dev-util/gtk-doc/metadata.xml b/dev-util/gtk-doc/metadata.xml index b86f213104f9..8a698bb8d93c 100644 --- a/dev-util/gtk-doc/metadata.xml +++ b/dev-util/gtk-doc/metadata.xml @@ -1,14 +1,17 @@ <?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 lang="en"> - GTK-Doc is used to document C code. - It is typically used to document the public API of libraries, - such as the GTK+ and GNOME libraries, but it can also be used - to document application code. -</longdescription> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription lang="en"> + GTK-Doc is used to document C code. + It is typically used to document the public API of libraries, + such as the GTK+ and GNOME libraries, but it can also be used + to document application code. + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/gtk-doc</remote-id> + </upstream> </pkgmetadata> |