{ "app-id" : "org.bswa.Leaftracker", "runtime" : "org.gnome.Platform", "runtime-version" : "47", "sdk" : "org.gnome.Sdk", "command" : "leaftracker-gtk", "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" : "leaftracker-gtk", "builddir" : true, "buildsystem" : "meson", "sources" : [ { "type" : "dir", "path" : "/home/jr/Code/leaftracker-gtk" } ] }, { "name" : "leaftracker", "buildsystem": "simple", "build-commands": [ "pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"leaftracker==0.1.0\"" ], "sources": [ { "type": "file", "path" : "../leaftracker/dist/leaftracker-0.1.0-py3-none-any.whl" } ] } ] }