{ "app-id": "org.gnome.PortalTest", "runtime": "org.gnome.Platform", "runtime-version": "3.30", "sdk": "org.gnome.Sdk", "command": "portal-test", "finish-args": [ "--socket=wayland", "--socket=x11", "--socket=pulseaudio" ], "modules": [ { "name": "glib", "buildsystem": "meson", "builddir": true, "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/glib.git", "branch": "master" } ] }, { "name": "portal-test", "buildsystem": "meson", "builddir": true, "sources": [ { "type": "git", "url": "https://github.com/matthiasclasen/portal-test.git" } ] } ] }