[gimp-macos-build] DOAP file: add some URLs and lang info.



commit bf01acfe5edb18e436ef86dd6b48ac5d97326845
Author: Jehan <jehan girinstud io>
Date:   Wed Jun 19 13:42:33 2019 +0200

    DOAP file: add some URLs and lang info.
    
    Also add <programming-language> which is apparently mandatory (at least
    in GNOME repos). Not sure exactly what language this repo will use, but
    at least some shell scripts, so just give it a generic "Shell"
    programming language for now.
    
    Temporarily remove Samm's userid as the git hook returns:
    > Invalid gnome:userid property (samm-git is not a valid GNOME userid)
    
    This prevents me to push. I will figure this out with GNOME admins.

 gimp-macos-build.doap | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gimp-macos-build.doap b/gimp-macos-build.doap
index f5ccf72..1812e41 100644
--- a/gimp-macos-build.doap
+++ b/gimp-macos-build.doap
@@ -6,9 +6,14 @@
 
   <name xml:lang="en">gimp-macos-build</name>
   <shortdesc xml:lang="en">GIMP's macOS build scripts</shortdesc>
-  <description>Scripts for automatic macOS/OSX builds of the GNU Image Manipulation Program</description>
+  <description xml:lang="en">Scripts for automatic macOS/OSX builds of the GNU Image Manipulation 
Program</description>
+
   <homepage rdf:resource="http://www.gimp.org/"; />
+  <download-page rdf:resource="https:///www.gimp.org/downloads/"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/Infrastructure/gimp-macos-build/issues"; />
+
   <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+  <programming-language>Shell</programming-language>
 
   <maintainer>
     <foaf:Person>
@@ -20,7 +25,6 @@
   <maintainer>
     <foaf:Person>
       <foaf:name>Oleksii Samorukov</foaf:name>
-      <gnome:userid>samm-git</gnome:userid>
     </foaf:Person>
   </maintainer>
 


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