{ "app-id": "org.gnome.Adapta1.Demo", "runtime": "org.gnome.Platform", "runtime-version": "master", "sdk": "org.gnome.Sdk", "command": "adapta-1-demo", "finish-args": [ "--device=dri", "--share=ipc", "--socket=wayland", "--socket=fallback-x11" ], "modules": [ { "name" : "libsass", "buildsystem" : "meson", "sources" : [ { "type" : "git", "url" : "https://github.com/lazka/libsass.git", "branch" : "meson" } ] }, { "name" : "sassc", "buildsystem" : "meson", "sources" : [ { "type" : "git", "url" : "https://github.com/lazka/sassc.git", "branch" : "meson" } ] }, { "name": "libadapta", "buildsystem": "meson", "builddir": true, "run-tests" : true, "build-options" : { "test-args" : [ "--device=dri", "--share=ipc", "--socket=wayland", "--socket=fallback-x11" ] }, "post-install" : [ "desktop-file-edit --remove-key=NoDisplay ${FLATPAK_DEST}/share/applications/org.gnome.Adapta1.Demo.desktop" ], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/libadapta.git", "branch": "main" } ] } ] }