[gnome-sound-recorder] appdata: add missing tags per the specs



commit cab0f8ab72d6c355af0d105af266af9d2e463fd0
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Fri Jan 11 15:31:29 2019 +0100

    appdata: add missing tags per the specs
    
    specs: https://freedesktop.org/software/appstream/docs/chap-Quickstart.html

 data/appdata/org.gnome.SoundRecorder.appdata.xml.in | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/data/appdata/org.gnome.SoundRecorder.appdata.xml.in 
b/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
index 03685a4..a73f988 100644
--- a/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
+++ b/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2014 Richard Hughes <richard hughsie com> -->
-<component type="desktop">
-  <id>org.gnome.SoundRecorder.desktop</id>
+<component type="desktop-application">
+  <id>org.gnome.SoundRecorder</id>
   <name>Sound Recorder</name>
   <summary>A simple, modern sound recorder for GNOME</summary>
   <project_license>GPL-2.0+</project_license>
@@ -30,13 +30,16 @@
     </screenshot>
   </screenshots>
   <kudos>
-    <kudo>AppMenu</kudo>
     <kudo>HiDpiIcon</kudo>
     <kudo>ModernToolkit</kudo>
   </kudos>
+  <launchable type="destkop-id">org.gnome.SoundRecorder</launchable>
   <url type="homepage">https://wiki.gnome.org/Apps/SoundRecorder</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-sound-recorder</url>
+  <url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-sound-recorder/issues</url>
+  <url type="donation">https://www.gnome.org/friends/</url>
+  <url type="translate">https://wiki.gnome.org/TranslationProject</url>
   <project_group>GNOME</project_group>
+  <developer_name>The GNOME Project</developer_name>
   <update_contact>meg387_at_gmail.com</update_contact>
   <translation type="gettext">gnome-sound-recorder</translation>
 </component>


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