[recipes/recipes-1.0] Switch the flatpak build to tarballs



commit bc81117ec31f447239a2771530a8f837ba29a7ea
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 17 17:22:49 2017 -0400

    Switch the flatpak build to tarballs
    
    Use tarballs for all dependencies. I'll keep
    building recipes from the git commit that was
    tagged as 1.0.0, since I'm not sure if meson
    build from a tarball works.

 flatpak/org.gnome.Recipes.json |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/flatpak/org.gnome.Recipes.json b/flatpak/org.gnome.Recipes.json
index 8e2ad6c..b7df532 100644
--- a/flatpak/org.gnome.Recipes.json
+++ b/flatpak/org.gnome.Recipes.json
@@ -38,8 +38,9 @@
             "name": "gspell",
             "sources": [
                     {
-                        "type": "git",
-                        "url": "git://git.gnome.org/gspell"
+                        "type": "archive",
+                        "url": "https://download.gnome.org/sources/gspell/1.3/gspell-1.3.3.tar.xz";,
+                        "sha256": "b9f798599cd4f785709c0de95614c99603b3649accaf356dd4031522405bc212"
                     }
             ]
         },
@@ -47,8 +48,9 @@
             "name": "gnome-autoar",
             "sources": [
                     {
-                        "type": "git",
-                        "url": "git://git.gnome.org/gnome-autoar"
+                        "type": "archive",
+                        "url": 
"https://download.gnome.org/sources/gnome-autoar/0.2/gnome-autoar-0.2.1.tar.xz";,
+                        "sha256": "f642935e9213663c114988403fba26c02e79a644b33cb0e4da0d4aec570fb1fb"
                     }
             ]
         },
@@ -81,7 +83,8 @@
             "sources": [
                     {
                         "type": "git",
-                        "url": "git://git.gnome.org/recipes"
+                        "url": "git://git.gnome.org/recipes",
+                        "branch": "9fb01e90343422c4bbfa086ed8d45d0be734ec3f"
                     }
             ]
         }


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