{ "app-id": "io.github.janekbt.Meditate", "runtime": "org.gnome.Platform", "runtime-version": "50", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command": "meditate", "cleanup": [ "/include", "/lib/pkgconfig", "/share/doc", "/share/man", "*.a", "*.la" ], "finish-args": [ "--share=ipc", "--share=network", "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--socket=pulseaudio", "--talk-name=org.freedesktop.Notifications", "--talk-name=org.gtk.Notifications", "--talk-name=org.sigxcpu.Feedback", "--talk-name=org.freedesktop.secrets" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/meditate/cargo", "CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse", "APP_ID": "io.github.janekbt.Meditate", "APP_VERSION": "26.8.5", "PKGDATADIR": "/app/share/meditate" } }, "modules": [ { "name": "blueprint-compiler", "buildsystem": "meson", "sources": [ { "type": "archive", "url": "https://gitlab.gnome.org/GNOME/blueprint-compiler/-/archive/v0.20.4/blueprint-compiler-v0.20.4.tar.gz", "sha256": "6f0f72fbce0919045047f30b56590e71cd82c66b890c37fe765a40494fd34feb" } ] }, { "name": "meditate", "buildsystem": "meson", "subdir": "meditate-gtk", "config-opts": [ "--buildtype=release" ], "sources": [ { "type": "dir", "path": ".." }, "cargo-sources.json" ] } ] }