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

0001 {
0002     "id": "org.kde.rocs",
0003     "branch": "master",
0004     "base": "io.qt.qtwebengine.BaseApp",
0005     "base-version": "5.15",
0006     "runtime": "org.kde.Platform",
0007     "runtime-version": "5.15-22.08",
0008     "sdk": "org.kde.Sdk",
0009     "command": "rocs",
0010     "tags": ["nightly"],
0011     "desktop-file-name-suffix": " (Nightly)",
0012     "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--filesystem=host" ],
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": "rocs",
0024             "buildsystem": "cmake-ninja",
0025             "config-opts": ["-DENABLE_TESTING=OFF" ],
0026             "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/rocs.git" } ]
0027         }
0028     ]
0029 }