{ "app-id": "dev.diegovsky.Riff", "runtime": "org.gnome.Platform", "runtime-version": "48", "sdk": "org.gnome.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "command": "riff", "finish-args": [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--socket=pulseaudio", "--device=dri", "--talk-name=org.freedesktop.secrets", "--own-name=org.mpris.MediaPlayer2.Riff" ], "separate-locales": false, "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/riff/cargo", "RUST_BACKTRACE": "full", "RUST_LOG": "riff=debug" }, "strip": false, "no-debuginfo": true }, "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules": [ { "name": "blueprint-compiler", "buildsystem": "meson", "sources": [ { "type": "archive", "url": "https://gitlab.gnome.org/GNOME/blueprint-compiler/-/archive/0.18.0/blueprint-compiler-0.18.0.tar.gz", "sha256": "51aa472ecd7bd4b32b8baa7ae6768b19810793d4a2a1aba39c5b31b0170cb258" } ] }, { "name": "riff", "builddir": true, "buildsystem": "meson", "config-opts": ["-Doffline=true", "-Dbuildtype=debug"], "sources": [ { "type": "dir", "path": "." }, "cargo-sources.json" ] } ] }