{ "app-id" : "com.github.DesktopCreatorTeam.DesktopCreator", "runtime" : "org.gnome.Platform", "runtime-version" : "42", "sdk" : "org.gnome.Sdk", "command" : "desktopcreator", "finish-args" : [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland" ], "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": "libadwaita", "buildsystem": "meson", "config-opts": [ "-Dvapi=false", "-Dtests=false", "-Dexamples=false", "-Dintrospection=enabled" ], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/libadwaita.git", "tag": "1.2.0" } ] }, { "name": "libportal", "buildsystem": "meson", "config-opts": [ "-Ddocs=false", "-Dvapi=false", "-Dbackends=gtk4" ], "sources": [ { "type": "git", "url": "https://github.com/flatpak/libportal", "tag": "0.6" } ] }, { "name" : "desktopcreator", "builddir" : true, "buildsystem" : "meson", "config-opts": [ "-Dbuildtype=release" ], "sources" : [ { "type" : "dir", "path" : "../../." } ] } ], "build-options" : { "env" : { } } }