summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-05-08 11:54:03 +0200
committerBastien Nocera <hadess@hadess.net>2015-05-15 11:42:29 +0200
commit04b699fc087a5d4e2746e1572eab91d1e2349c3b (patch)
treee5e25ed1b9c9ed62484604da919e6be2a5a5f70a
parenta9b3e92b6255be909052c78bcd915b532e76e61c (diff)
downloadlibgudev-04b699fc087a5d4e2746e1572eab91d1e2349c3b.tar.gz
Update doap file
Some miscellaneous updates to the doap file: - add XML header - drop misleading 'xml:lang' tags for non-internationalized entries - add 'shortname' - add 'homepage' - add 'repository'
-rw-r--r--libgudev.doap23
1 files changed, 16 insertions, 7 deletions
diff --git a/libgudev.doap b/libgudev.doap
index dc10286..88bc289 100644
--- a/libgudev.doap
+++ b/libgudev.doap
@@ -1,22 +1,24 @@
+<?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">udev GObject bindings</name>
- <shortdesc xml:lang="en">udev GObject bindings</shortdesc>
- <description>libgudev is a library with GObject bindings to libudev,
+ <name>libgudev</name>
+ <shortname>libgudev</shortname>
+ <shortdesc xml:lang="en">UDev GObject bindings</shortdesc>
+
+ <description xml:lang="en">libgudev is a library with GObject bindings to libudev,
now made independent, after being part of udev itself, and later systemd.
</description>
- <!--
- <homepage rdf:resource="http://www.gnome.org/" />
- -->
+
+ <homepage rdf:resource="https://wiki.gnome.org/Projects/libgudev" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list" />
<download-page rdf:resource="http://download.gnome.org/sources/libgudev/" />
<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=libgudev" />
-
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
+
<programming-language>C</programming-language>
<maintainer>
@@ -26,4 +28,11 @@
<gnome:userid>hadess</gnome:userid>
</foaf:Person>
</maintainer>
+
+ <repository>
+ <GitRepository>
+ <browse rdf:resource="http://git.gnome.org/browse/libgudev/"/>
+ <location rdf:resource="git://git.gnome.org/libgudev"/>
+ </GitRepository>
+ </repository>
</Project>