{ "id": "io.github.diegopvlk.Tomatillo", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "command": "tomatillo", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland", "--socket=pulseaudio" ], "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules": [ { "name": "libportal", "buildsystem": "meson", "config-opts": ["-Ddocs=false", "-Dvapi=false"], "sources": [ { "type": "git", "url": "https://github.com/flatpak/libportal", "tag": "0.9.1" } ] }, { "name": "tomatillo", "builddir": true, "buildsystem": "meson", "sources": [ { "type": "dir", "path": ".." } ] } ] }