[recipes] Add appdata



commit 7eb6c9aa7c1bc7c7bf10e2e3db94ba4d0b2f5672
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 7 14:02:37 2016 -0500

    Add appdata

 data/Makefile.am                           |    3 ++
 data/appdata/cuisine.png                   |  Bin 0 -> 589366 bytes
 data/appdata/cuisines.png                  |  Bin 0 -> 1042790 bytes
 data/appdata/details.png                   |  Bin 0 -> 81339 bytes
 data/appdata/edit.png                      |  Bin 0 -> 61305 bytes
 data/appdata/org.gnome.Recipes.appdata.xml |   49 ++++++++++++++++++++++++++++
 data/appdata/recipes.png                   |  Bin 0 -> 421987 bytes
 7 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 350b599..fada99f 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -87,3 +87,6 @@ $(service_DATA): $(service_in_files) Makefile
        @sed -e "s|\@bindir\@|$(bindir)|" $< > $@
 
 GITIGNOREFILES = $(service_DATA)
+
+appdatadir = $(datadir)/appdata
+appdata_DATA = appdata/org.gnome.Recipes.appdata.xml
diff --git a/data/appdata/cuisine.png b/data/appdata/cuisine.png
new file mode 100644
index 0000000..eb032eb
Binary files /dev/null and b/data/appdata/cuisine.png differ
diff --git a/data/appdata/cuisines.png b/data/appdata/cuisines.png
new file mode 100644
index 0000000..a81eb19
Binary files /dev/null and b/data/appdata/cuisines.png differ
diff --git a/data/appdata/details.png b/data/appdata/details.png
new file mode 100644
index 0000000..2c0d087
Binary files /dev/null and b/data/appdata/details.png differ
diff --git a/data/appdata/edit.png b/data/appdata/edit.png
new file mode 100644
index 0000000..21b536b
Binary files /dev/null and b/data/appdata/edit.png differ
diff --git a/data/appdata/org.gnome.Recipes.appdata.xml b/data/appdata/org.gnome.Recipes.appdata.xml
new file mode 100644
index 0000000..7e71045
--- /dev/null
+++ b/data/appdata/org.gnome.Recipes.appdata.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+  <id>org.gnome.Recipes.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0+</project_license>
+  <name>Recipes</name>
+  <summary>GNOME loves to cook</summary>
+  <description>
+    <p>GNOME Recipes is an easy-to-use application that will help you to discover what to cook today,
+       tomorrow, rest of the week and for your special occasions. It also lets you store your own
+       recipes, and share them with your friends.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/recipes.png</image>
+      <caption>Initial screen for the application</caption>
+    </screenshot>
+    <screenshot>
+      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cuisines.png</image>
+      <caption>The cuisines page</caption>
+    </screenshot>
+    <screenshot>
+      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cuisine.png</image>
+      <caption>An individual cuisine</caption>
+    </screenshot>
+    <screenshot>
+      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/details.png</image>
+      <caption>An individual recipe</caption>
+    </screenshot>
+    <screenshot>
+      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/edit.png</image>
+      <caption>Creating a new recipe</caption>
+    </screenshot>
+  </screenshots>
+  <releases>
+    <release version="0.2.0" date="2016-12-02">
+      <description>
+        <p>Initial release</p>
+      </description>
+    </release>
+  </releases>
+  <kudos>
+    <kudo>AppMenu</kudo>
+    <kudo>ModernToolkit</kudo>
+  </kudos>
+  <url type="homepage">https://wiki.gnome.org/Apps/MultiWriter</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/browse.cgi?product=gnome-recipes</url>
+  <translation type="gettext">recipes</translation>
+</component>
diff --git a/data/appdata/recipes.png b/data/appdata/recipes.png
new file mode 100644
index 0000000..dfbbbb7
Binary files /dev/null and b/data/appdata/recipes.png differ


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