From b35c63d1c89a0b4790d1a2df232e50bfd718da5d Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 21 Jan 2019 01:44:46 +0200 Subject: [PATCH] Flatpak: Update libhandy to 0.0.7 and pin the commit Lets avoid rolling git repos breaking the CI --- org.gnome.PodcastsDevel.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/org.gnome.PodcastsDevel.json b/org.gnome.PodcastsDevel.json index 2ed870e..beb732b 100644 --- a/org.gnome.PodcastsDevel.json +++ b/org.gnome.PodcastsDevel.json @@ -41,12 +41,12 @@ "name" : "libhandy", "buildsystem" : "meson", "config-opts" : [ - "-Dintrospection=true", + "-Dintrospection=enabled", "-Dgtk_doc=false", "-Dtests=false", "-Dexamples=false", "-Dvapi=false", - "-Dglade_catalog=false" + "-Dglade_catalog=disabled" ], "cleanup" : [ "/include", @@ -55,7 +55,8 @@ "sources" : [ { "type" : "git", - "url" : "https://source.puri.sm/Librem5/libhandy.git" + "url" : "https://source.puri.sm/Librem5/libhandy.git", + "commit": "fac9fa59a83f47655d604796632a932d58cf60bb" } ] },