{ "app-id": "org.freedesktop.Tuhi", "runtime": "org.gnome.Platform", "runtime-version": "3.36", "sdk": "org.gnome.Sdk", "command": "tuhi", "finish-args": [ "--share=ipc", "--socket=x11", "--socket=wayland", "--talk-name=org.freedesktop.tuhi1", "--own-name=org.freedesktop.tuhi1", "--system-talk-name=org.bluez", "--filesystem=home" ], "modules": [ { "name": "pyxdg", "buildsystem": "simple", "sources": [ { "type": "git", "url": "https://gitlab.freedesktop.org/xdg/pyxdg.git", "tag": "rel-0.26", "commit": "7db14dcf4c4305c3859a2d9fcf9f5da2db328330" } ], "build-commands": [ "pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} ." ] }, { "name": "python-pyparsing", "buildsystem": "simple", "sources": [ { "type": "archive", "url": "https://github.com/pyparsing/pyparsing/releases/download/pyparsing_2.4.7/pyparsing-2.4.7.tar.gz", "sha512": "0b9f8f18907f65cb3af1b48ed57989e183f28d71646f2b2f820e772476f596ca15ee1a689f3042f18458206457f4683d10daa6e73dfd3ae82d5e4405882f9dd2" } ], "build-commands": [ "pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} ." ] }, { "name": "python-svgwrite", "buildsystem": "simple", "sources": [ { "type": "git", "url": "https://github.com/mozman/svgwrite.git", "tag": "v1.4", "commit": "c95543ce5f296b5fbd0fd6fff4586ecce84d3d01" } ], "build-commands": [ "pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} ." ] }, { "name": "tuhi", "buildsystem": "meson", "sources": [ { "type": "git", "url": "." } ] } ] }