{ "app-id" : "org.small_tech.Gnomit", "runtime" : "org.gnome.Platform", "runtime-version" : "3.36", "sdk" : "org.gnome.Sdk", "command" : "org.small_tech.Gnomit", "x-run-args" : [ "small-tech/gnomit/gjs/tests/message-with-body" ], "finish-args" : [ "--filesystem=host", /* X11 + XShm access */ "--share=ipc", "--socket=x11", "--socket=fallback-x11", /* Wayland access */ "--socket=wayland" ], "build-options" : { "env" : { "V" : "1" } }, "cleanup" : [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules" : [ { "name" : "gspell", "config-opts" : [ "--disable-vala", "--disable-static", "--disable-gtk-doc" ], "sources" : [ { "type" : "archive", "url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.3.tar.xz", "sha256" : "5ae514dd0216be069176accf6d0049d6a01cfa6a50df4bc06be85f7080b62de8" } ], "cleanup" : [ "/bin" ] }, { "name" : "gnomit", "buildsystem" : "meson", "builddir" : true, "sources" : [ { "type" : "git", "url" : "file:///home/aral/small-tech/gnomit/gjs" } ] } ] }