[gnome-sound-recorder] Add AppData file



commit 9181efaa24aeaf3ed27e50db187f44e828f78c55
Author: Richard Hughes <richard hughsie com>
Date:   Thu May 22 10:02:59 2014 +0100

    Add AppData file
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=730516

 configure.ac                                       |    1 +
 data/Makefile.am                                   |    2 +-
 data/appdata/Makefile.am                           |    8 ++++++
 data/appdata/gsr-main.png                          |  Bin 0 -> 25564 bytes
 .../appdata/org.gnome.SoundRecorder.appdata.xml.in |   25 ++++++++++++++++++++
 po/POTFILES.in                                     |    1 +
 6 files changed, 36 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f67ddb0..597b708 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,6 +33,7 @@ AC_SUBST(GLIB_COMPILE_RESOURCES)
 AC_OUTPUT([
 Makefile
 data/Makefile
+data/appdata/Makefile
 data/icons/Makefile
 libgd/Makefile
 src/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index cc1ca32..a638232 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = icons
+SUBDIRS = appdata icons
 
 resourcedir = $(pkgdatadir)
 resource_DATA = application.css
diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am
new file mode 100644
index 0000000..868477d
--- /dev/null
+++ b/data/appdata/Makefile.am
@@ -0,0 +1,8 @@
+ INTLTOOL_XML_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = org.gnome.SoundRecorder.appdata.xml.in
+EXTRA_DIST = $(appdata_in_files)
+CLEANFILES = $(appdata_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/appdata/gsr-main.png b/data/appdata/gsr-main.png
new file mode 100644
index 0000000..94a88f3
Binary files /dev/null and b/data/appdata/gsr-main.png differ
diff --git a/data/appdata/org.gnome.SoundRecorder.appdata.xml.in 
b/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
new file mode 100644
index 0000000..7d7c0ee
--- /dev/null
+++ b/data/appdata/org.gnome.SoundRecorder.appdata.xml.in
@@ -0,0 +1,25 @@
+<?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>
+  <project_license>GPL-2.0+</project_license>
+  <_summary>A simple, modern sound recorder for GNOME</_summary>
+  <description>
+    <_p>
+      Sound Recorder provides a simple and modern interface that provides a
+      straight-forward way to record and play audio.
+      It allows you to do basic editing, and create voice memos.
+    </_p>
+    <_p>
+      Sound Recorder automatically handles the saving process so that you
+      do not need to worry about accidentally discarding the previous recording.
+    </_p>
+  </description>
+  <screenshots>
+    <screenshot 
type="default">https://git.gnome.org/browse/gnome-sound-recorder/plain/data/appdata/gsr-main.png</screenshot>
+  </screenshots>
+  <url type="homepage">https://wiki.gnome.org/Design/Apps/SoundRecorder</url>
+  <updatecontact>meg387_at_gmail.com</updatecontact>
+  <project_group>GNOME</project_group>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ad349f5..1d488cb 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,4 @@
+data/appdata/org.gnome.SoundRecorder.appdata.xml.in
 data/org.gnome.gnome-sound-recorder.gschema.xml
 data/org.gnome.SoundRecorder.desktop.in.in
 src/audioProfile.js


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