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

0001 {
0002     "id": "org.kde.ktuberling",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "ktuberling",
0008     "rename-icon": "ktuberling",
0009     "tags": ["nightly"],
0010     "desktop-file-name-suffix": " (Nightly)",
0011     "finish-args": [
0012         "--share=ipc",
0013         "--socket=x11",
0014         "--socket=wayland",
0015         "--socket=pulseaudio",
0016         "--device=dri"
0017     ],
0018     "modules": [
0019         "libkdegames.json",
0020         {
0021             "name": "ktuberling",
0022             "buildsystem": "cmake-ninja",
0023             "builddir": true,
0024             "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/ktuberling.git" } ]
0025         }
0026     ]
0027 }