diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-25 20:23:45 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-25 20:23:45 +0000 |
commit | 561351fd905b6f6f29093084efc1bb0145c567d7 (patch) | |
tree | f0daf2f41bfdcbbe44ea1e5e5f7817e6ba0c6b65 | |
parent | becaaffe176707f991dbb5efb38add9d7e59a802 (diff) | |
download | pango-561351fd905b6f6f29093084efc1bb0145c567d7.tar.gz |
Add missing description tag to the DOAP file
This should stop our hooks from complaining.
-rw-r--r-- | pango.doap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ <name xml:lang="en">pango</name> <shortdesc xml:lang="en">Internationalized text layout and rendering library</shortdesc> + <description xml:lang="en">Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. Pango forms the core of text and font handling for GTK.</description> <category rdf:resource="http://api.gnome.org/doap-extensions#core" /> <programming-language>C</programming-language> |