{ "id": "org.gnome.CallUI.Demo", "runtime": "org.gnome.Platform", "runtime-version": "46", "sdk": "org.gnome.Sdk", "command": "call-ui-demo", "finish-args": [ "--socket=wayland", "--socket=fallback-x11", "--device=dri", "--share=ipc" ], "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules": [ { "name": "callaudiod", "buildsystem": "meson", "sources": [ { "type": "archive", "url": "https://gitlab.com/mobian1/callaudiod/-/archive/0.1.3/callaudiod-0.1.3.tar.gz", "sha256": "4e844539457860975fe8407f583a625cd2e696576a6977306e7904c2a0679571" } ] }, { "name": "call-ui-demo", "buildsystem": "meson", "config-opts": ["-Dinstall-examples=true"], "sources": [ { "type": "git", "url": "." } ] } ] }