Warning, /plasma-mobile/kalk/org.kde.kalk.json is written in an unsupported language. File is not indexed.
0001 { 0002 "id": "org.kde.kalk", 0003 "runtime": "org.kde.Platform", 0004 "runtime-version": "5.15", 0005 "sdk": "org.kde.Sdk", 0006 "command": "kalk", 0007 "rename-icon": "kalk", 0008 "tags": ["nightly"], 0009 "desktop-file-name-suffix": " (Nightly)", 0010 "finish-args": [ 0011 "--share=ipc", 0012 "--socket=wayland", 0013 "--socket=fallback-x11", 0014 "--device=dri" 0015 ], 0016 "modules": [ 0017 { 0018 "name": "mpfr", 0019 "config-opts": [ "--disable-static" ], 0020 "sources": [ 0021 { 0022 "type": "archive", 0023 "url": "https://ftp.gnu.org/gnu/mpfr/mpfr-4.1.0.tar.xz", 0024 "sha256": "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" 0025 } 0026 ] 0027 }, 0028 { 0029 "name": "kf5feedback", 0030 "buildsystem": "cmake-ninja", 0031 "sources": [ 0032 { 0033 "type": "git", 0034 "url": "https://invent.kde.org/jbbgameich/qtfeedback/", 0035 "branch": "kf5" 0036 } 0037 ] 0038 }, 0039 { 0040 "name": "kalk", 0041 "buildsystem": "cmake-ninja", 0042 "config-opts": ["-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=Release", "-DQt5Feedback_DIR=/app/lib/cmake/Qt5Feedback"], 0043 "builddir": true, 0044 "sources": [ { "type": "dir", "path": ".", "skip": [".git"] } ] 0045 } 0046 ] 0047 }