{ "app-id" : "com.github.AdwCustomizerTeam.AdwCustomizer.Devel", "runtime" : "org.gnome.Platform", "runtime-version" : "master", "sdk" : "org.gnome.Sdk", "command" : "adwcustomizer", "finish-args" : [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland", "--filesystem=xdg-config/gtk-3.0", "--filesystem=xdg-config/gtk-4.0" ], "cleanup" : [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules" : [ "pypi-dependencies.json", { "name" : "blueprint-compiler", "buildsystem" : "meson", "sources" : [ { "type" : "git", "url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler", "branch" : "main" } ] }, { "name": "libportal", "buildsystem": "meson", "config-opts": ["-Ddocs=false", "-Dvapi=false", "-Dbackends=gtk4"], "sources": [ { "type": "git", "url": "https://github.com/flatpak/libportal", "branch": "main" } ] }, { "name" : "adwcustomizer", "builddir" : true, "buildsystem" : "meson", "config-opts": ["-Dbuildtype=debug"], "sources" : [ { "type" : "dir", "path" : "." } ] } ], "build-options" : { "env" : { } } }