[gimp-freetype] Add missing gimp-freetype.doap



commit 2e7defa71a5e8254b8d22df2a8727177c055cb3c
Author: Sven Claussner <sclaussner src gnome org>
Date:   Sun Jun 9 19:49:34 2013 +0200

    Add missing gimp-freetype.doap
    
    new file:   gimp-freetype.doap

 gimp-freetype.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/gimp-freetype.doap b/gimp-freetype.doap
new file mode 100644
index 0000000..3e02afe
--- /dev/null
+++ b/gimp-freetype.doap
@@ -0,0 +1,18 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">GIMP</name>
+  <shortdesc xml:lang="en">GIMP plug-in using the Freetype2 library for font rendering</shortdesc>
+  <homepage rdf:resource="http://www.gimp.org"; />
+  <mailing-list rdf:resource="http://gimp.org/mail_lists.html"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#productivity"; />
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Michael Natterer</foaf:name>
+      <gnome:userid>mitch</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>


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