diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:19:50 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 21:49:11 -0400 |
commit | 0fc13daa4576d7d89488f320425a2aa2ddf55886 (patch) | |
tree | 4502ccb8e7e17434551b8e27e33c03e0da499e13 /dev-libs/template-glib | |
parent | dev-libs/link-grammar: Set remote-id (diff) | |
download | gentoo-0fc13daa4576d7d89488f320425a2aa2ddf55886.tar.gz gentoo-0fc13daa4576d7d89488f320425a2aa2ddf55886.tar.bz2 gentoo-0fc13daa4576d7d89488f320425a2aa2ddf55886.zip |
dev-libs/template-glib: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/template-glib')
-rw-r--r-- | dev-libs/template-glib/metadata.xml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/dev-libs/template-glib/metadata.xml b/dev-libs/template-glib/metadata.xml index 14cc9d571919..ad978234f469 100644 --- a/dev-libs/template-glib/metadata.xml +++ b/dev-libs/template-glib/metadata.xml @@ -1,13 +1,18 @@ <?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>Template-GLib is a templating library for GLib. It includes a simple template - format along with integration into GObject-Introspection for properties and - methods. It separates the parsing of templates and the expansion of templates - for faster expansion. You can also define scope, custom functions, and more - with the embedded expression language.</longdescription> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription> + Template-GLib is a templating library for GLib. It includes a simple + template format along with integration into GObject-Introspection for + properties and methods. It separates the parsing of templates and the + expansion of templates for faster expansion. You can also define scope, + custom functions, and more with the embedded expression language. + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/template-glib</remote-id> + </upstream> </pkgmetadata> |