mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 11:20:52 +01:00
Adding the full file name was required, just like for renaming the desktop files, unlike for renaming the icons.
38 lines
903 B
JSON
38 lines
903 B
JSON
{
|
|
"id": "org.qelectrotech.QElectroTech",
|
|
"runtime": "org.kde.Platform",
|
|
"runtime-version": "5.14",
|
|
"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=x11",
|
|
"--device=dri",
|
|
"--share=ipc",
|
|
"--filesystem=host"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "qelectrotech",
|
|
"buildsystem": "qmake",
|
|
"post-install": [
|
|
"mv /app/share/mime/packages/qelectrotech.xml /app/share/mime/packages/org.qelectrotech.QElectroTech.xml"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "../.."
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "patches/0001-build-Fix-the-installation-paths.patch"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|