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

0001 {
0002     "id": "org.kde.krdc",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "krdc",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland" ],
0011 
0012     "modules": [
0013         {
0014             "name": "icon",
0015             "buildsystem": "simple",
0016             "build-commands": [
0017                 "mkdir -p /app/share/icons/hicolor/32x32/apps/",
0018                 "install -D /usr/share/icons/breeze/apps/48/krdc.svg /app/share/icons/hicolor/32x32/apps/"
0019             ]
0020         },
0021         {
0022             "name": "libvncserver",
0023             "buildsystem": "cmake-ninja",
0024             "sources": [
0025                 { "type": "git", "url": "https://github.com/LibVNC/libvncserver", "branch": "LibVNCServer-0.9.14" }
0026             ]
0027         },
0028         {
0029             "name": "krdc",
0030             "buildsystem": "cmake-ninja",
0031             "sources": [
0032                 { "type": "git", "url": "https://invent.kde.org/kde/krdc.git" }
0033             ]
0034         }
0035     ]
0036 }