Flatpak: Update libhandy to 0.0.7 and pin the commit

Lets avoid rolling git repos breaking the CI
This commit is contained in:
Jordan Petridis 2019-01-21 01:44:46 +02:00
parent 96b929b313
commit b35c63d1c8
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -41,12 +41,12 @@
"name" : "libhandy", "name" : "libhandy",
"buildsystem" : "meson", "buildsystem" : "meson",
"config-opts" : [ "config-opts" : [
"-Dintrospection=true", "-Dintrospection=enabled",
"-Dgtk_doc=false", "-Dgtk_doc=false",
"-Dtests=false", "-Dtests=false",
"-Dexamples=false", "-Dexamples=false",
"-Dvapi=false", "-Dvapi=false",
"-Dglade_catalog=false" "-Dglade_catalog=disabled"
], ],
"cleanup" : [ "cleanup" : [
"/include", "/include",
@ -55,7 +55,8 @@
"sources" : [ "sources" : [
{ {
"type" : "git", "type" : "git",
"url" : "https://source.puri.sm/Librem5/libhandy.git" "url" : "https://source.puri.sm/Librem5/libhandy.git",
"commit": "fac9fa59a83f47655d604796632a932d58cf60bb"
} }
] ]
}, },