[pango/new-doap] Add missing description tag to the DOAP file



commit 561351fd905b6f6f29093084efc1bb0145c567d7
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Feb 25 20:23:45 2020 +0000

    Add missing description tag to the DOAP file
    
    This should stop our hooks from complaining.

 pango.doap | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/pango.doap b/pango.doap
index d161a1ec..51778574 100644
--- a/pango.doap
+++ b/pango.doap
@@ -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>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]