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

0001 {
0002     "id": "org.kde.trojita",
0003     "rename-icon": "trojita",
0004     "base": "io.qt.qtwebkit.BaseApp",
0005     "base-version": "5.15-22.08",
0006     "runtime": "org.kde.Platform",
0007     "runtime-version": "5.15-22.08",
0008     "sdk": "org.kde.Sdk",
0009     "command": "trojita",
0010     "tags": ["nightly"],
0011     "desktop-file-name-suffix": " (Nightly)",
0012     "finish-args": [
0013         "--share=ipc",
0014         "--share=network",
0015         "--socket=x11",
0016         "--socket=wayland",
0017         "--device=dri",
0018         "--filesystem=home",
0019         "--talk-name=org.freedesktop.Notifications",
0020         "--talk-name=org.kde.StatusNotifierWatcher",
0021         "--own-name=org.kde.StatusNotifierItem-2-2"
0022     ],
0023     "separate-locales": false,
0024 
0025     "modules": [
0026         {
0027             "name": "trojita",
0028             "buildsystem": "cmake-ninja",
0029             "sources": [
0030                 {
0031                     "type": "git",
0032                     "url": "https://invent.kde.org/kde/trojita",
0033                     "branch": "master"
0034                 }
0035             ]
0036         }
0037     ]
0038 }