feat: add Konsole recipe source and patches

This commit is contained in:
2026-05-07 07:54:52 +01:00
parent 171a96c6af
commit ab85eb7b3d
632 changed files with 713138 additions and 3 deletions
@@ -0,0 +1,31 @@
{
"id": "org.kde.konsole",
"branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "6.7",
"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": "." }
]
}
]
}