Extending your package
Understand the core components of your manifest.
{
"command": "kate",
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland"
],
"id": "org.kde.kate",
"modules": [
{
"buildsystem": "cmake-ninja",
"name": "konsole",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/utilities/konsole.git"
}
]
},
{
"buildsystem": "cmake-ninja",
"name": "kate",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/utilities/kate.git"
}
]
}
],
"runtime": "org.kde.Platform",
"runtime-version": "5.15-21.08",
"sdk": "org.kde.Sdk"
}Last updated