{ "app-id": "com.mardojai.ForgeSparksDevel", "runtime": "org.gnome.Platform", "runtime-version": "master", "sdk": "org.gnome.Sdk", "command": "forge-sparks", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--share=network", "--talk-name=org.a11y.Bus" ], "modules": [ { "name": "blueprint", "buildsystem": "meson", "cleanup": ["*"], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", "tag": "v0.10.0", "commit": "2a39a16391122af2f3d812e478c1c1398c98b972" } ] }, { "name": "libportal", "buildsystem": "meson", "config-opts": [ "-Ddocs=false", "-Dvapi=false", "-Dbackend-gtk4=enabled" ], "sources": [ { "type": "archive", "url": "https://github.com/flatpak/libportal/releases/download/0.7.1/libportal-0.7.1.tar.xz", "sha256": "297b90b263fad22190a26b8c7e8ea938fe6b18fb936265e588927179920d3805" } ] }, { "name": "forge-sparks", "buildsystem": "meson", "builddir": true, "run-tests": true, "config-opts": [ "-Dprofile=development" ], "sources": [ { "type": "dir", "path": "." } ] } ] }