[libgudev] Update doap file
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgudev] Update doap file
- Date: Fri, 15 May 2015 09:42:54 +0000 (UTC)
commit 04b699fc087a5d4e2746e1572eab91d1e2349c3b
Author: David Herrmann <dh herrmann gmail com>
Date: Fri May 8 11:54:03 2015 +0200
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'
libgudev.doap | 23 ++++++++++++++++-------
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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]