Update doap file
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 8 May 2015 09:54:03 +0000 (11:54 +0200)
committerBastien Nocera <hadess@hadess.net>
Fri, 15 May 2015 09:42:29 +0000 (11:42 +0200)
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'

libgudev.doap

index dc10286bce2db1484e95f495030ebc2439cc7137..88bc289c41e252fe07a8ee7e94a04b6777dc3b56 100644 (file)
@@ -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>
       <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>