[gnome-photos] doap: Add shortname, description, license and programming-language



commit db660b6a17dc03f59ae1126df8f48271d976bd8a
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Aug 16 13:45:29 2013 +0200

    doap: Add shortname, description, license and programming-language
    
    Taken from gnome-ostree.doap.

 gnome-photos.doap |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gnome-photos.doap b/gnome-photos.doap
index 29d15ec..01e71a3 100644
--- a/gnome-photos.doap
+++ b/gnome-photos.doap
@@ -5,13 +5,18 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">Photos</name>
+  <shortname xml:lang="en">gnome-photos</shortname>
+
   <shortdesc xml:lang="en">Access, organize and share your photos on GNOME</shortdesc>
+  <description xml:lang="en">Access, organize and share your photos on GNOME</description>
 
   <homepage rdf:resource="http://projects.gnome.org/photos"; />
+  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gnome-photos"; />
   <bug-database rdf:resource="https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-photos"; />
 
   <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+  <programming-language>C</programming-language>
 
   <maintainer>
     <foaf:Person>
@@ -20,4 +25,5 @@
       <gnome:userid>debarshir</gnome:userid>
     </foaf:Person>
   </maintainer>
+
 </Project>


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