[gnome-sound-recorder] Update AppData info



commit 61994f7eff7fd0ebc168d249e078a5902be72ce6
Author: Miguel Vaello Martínez <miguel vaellomartinez gmail com>
Date:   Tue May 17 23:37:32 2016 +0200

    Update AppData info
    
    - Update syntax and cleanups
    - Added info about supported audio formats
    - Add kudos
    - Update home page and bugtracker links
    - Added new screenshots
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766724
    
    Signed-off-by: Meg Ford <megford gnome org>

 data/appdata/gsr-main.png                          |  Bin 25564 -> 28426 bytes
 data/appdata/gsr-preferences.png                   |  Bin 0 -> 20296 bytes
 .../appdata/org.gnome.SoundRecorder.appdata.xml.in |   32 +++++++++++++++-----
 3 files changed, 24 insertions(+), 8 deletions(-)
---
diff --git a/data/appdata/gsr-main.png b/data/appdata/gsr-main.png
index 94a88f3..2a38814 100644
Binary files a/data/appdata/gsr-main.png and b/data/appdata/gsr-main.png differ
diff --git a/data/appdata/gsr-preferences.png b/data/appdata/gsr-preferences.png
new file mode 100644
index 0000000..6b8b4b4
Binary files /dev/null and b/data/appdata/gsr-preferences.png differ
diff --git a/data/appdata/org.gnome.SoundRecorder.appdata.xml.in 
b/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
index 7d68462..90cd380 100644
--- a/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
+++ b/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2014 Richard Hughes <richard hughsie com> -->
-<application>
-  <id type="desktop">org.gnome.SoundRecorder.desktop</id>
-  <metadata_license>CC0-1.0</metadata_license>
+<component type="desktop">
+  <id>org.gnome.SoundRecorder.desktop</id>
+  <name>Sound Recorder</name>
+  <summary>A simple, modern sound recorder for GNOME</summary>
   <project_license>GPL-2.0+</project_license>
-  <_summary>A simple, modern sound recorder for GNOME</_summary>
+  <metadata_license>CC0-1.0</metadata_license>
   <description>
     <_p>
       Sound Recorder provides a simple and modern interface that provides a
@@ -15,12 +16,27 @@
       Sound Recorder automatically handles the saving process so that you
       do not need to worry about accidentally discarding the previous recording.
     </_p>
+    <_p>Supported audio formats:</_p>
+    <ul>
+      <_li>Ogg Vorbis, Opus, FLAC, MP3 and MOV</_li>
+    </ul>
   </description>
   <screenshots>
-    <screenshot 
type="default">https://git.gnome.org/browse/gnome-sound-recorder/plain/data/appdata/gsr-main.png</screenshot>
+    <screenshot type="default">
+      <image>https://git.gnome.org/browse/gnome-sound-recorder/plain/data/appdata/gsr-main.png</image>
+    </screenshot>
+    <screenshot>
+      <image>https://git.gnome.org/browse/gnome-sound-recorder/plain/data/appdata/gsr-preferences.png</image>
+    </screenshot>
   </screenshots>
-  <url type="homepage">https://wiki.gnome.org/Design/Apps/SoundRecorder</url>
-  <updatecontact>meg387_at_gmail.com</updatecontact>
+  <kudos>
+    <kudo>AppMenu</kudo>
+    <kudo>HiDpiIcon</kudo>
+    <kudo>ModernToolkit</kudo>
+  </kudos>
+  <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>
   <project_group>GNOME</project_group>
+  <update_contact>meg387_at_gmail.com</update_contact>
   <translation type="gettext">gnome-sound-recorder</translation>
-</application>
+</component>


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