tuhi/org.freedesktop.Tuhi.json

68 lines
2.1 KiB
JSON
Raw Normal View History

2019-07-11 04:11:55 +02:00
{
"app-id": "org.freedesktop.Tuhi",
2019-07-11 04:11:55 +02:00
"runtime": "org.gnome.Platform",
"runtime-version": "3.32",
2019-07-11 04:11:55 +02:00
"sdk": "org.gnome.Sdk",
"command": "tuhi",
2019-07-11 04:11:55 +02:00
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
2019-07-11 04:11:55 +02:00
"--talk-name=org.freedesktop.tuhi1",
"--own-name=org.freedesktop.tuhi1",
2019-07-11 04:11:55 +02:00
"--system-talk-name=org.bluez"
],
"modules": [
{
"name": "pyxdg",
"buildsystem": "simple",
"sources": [
{
"type": "git",
"url": "git://anongit.freedesktop.org/xdg/pyxdg"
}
],
"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.2/pyparsing-2.4.2.tar.gz",
"sha512": "27e5959eb1cf0c4d899746d2d32f5f000c3753278bdbbb670d24a077053e5c08caf8429f684186c502f6d9bf358702e0a8b3fea40cd2b50807cf02ea38c750dd"
2019-07-11 04:11:55 +02:00
}
],
"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"
}
],
"build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} ."
]
},
{
"name": "tuhi",
2019-07-11 04:11:55 +02:00
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "."
}
]
}
]
}