{ "app-id" : "io.github.nate_xyz.Chromatic", "runtime" : "org.gnome.Platform", "runtime-version" : "43", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command" : "chromatic", "finish-args" : [ "--share=ipc", "--socket=fallback-x11", "--device=all", "--socket=wayland", "--socket=pulseaudio" ], "build-options" : { "append-path" : "/usr/lib/sdk/rust-stable/bin", "build-args" : [ "--share=network" ], "env" : { "RUST_BACKTRACE" : "1", "RUST_LOG" : "trace,chromatic=debug,glib=debug" } }, "cleanup" : [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules" : [ { "name": "portaudio", "buildsystem": "cmake-ninja", "cleanup": [ "/lib/cmake", "/share/doc" ], "sources": [ { "type": "git", "url": "https://github.com/PortAudio/portaudio.git", "tag": "v19.7.0", "commit": "147dd722548358763a8b649b3e4b41dfffbcfbb6" } ] }, { "name": "chromatic", "buildsystem": "meson", "sources": [ "cargo-sources.json", { "type" : "shell", "commands" : [ "mkdir .cargo", "cp cargo/config .cargo/" ] }, { "type": "dir", "path": "." } ] } ] }