Warning, /packaging/flatpak-kde-applications/org.kde.kile.json is written in an unsupported language. File is not indexed.
0001 { 0002 "id": "org.kde.kile", 0003 "branch": "master", 0004 "runtime": "org.kde.Platform", 0005 "runtime-version": "5.15-22.08", 0006 "sdk": "org.kde.Sdk", 0007 "command": "kile", 0008 "tags": ["nightly"], 0009 "desktop-file-name-suffix": " (Nightly)", 0010 "finish-args": [ 0011 "--share=ipc", "--socket=cups", "--socket=x11", "--socket=wayland", "--filesystem=host", 0012 "--env=PATH=/app/bin:/app/texlive/bin:/app/texlive/bin/x86_64-linux:/usr/bin/" 0013 ], 0014 "separate-locales": false, 0015 "add-extensions": { 0016 "org.freedesktop.Sdk.Extension.texlive": { 0017 "directory": "texlive", 0018 "version": "20.08" 0019 } 0020 }, 0021 0022 "modules": [ 0023 "okular_dependencies.json", 0024 { 0025 "name": "okular", 0026 "buildsystem": "cmake-ninja", 0027 "builddir": true, 0028 "sources": [ { "type": "git", "url": "https://invent.kde.org/graphics/okular.git", "branch": "master" } ] 0029 }, 0030 { 0031 "name": "konsole", 0032 "buildsystem": "cmake-ninja", 0033 "sources": [ 0034 { "type": "git", "url": "https://invent.kde.org/utilities/konsole.git" } 0035 ] 0036 }, 0037 { 0038 "name": "kile", 0039 "buildsystem": "cmake-ninja", 0040 "sources": [ { "type": "git", "url": "https://invent.kde.org/office/kile.git" } ] 0041 }, 0042 { 0043 "name": "texlive-mountpoint", 0044 "buildsystem": "simple", 0045 "build-commands": [ "mkdir -p /app/texlive" ] 0046 } 0047 ] 0048 }