diff --git a/com.github.bleakgrey.tootle.json b/com.github.bleakgrey.tootle.json index 9795a02..24cc051 100644 --- a/com.github.bleakgrey.tootle.json +++ b/com.github.bleakgrey.tootle.json @@ -2,7 +2,7 @@ "app-id": "com.github.bleakgrey.tootle", "runtime": "org.gnome.Platform", "sdk": "org.gnome.Sdk", - "runtime-version": "40", + "runtime-version": "42", "command": "com.github.bleakgrey.tootle", "finish-args": [ "--share=network", @@ -24,32 +24,28 @@ ], "modules": [ { - "name": "libhandy", - "buildsystem": "meson", + "name": "tootle", "builddir": true, - "config-opts": [ - "-Dexamples=false", - "-Dtests=false", - "-Dglade_catalog=disabled" - ], + "buildsystem": "meson", "sources": [ { "type": "archive", - "url": "https://gitlab.gnome.org/GNOME/libhandy/-/archive/1.0.1/libhandy-1.0.1.tar", - "sha256": "86da467c3723c81fc6f1105945141cea1e9698a6bb3075637bfb58b2cbfeccd0" + "url": "https://github.com/bleakgrey/tootle/archive/1.0.zip", + "sha256": "2a398aaddc22a70948bb03d6eb5e64a7ee1f5c63679315939ba47f7938001532" + }, + { + "type": "patch", + "url": "https://patch-diff.githubusercontent.com/raw/bleakgrey/tootle/pull/322.patch" + }, + { + "type": "patch", + "url": "https://patch-diff.githubusercontent.com/raw/bleakgrey/tootle/pull/339.patch" + }, + { + "type": "patch", + "url": "https://patch-diff.githubusercontent.com/raw/bleakgrey/tootle/pull/346.patch" } ] - }, - { - "name": "tootle", - "builddir": true, - "buildsystem": "meson", - "sources": [{ - "type": "archive", - "url": "https://github.com/bleakgrey/tootle/archive/1.0.zip", - "sha256": "2a398aaddc22a70948bb03d6eb5e64a7ee1f5c63679315939ba47f7938001532" - }] } - ] }