[gnome-games/gnome-3-24] flatpak: Use gnome-games archive from git repo



commit 1edb1009b967c864817bb40026dd0c0ca1e08a09
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Mar 28 18:03:24 2017 +0200

    flatpak: Use gnome-games archive from git repo
    
    Use the gnome-games archive from git.gnome.org made from the content of
    the git repository rather than the one from download.gnome.org made from
    `make dist`.
    
    This works around a problem in `make dist` where generated C files are
    included and compiled instead of the Vala sources, resolving Vala macros
    at distribution time rather than compilation time.

 flatpak/org.gnome.Games.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index d402004..fd480de 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -137,8 +137,8 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://download.gnome.org/sources/gnome-games/3.24/gnome-games-3.24.0.2.tar.xz";,
-                    "sha256": "99c5d1b6bdbb46a03c7075e9b48d61d61890a9cd0b6b0b25f93b0b5d51e60070"
+                    "url": 
"https://git.gnome.org/browse/gnome-games/snapshot/gnome-games-0b68b134ec201e4a93829d772c37522a3b252a81.tar.xz";,
+                    "sha256": "ae2ad7e0e022f5d23a0c374c15770da8174abdb6118850da815ddb5510dbb78c"
                 }
             ]
         }


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