Files
konsole/.flatpak-manifest.json
2023-12-31 14:27:14 +10:30

22 lines
580 B
JSON

{
"id": "org.kde.konsole",
"branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "6.6-kf6preview",
"sdk": "org.kde.Sdk",
"command": "konsole",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--talk-name=org.freedesktop.Flatpak" ],
"modules": [
{
"name": "konsole",
"buildsystem": "cmake-ninja",
"sources": [
{ "type": "dir", "path": "." }
]
}
]
}