From c41223c533a13565ad9d0212f233e1070afdb6a1 Mon Sep 17 00:00:00 2001 From: Bart Kessels Date: Mon, 29 Jan 2018 17:07:52 +0100 Subject: [PATCH] Update flatpak json --- .../flatpak/net.bartkessels.getit.json | 22 ++++++++----------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/data/packaging/flatpak/net.bartkessels.getit.json b/data/packaging/flatpak/net.bartkessels.getit.json index a82d8ab..bfb6bea 100644 --- a/data/packaging/flatpak/net.bartkessels.getit.json +++ b/data/packaging/flatpak/net.bartkessels.getit.json @@ -35,26 +35,21 @@ "modules": [ { "name": "gtksourceview-3.0", - "config-opts": ["--disable-Werror"], - "builddir": true, "sources": [ { - "type": "git", - "branch": "gnome-3-24", - "url": "https://git.gnome.org/browse/gtksourceview" + "type": "archive", + "url": "https://git.gnome.org/browse/gtksourceview/snapshot/gtksourceview-3.24.6.tar.xz", + "sha256": "f96e7de24e4fffe08a73f76d8b6ea7f878f122509ee869ab1fbf3c64ee29fb3b" } ] }, { "name": "json-glib", - "buildsystem": "meson", - "builddir": true, - "config-opts": [ "--libdir=/app/lib", "--buildtype=release" ], "sources": [ - { - "type": "git", - "url": "https://gitlab.gnome.org/GNOME/json-glib.git", - "branch": "68e90dafac7022fc467bac8d2dd04d3f8a5a88a7" + { + "type": "archive", + "url": "https://gitlab.gnome.org/GNOME/json-glib/repository/1.4.2/archive.tar.gz", + "sha256": "be83ab7eb09b0125be01e1a38bb0bc6073aa23d1a60bde1b6f4b7d9194649a89" } ] }, @@ -65,7 +60,8 @@ "sources": [ { "type": "git", - "branch": "stable", + "tag": "4.0.6", + "commit": "9ed33c31d9d235ab09dfc447a20cdfbd0264e489", "url": "https://github.com/bartkessels/getit" } ]