Warning, /packaging/flatpak-kde-applications/org.kde.rkward.json is written in an unsupported language. File is not indexed.
0001 { 0002 "id": "org.kde.rkward", 0003 "branch": "master", 0004 "runtime": "org.kde.Platform", 0005 "runtime-version": "5.15-22.08", 0006 "sdk": "org.kde.Sdk", 0007 "base": "io.qt.qtwebengine.BaseApp", 0008 "base-version": "5.15-22.08", 0009 "command": "rkward", 0010 "tags": ["nightly"], 0011 "desktop-file-name-suffix": " (Nightly)", 0012 "finish-args": [ 0013 "--share=ipc", 0014 "--socket=wayland", 0015 "--socket=fallback-x11", 0016 "--device=dri", 0017 "--share=network", 0018 "--filesystem=host" 0019 ], 0020 "modules": [ 0021 { 0022 "name" : "R", 0023 "buildsystem" : "autotools", 0024 "config-opts" : [ "--enable-R-shlib=yes" ], 0025 "sources" : [ 0026 { 0027 "type" : "archive", 0028 "url" : "https://cloud.r-project.org/src/base/R-4/R-4.1.3.tar.gz", 0029 "sha256" : "15ff5b333c61094060b2a52e9c1d8ec55cc42dd029e39ca22abdaa909526fed6", 0030 "x-checker-data": { 0031 "type": "anitya", 0032 "project-id": 4150, 0033 "stable-only": true, 0034 "url-template": "https://cloud.r-project.org/src/base/R-4/R-$version.tar.gz" 0035 } 0036 } 0037 ] 0038 }, 0039 { 0040 "name": "kate", 0041 "buildsystem": "cmake-ninja", 0042 "sources": [ { "type": "git", "url": "https://invent.kde.org/utilities/kate.git" } ] 0043 }, 0044 { 0045 "buildsystem": "cmake", 0046 "name": "rkward", 0047 "sources": [ 0048 { 0049 "type": "git", 0050 "url": "https://invent.kde.org/education/rkward.git" 0051 } 0052 ] 0053 } 0054 ] 0055 }