mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-06 21:39:59 +02:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"id": "org.qelectrotech.QElectroTech",
|
|
"runtime": "org.kde.Platform",
|
|
"runtime-version": "5.15-25.08",
|
|
"sdk": "org.kde.Sdk",
|
|
"command": "qelectrotech",
|
|
"rename-desktop-file": "qelectrotech.desktop",
|
|
"rename-appdata-file": "qelectrotech.appdata.xml",
|
|
"rename-icon": "qelectrotech",
|
|
"copy-icon": true,
|
|
"finish-args": [
|
|
"--socket=wayland",
|
|
"--socket=fallback-x11",
|
|
"--device=dri",
|
|
"--share=ipc",
|
|
"--share=network",
|
|
"--socket=cups",
|
|
"--filesystem=host"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/man",
|
|
"/share/doc",
|
|
"/share/man",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"modules": [
|
|
"tkinter.json",
|
|
"pypi-dependencies.json",
|
|
{
|
|
"name": "qelectrotech",
|
|
"buildsystem": "qmake",
|
|
"post-install": [
|
|
"mv ${FLATPAK_DEST}/share/mime/packages/qelectrotech.xml ${FLATPAK_DEST}/share/mime/packages/org.qelectrotech.QElectroTech.xml"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "../.."
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"paths": [
|
|
"patches/fix-the-installation-paths.patch",
|
|
"patches/fix-appdata.patch"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|