{ "app-id" : "org.gnome.libpanel.demo", "runtime" : "org.gnome.Platform", "runtime-version" : "master", "sdk" : "org.gnome.Sdk", "command" : "libpanel-example", "finish-args" : [ "--require-version=1.0.0", "--device=dri", "--share=network", "--share=ipc", "--socket=fallback-x11", "--socket=wayland" ], "build-options" : { "env" : { "V" : "1" } }, "cleanup" : [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules" : [ { "name" : "libpanel", "buildsystem" : "meson", "builddir" : true, "config-opts" : [ "-Ddocs=disabled", "-Dinstall-examples=true" ], "sources" : [ { "type" : "git", "url" : "git@gitlab.gnome.org/chergert/libpanel.git", "branch" : "main" } ] } ] }