forked from GNOME/jhbuild
-
Notifications
You must be signed in to change notification settings - Fork 3
/
jhbuild.doap
46 lines (40 loc) · 1.58 KB
/
jhbuild.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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>JHBuild</name>
<shortname>jhbuild</shortname>
<shortdesc>Tool to build the whole GNOME desktop from sources</shortdesc>
<description>
JHBuild is a tool used to build the whole GNOME desktop from the
source repositories.
</description>
<homepage rdf:resource="https://wiki.gnome.org/Projects/Jhbuild"/>
<download-page rdf:resource="http://download.gnome.org/sources/jhbuild/"/>
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/jhbuild/issues/" />
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
<programming-language>Python</programming-language>
<!-- <category rdf:resource="http://api.gnome.org/doap-extensions#development"/> -->
<maintainer>
<foaf:Person>
<foaf:name>Frederic Peters</foaf:name>
<foaf:mbox rdf:resource="mailto:fpeters@0d.be"/>
<gnome:userid>fpeters</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Craig Keogh</foaf:name>
<foaf:mbox rdf:resource="mailto:cskeogh@adam.com.au"/>
<gnome:userid>cskeogh</gnome:userid>
</foaf:Person>
</maintainer>
<author>
<foaf:Person>
<foaf:name>James Henstridge</foaf:name>
<foaf:mbox rdf:resource="mailto:james@james.id.au"/>
</foaf:Person>
</author>
</Project>