summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2017-09-07 00:09:32 +0200
committerJiří Techet <techet@gmail.com>2017-09-07 00:09:32 +0200
commit8b78c7b10d4a19335fc09c72a9384abd5d8d83c3 (patch)
tree9d633d715e96999fc08157aa5c675d9369b1f83e
parentc4d8b3f49b2c23d43d688e1f166964ce4465c05a (diff)
downloadlibchamplain-8b78c7b10d4a19335fc09c72a9384abd5d8d83c3.tar.gz
Add <description> to the doap file
-rw-r--r--libchamplain.doap4
1 files changed, 4 insertions, 0 deletions
diff --git a/libchamplain.doap b/libchamplain.doap
index 88ca898..ec587ab 100644
--- a/libchamplain.doap
+++ b/libchamplain.doap
@@ -6,6 +6,10 @@
<name xml:lang="en">libchamplain</name>
<shortdesc xml:lang="en">A map widget</shortdesc>
+ <description>libchamplain is a Clutter based actor and a GTK widget displaying
+interactive maps. Various map sources can be used together with the possibility
+to draw custom overlays, markers and lines on top of the maps. Bindings to other
+languages are provided using GObject Introspection.</description>
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>C</programming-language>
<homepage rdf:resource="https://wiki.gnome.org/Projects/libchamplain" />