Files
konsole/.flatpak-manifest.json
2024-11-16 13:12:23 +01:00

32 lines
778 B
JSON

{
"id": "org.kde.konsole",
"branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "konsole",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--device=dri",
"--share=ipc",
"--share=network",
"--socket=wayland",
"--socket=fallback-x11",
"--talk-name=org.freedesktop.Flatpak"
],
"rename-icon": "utilities-terminal",
"modules": [
{
"name": "konsole",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DINSTALL_ICONS=ON"
],
"sources": [
{ "type": "dir", "path": "." }
]
}
]
}