[gnome-commander] Do various changes to the AppData file



commit c227a2acb2a709247c2428ce7742d9232f74b112
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Sun Jan 23 18:45:07 2022 +0100

    Do various changes to the AppData file
    
    Add launchable section
    Spam protection in the update_contact field
    Fix component id
    Add developer_name field
    Add provides and suggests elements
    Add empty content_rating element

 data/org.gnome.gnome-commander.appdata.xml.in | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.gnome-commander.appdata.xml.in b/data/org.gnome.gnome-commander.appdata.xml.in
index 8800f0be..de2d4b83 100644
--- a/data/org.gnome.gnome-commander.appdata.xml.in
+++ b/data/org.gnome.gnome-commander.appdata.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2014-2022 Uwe Scholz <u scholz83 gmx de> -->
 <component type="desktop">
-  <id>org.gnome.gnome-commander.desktop</id>
+  <id>org.gnome.gnome-commander</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>GNOME Commander</name>
@@ -43,9 +43,20 @@
   <url type="donation">https://gcmd.github.io/#donations</url>
   <url type="help">https://gcmd.github.io/doc.html</url>
   <url type="translate">https://gcmd.github.io/dev.html#trnsl</url>
-  <update_contact>gcmd-devel nongnu org</update_contact>
+  <update_contact>gcmd-devel_AT_nongnu.org</update_contact>
   <project_group>GNOME</project_group>
+  <developer_name>The GNOME Project</developer_name>
   <translation type="gettext">gnome-commander</translation>
+  <content_rating type="oars-1.0" />
+  <launchable type="desktop-id">org.gnome.gnome-commander.desktop</launchable>
+  <provides>
+    <binary>gnome-commander</binary>
+    <id>gnome-commander.desktop</id>
+  </provides>
+  <suggests type="upstream">
+    <id>org.gnome.meld.desktop</id>
+    <id>yelp.desktop</id>
+  </suggests>
 
   <releases>
     <release type="stable" version="1.14.0" date="2022-02-05">


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