summaryrefslogtreecommitdiff
path: root/gcr.doap
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-10-06 10:59:50 +0200
committerStef Walter <stefw@collabora.co.uk>2011-10-06 13:12:08 +0200
commitc6691faa0348ab087e99ab9bd9914e1d5e81fa14 (patch)
tree185f0bc8ec6c4dc723fb4b40b3a980016be5d71a /gcr.doap
parent5791608b2762d7264c58caaf9fe53d7a16ede1c1 (diff)
downloadgcr-c6691faa0348ab087e99ab9bd9914e1d5e81fa14.tar.gz
Split the GCR and GCK libraries out of gnome-keyringsplit
Commits prior to this commit will not build. To build old releases of Gcr or Gck you should use the gnome-keyring git module. This module currently depends on: gtk+ >= 3.0, glib >= 2.28.0, p11-kit >= 0.6, libgcrypt >= 1.2.2 Additionally it requires asn1Parser for building.
Diffstat (limited to 'gcr.doap')
-rw-r--r--gcr.doap24
1 files changed, 24 insertions, 0 deletions
diff --git a/gcr.doap b/gcr.doap
new file mode 100644
index 0000000..cbf4e4f
--- /dev/null
+++ b/gcr.doap
@@ -0,0 +1,24 @@
+<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">gcr</name>
+ <shortdesc xml:lang="en">A library for bits of crypto UI and parsing etc.</shortdesc>
+
+ <homepage rdf:resource="http://live.gnome.org/GnomeKeyring/" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-keyring-list" />
+ <download-page rdf:resource="http://download.gnome.org/sources/gcr/"/>
+ <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-keyring&component=gcr"/>
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Stef Walter</foaf:name>
+ <foaf:mbox rdf:resource="mailto:stefw@collabora.co.uk" />
+ <gnome:userid>stefw</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
+