mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-11-16 14:31:36 +00:00
⋀d5001
0eb8840e46
* Updated KDE runtime to v5.15-21.08 * Removing old bits that shouldn't be there anymore. Co-authored-by: Hubert Figuière <hub@figuiere.net> Co-authored-by: Bartłomiej Piotrowski <b@bpiotrowski.pl>
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"app-id": "eu.ad5001.LogarithmPlotter",
|
|
"runtime": "org.kde.Platform",
|
|
"runtime-version": "5.15-21.08",
|
|
"sdk": "org.kde.Sdk",
|
|
"finish-args": [
|
|
"--share=ipc",
|
|
"--device=dri",
|
|
"--socket=fallback-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",
|
|
"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": [
|
|
"rm -rf .git",
|
|
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter",
|
|
"tag": "v0.1.2"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|