summaryrefslogtreecommitdiff
path: root/glib/glib.doap
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-06-05 12:32:36 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-04-21 12:46:31 -0700
commitc23f6a6ef365ad472e2c397558dc8bbe10fd709c (patch)
treec2b55278a46e1d844d9d6aef8e4f8f7d02110a9f /glib/glib.doap
parent9961b85d2a4880376d0fd01278433162a3a5602d (diff)
downloadpkg-config-c23f6a6ef365ad472e2c397558dc8bbe10fd709c.tar.gz
glib: Bundle snapshot of glib-2.0
Add a snapshot of the current stable version of glib, glib-2.32.0. Since we only need the glib library, a lot of files are removed. See the README and update-glib.sh files in glib-patches for details.
Diffstat (limited to 'glib/glib.doap')
-rw-r--r--glib/glib.doap47
1 files changed, 47 insertions, 0 deletions
diff --git a/glib/glib.doap b/glib/glib.doap
new file mode 100644
index 0000000..f8ff879
--- /dev/null
+++ b/glib/glib.doap
@@ -0,0 +1,47 @@
+<?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>GLib</name>
+ <shortname>glib</shortname>
+
+ <shortdesc xml:lang="en">Low level core library</shortdesc>
+
+ <description xml:lang="en">GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.</description>
+
+ <homepage rdf:resource="http://www.gtk.org" />
+ <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
+ <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=glib"/>
+ <download-page rdf:resource="http://download.gnome.org/sources/glib/" />
+ <mailing-list rdf:resource="mailto:gtk-devel-list@gnome.org" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
+
+ <programming-language>C</programming-language>
+
+ <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>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Ryan Lortie</foaf:name>
+ <foaf:mbox rdf:resource="mailto:desrt@desrt.ca"/>
+ <gnome:userid>ryanl</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <repository>
+ <GitRepository>
+ <browse rdf:resource="http://git.gnome.org/browse/glib/"/>
+ <location rdf:resource="git://git.gnome.org/glib"/>
+ </GitRepository>
+ </repository>
+
+</Project>