[gegl-gtk] Add .doap file



commit 7195531e38dee5a0c5c437049fd25b6e72805e2e
Author: Jon Nordby <jononor gmail com>
Date:   Thu Jun 23 10:23:13 2011 +0200

    Add .doap file

 gegl-gtk.doap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/gegl-gtk.doap b/gegl-gtk.doap
new file mode 100644
index 0000000..ec1e416
--- /dev/null
+++ b/gegl-gtk.doap
@@ -0,0 +1,21 @@
+<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">GEGL GTK</name>
+  <shortdesc xml:lang="en">Convenience library for using GEGL in GTK+ application</shortdesc>
+  <homepage rdf:resource="http://www.gegl.org"; />
+  <mailing-list rdf:resource="https://lists.xcf.berkeley.edu/mailman/listinfo/gegl-developer"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jon Nordby</foaf:name>
+      <foaf:mbox rdf:resource="mailto:jononor gmail com" />
+      <gnome:userid>jonnor</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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