Files
RedBear-OS/local/recipes/kde/kirigami/source/templates/kirigami6/org.kde.%{APPNAMELC}.json
T
2026-04-14 10:51:06 +01:00

29 lines
674 B
JSON

{
"id": "org.kde.%{APPNAMELC}",
"runtime": "org.kde.Platform",
"runtime-version": "5.15",
"sdk": "org.kde.Sdk",
"command": "%{APPNAMELC}",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=wayland",
"--device=dri",
"--filesystem=home"
],
"separate-locales": false,
"modules": [
{
"name": "%{APPNAMELC}",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [ { "type": "dir", "path": ".", "skip": [".git"] } ]
}
]
}