[ekiga] Create doap file and slightly modify desktop file



commit fde734835712c63f2ce42b09b97a28fb00e61faa
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Tue Apr 21 16:58:12 2009 +0200

    Create doap file and slightly modify desktop file
    
    Thanks to Peter Robinson for the text.
---
 ekiga.desktop.in.in |    2 +-
 ekiga.doap          |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 1 deletions(-)

diff --git a/ekiga.desktop.in.in b/ekiga.desktop.in.in
index fe0e604..c04d487 100644
--- a/ekiga.desktop.in.in
+++ b/ekiga.desktop.in.in
@@ -3,7 +3,7 @@ Encoding=UTF-8
 _Name=Ekiga Softphone
 TryExec= PACKAGE_NAME@
 _GenericName=IP Telephony, VoIP and Video Conferencing
-_Comment=Talk to people over the Internet
+_Comment=Talk to and see people over the Internet
 StartupNotify=true
 Exec= PACKAGE_NAME@
 Icon= PACKAGE_NAME@
diff --git a/ekiga.doap b/ekiga.doap
new file mode 100644
index 0000000..bcd0109
--- /dev/null
+++ b/ekiga.doap
@@ -0,0 +1,41 @@
+<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">Ekiga Softphone</name>
+  <shortdesc xml:lang="en">Talk to and see people over the Internet</shortdesc>
+  <!--
+  <homepage rdf:resource="http://www.gnome.org/"; />
+  -->
+  <!--
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+  -->
+  <download-page rdf:resource="http://download.gnome.org/sources/ekiga/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=ekiga"; />
+
+  <!-- DOAP category: This is used to categorize repositories in cgit.
+       Pulse has taken its best guess at the correct category.  You may
+       want to replace the rdf:resource attribute with one of the following:
+         http://api.gnome.org/doap-extensions#admin
+         http://api.gnome.org/doap-extensions#bindings
+         http://api.gnome.org/doap-extensions#deprecated
+         http://api.gnome.org/doap-extensions#desktop
+         http://api.gnome.org/doap-extensions#development
+         http://api.gnome.org/doap-extensions#infrastructure
+         http://api.gnome.org/doap-extensions#platform
+         http://api.gnome.org/doap-extensions#productivity
+       NOTE: There is an "Other" categorization on cgit, but we do not have a
+       DOAP category for it.  If your module does not belong to one of these
+       groups, then do not include a category property in your DOAP file.
+  -->
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Damien Sandras</foaf:name>
+      <foaf:mbox rdf:resource="&lt;dsandras gnome org&gt;" />
+      <gnome:userid>dsandras</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]