[recipes] Move appdata screenshots to web hosting



commit 78585fdafc97ceb7da1530658bf8458677612a73
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jun 22 15:01:41 2017 -0400

    Move appdata screenshots to web hosting
    
    Referring to these images from git.gnome.org was not
    ideal and was bloating the size of our release tarballs,
    so the screenshots are now on static.gnome.org.

 data/appdata/cook-later.png                   |  Bin 85735 -> 0 bytes
 data/appdata/cooking.png                      |  Bin 44391 -> 0 bytes
 data/appdata/cuisine.png                      |  Bin 413469 -> 0 bytes
 data/appdata/cuisines.png                     |  Bin 942838 -> 0 bytes
 data/appdata/details.png                      |  Bin 259456 -> 0 bytes
 data/appdata/edit.png                         |  Bin 185328 -> 0 bytes
 data/appdata/org.gnome.Recipes.appdata.xml.in |   14 +++++++-------
 data/appdata/osx.png                          |  Bin 6022831 -> 0 bytes
 data/appdata/recipes.png                      |  Bin 456676 -> 0 bytes
 9 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/data/appdata/org.gnome.Recipes.appdata.xml.in b/data/appdata/org.gnome.Recipes.appdata.xml.in
index a960ce4..333322b 100644
--- a/data/appdata/org.gnome.Recipes.appdata.xml.in
+++ b/data/appdata/org.gnome.Recipes.appdata.xml.in
@@ -30,31 +30,31 @@
   </description>
   <screenshots>
     <screenshot type="default">
-      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/recipes.png</image>
+      <image>https://static.gnome.org/appdata/gnome-recipes/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>
+      <image>https://static.gnome.org/appdata/gnome-recipes/cuisines.png</image>
       <caption>The cuisines page</caption>
     </screenshot>
     <screenshot>
-      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cook-later.png</image>
+      <image>https://static.gnome.org/appdata/gnome-recipes/cook-later.png</image>
       <caption>A shopping list</caption>
     </screenshot>
     <screenshot>
-      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cooking.png</image>
+      <image>https://static.gnome.org/appdata/gnome-recipes/cooking.png</image>
       <caption>Cooking a recipe</caption>
     </screenshot>
     <screenshot>
-      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/edit.png</image>
+      <image>https://static.gnome.org/appdata/gnome-recipes/edit.png</image>
       <caption>Editing a recipe</caption>
     </screenshot>
     <screenshot>
-      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/details.png</image>
+      <image>https://static.gnome.org/appdata/gnome-recipes/details.png</image>
       <caption>An individual recipe</caption>
     </screenshot>
     <screenshot>
-      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cuisine.png</image>
+      <image>https://static.gnome.org/appdata/gnome-recipes/cuisine.png</image>
       <caption>An individual cuisine</caption>
     </screenshot>
   </screenshots>


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