diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-25 19:06:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-25 19:06:49 -0400 |
commit | 3dff8ea89a45d5764e69faf198b9adfb8b7000c2 (patch) | |
tree | bc63c268fa3d519f8fbfaaf1156e29d1eb4e5aae /gdk-pixbuf.doap | |
parent | a7ba35b2e5cd1dac6531a7e408bc366bfbf3127e (diff) | |
download | gdk-pixbuf-3dff8ea89a45d5764e69faf198b9adfb8b7000c2.tar.gz |
Add a doap file
Diffstat (limited to 'gdk-pixbuf.doap')
-rw-r--r-- | gdk-pixbuf.doap | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gdk-pixbuf.doap b/gdk-pixbuf.doap new file mode 100644 index 000000000..8b36d5c67 --- /dev/null +++ b/gdk-pixbuf.doap @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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">gdk-pixbuf</name> + <shortdesc xml:lang="en">An image loading library</shortdesc> + + <homepage rdf:resource="http://www.gtk.org" /> + <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-devel-list" /> + <download-page rdf:resource="http://download.gnome.org/sources/gdk-pixbuf/" /> + <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gtk+" /> + <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" /> + + <maintainer> + <foaf:Person> + <foaf:name>Matthias Clasen</foaf:name> + <foaf:mbox rdf:resource="mailto:mclasen@redhat.com" /> + <gnome:userid>matthiasc</gnome:userid> + </foaf:Person> + </maintainer> + +</Project> + |