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

0001 {
0002     "id": "org.kde.kdevelop",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "base": "io.qt.qtwebengine.BaseApp",
0007     "base-version": "5.15-22.08",
0008     "sdk": "org.kde.Sdk",
0009     "command": "kdevelop",
0010     "tags": ["nightly"],
0011     "desktop-file-name-suffix": " (Nightly)",
0012     "finish-args": ["--share=ipc", "--socket=cups", "--socket=x11", "--socket=wayland", "--filesystem=host", "--allow=devel" ],
0013 
0014     "modules": [
0015         "boost.json",
0016         {
0017             "name": "grantlee",
0018             "config-opts": [ "-DENABLE_TESTING=OFF" ],
0019             "buildsystem": "cmake-ninja",
0020             "sources": [ { "type": "git", "url": "https://github.com/steveire/grantlee.git" } ]
0021         },
0022         {
0023             "name": "libkomparediff2",
0024             "config-opts": [ "-DENABLE_TESTING=OFF" ],
0025             "buildsystem": "cmake-ninja",
0026             "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/libkomparediff2.git" } ]
0027         },
0028         {
0029             "name": "kdevelop",
0030             "buildsystem": "cmake-ninja",
0031             "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/kdevelop.git", "branch": "master" } ]
0032         }
0033     ]
0034 }