Warning, /packaging/flatpak-kde-applications/org.kde.ktrip.json is written in an unsupported language. File is not indexed.
0001 { 0002 "id": "org.kde.ktrip", 0003 "branch": "master", 0004 "runtime": "org.kde.Platform", 0005 "runtime-version": "5.15-22.08", 0006 "sdk": "org.kde.Sdk", 0007 "command": "ktrip", 0008 "tags": ["nightly"], 0009 "desktop-file-name-suffix": " (Nightly)", 0010 "finish-args": [ 0011 "--share=ipc", 0012 "--socket=x11", 0013 "--socket=wayland", 0014 "--device=dri", 0015 "--share=network" 0016 ], 0017 0018 "modules": [ 0019 { 0020 "config-opts": [ "-DENABLE_TESTING=OFF" ], 0021 "name": "kpublictransport", 0022 "buildsystem": "cmake-ninja", 0023 "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/kpublictransport.git"} ] 0024 }, 0025 { 0026 "name": "kirigami-addons", 0027 "buildsystem": "cmake-ninja", 0028 "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git"} ] 0029 }, 0030 { 0031 "name": "ktrip", 0032 "buildsystem": "cmake-ninja", 0033 "sources": [ 0034 { "type": "git", "url": "https://invent.kde.org/utilities/ktrip.git" } 0035 ] 0036 } 0037 ] 0038 }