{ "id": "me.iepure.Ticketbooth.Devel", "runtime": "org.gnome.Platform", "runtime-version": "master", "sdk": "org.gnome.Sdk", "command": "ticketbooth", "separate-locales": false, "finish-args": [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland", "--talk-name=org.gtk.vfs.*", "--filesystem=xdg-run/gvfsd" ], "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", "cleanup": [ "*" ], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", "branch": "main" } ] }, { "name": "ticketbooth", "buildsystem": "meson", "config-opts": [ "-Dprerelease=true" ], "post-install": [ "mv /app/bin/ticketbooth /app/bin/ticketbooth-bin", "install -Dm755 /app/ticketbooth/ticketbooth-run-script /app/bin/ticketbooth" ], "sources": [ { "type": "git", "url": "https://github.com/aleiepure/ticketbooth", "branch": "main" } ] } ] }