{ "app-id": "io.github.dimmus.almanah.Devel", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "command": "almanah", "tags": [ "devel" ], "finish-args": [ "--socket=wayland", "--socket=fallback-x11", "--share=ipc", "--device=dri", "--filesystem=home" ], "build-options": { "env": { "G_MESSAGES_DEBUG": "all" } }, "modules": [ { "name": "libspelling", "buildsystem": "meson", "sources": [ { "type": "git", "url": "https://github.com/GNOME/libspelling.git", "branch": "main" } ] }, { "name": "almanah", "buildsystem": "meson", "run-tests": false, "config-opts": [ "-Dbuildtype=debug" ], "sources": [ { "type": "dir", "path": "." } ] } ] }