{ "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" ] } ] } ] }