eu.ad5001.LogarithmPlotter/eu.ad5001.LogarithmPlotter.json

44 lines
1.3 KiB
JSON
Raw Normal View History

2021-09-22 12:04:46 +00:00
{
"app-id": "eu.ad5001.LogarithmPlotter",
"runtime": "org.kde.Platform",
"runtime-version": "5.15",
"sdk": "org.kde.Sdk",
"finish-args": [
"--share=ipc",
"--device=dri",
"--socket=x11",
"--socket=wayland",
"--talk-name=org.freedesktop.DBus.Proprieties",
"--talk-name=org.freedesktop.IBus",
"--talk-name=org.freedestkop.portal.*",
"--filesystem=home"
],
"command": "logarithmplotter",
"rename-desktop-file": "logarithmplotter.desktop",
"rename-icon": "logplotter",
"rename-appdata-file": "eu.ad5001.LogarithmPlotter.metainfo.xml",
"cleanup": [ ],
"post-install": [
"install -D mimetypes /app/share/mime/packages/x-logarithm-plot.xml"
],
"modules": [
"python3-pyside2.json",
{
"name": "LogarithmPlotter",
"buildsystem": "simple",
"config-opts": ["no-debuginfo-compression"],
"build-commands": [
2021-10-01 15:28:18 +00:00
"rm -rf .git",
2021-09-22 12:04:46 +00:00
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
],
"sources": [
{
"type": "git",
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter",
2021-10-01 15:28:18 +00:00
"tag": "v0.1.2"
2021-09-22 12:04:46 +00:00
}
]
}
]
}