{ "id": "io.github.tfuxu.Halftone", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "command": "halftone", "finish-args": [ "--share=ipc", "--device=dri", "--socket=fallback-x11", "--socket=wayland" ], "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules": [ "pypi-dependencies.json", { "name": "blueprint-compiler", "buildsystem": "meson", "cleanup": [ "*" ], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/blueprint-compiler", "tag": "v0.18.0" } ] }, { "name": "magick", "buildsystem": "autotools", "config-opts": [ "--with-heic=yes", "--with-rsvg=yes" ], "sources": [ { "type": "git", "url": "https://github.com/ImageMagick/ImageMagick.git", "tag": "7.1.1-47" } ] }, { "name": "halftone", "builddir": true, "buildsystem": "meson", "config-opts": [ "-Dbuildtype=debug" ], "sources": [ { "type": "dir", "path": "../../." } ] } ] }