Warning, /packaging/flatpak-kde-applications/org.kde.konversation.json is written in an unsupported language. File is not indexed.

0001 {
0002     "id": "org.kde.konversation",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "konversation",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": ["--share=ipc", "--share=network", "--socket=x11", "--socket=wayland",
0011                     "--talk-name=org.kde.StatusNotifierWatcher", "--talk-name=org.freedesktop.Notifications" ],
0012     "separate-locales": false,
0013 
0014     "modules": [
0015         {
0016             "name": "konversation",
0017             "buildsystem": "cmake-ninja",
0018             "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/konversation.git" } ]
0019         }
0020     ]
0021 }