diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:20:22 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-30 22:55:33 -0400 |
commit | 9df741e88736cdb46c150a9cf66531f610a26323 (patch) | |
tree | 4832ba60043335d1adcf73037821ba43f1fa6eb7 /media-libs/libchamplain | |
parent | media-libs/libcanberra: Set remote-id (diff) | |
download | gentoo-9df741e88736cdb46c150a9cf66531f610a26323.tar.gz gentoo-9df741e88736cdb46c150a9cf66531f610a26323.tar.bz2 gentoo-9df741e88736cdb46c150a9cf66531f610a26323.zip |
media-libs/libchamplain: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/libchamplain')
-rw-r--r-- | media-libs/libchamplain/metadata.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/media-libs/libchamplain/metadata.xml b/media-libs/libchamplain/metadata.xml index 5d7c783e9b01..0913b28484c8 100644 --- a/media-libs/libchamplain/metadata.xml +++ b/media-libs/libchamplain/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"> - libchamplain is a Gtk widget displaying zoomable and pannable maps that can be - loaded from various network sources. It supports overlay layers, markers, and - custom elements displayed on top of the maps. The library is written in C but - other language mappings are also available thanks to GObject-introspection. - </longdescription> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription lang="en"> + libchamplain is a Gtk widget displaying zoomable and pannable maps that can be + loaded from various network sources. It supports overlay layers, markers, and + custom elements displayed on top of the maps. The library is written in C but + other language mappings are also available thanks to GObject-introspection. + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/libchamplain</remote-id> + </upstream> </pkgmetadata> |