Warning, /network/angelfish/org.kde.angelfish.json is written in an unsupported language. File is not indexed.
0001 { 0002 "id": "org.kde.angelfish", 0003 "runtime": "org.kde.Platform", 0004 "runtime-version": "6.6-kf6preview", 0005 "sdk": "org.kde.Sdk", 0006 "base": "io.qt.qtwebengine.BaseApp", 0007 "base-version": "6.6", 0008 "command": "angelfish", 0009 "tags": ["nightly"], 0010 "desktop-file-name-suffix": " (Nightly)", 0011 "finish-args": [ 0012 "--share=ipc", 0013 "--share=network", 0014 "--socket=pulseaudio", 0015 "--socket=x11", 0016 "--socket=wayland", 0017 "--device=dri", 0018 "--device=all", 0019 "--filesystem=xdg-data", 0020 "--filesystem=xdg-download", 0021 "--talk-name=org.freedesktop.Notifications", 0022 "--own-name=org.kde.angelfish" 0023 ], 0024 "separate-locales": false, 0025 "add-extensions": { 0026 "org.freedesktop.Platform.ffmpeg-full": { 0027 "directory": "lib/ffmpeg", 0028 "add-ld-path": ".", 0029 "version": "23.08" 0030 } 0031 }, 0032 "cleanup-commands": [ 0033 "mkdir -p ${FLATPAK_DEST}/lib/ffmpeg" 0034 ], 0035 "sdk-extensions": [ 0036 "org.freedesktop.Sdk.Extension.rust-stable" 0037 ], 0038 "build-options": { 0039 "append-path": "/usr/lib/sdk/rust-stable/bin", 0040 "env": { 0041 "RUST_BACKTRACE": "1", 0042 "CARGO_NET_OFFLINE": "true", 0043 "RUSTFLAGS": "--remap-path-prefix =../" 0044 } 0045 }, 0046 "cleanup": [ 0047 "/lib/cmake", 0048 "/lib/include" 0049 ], 0050 "modules": [ 0051 "flatpak/corrosion.json", 0052 "flatpak/kirigami-addons.json", 0053 { 0054 "name": "qcoro", 0055 "buildsystem": "cmake-ninja", 0056 "config-opts": ["-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=Release"], 0057 "sources": [ 0058 { 0059 "type": "archive", 0060 "url": "https://github.com/danvratil/qcoro/archive/refs/tags/v0.10.0.tar.gz", 0061 "sha256": "b7c8f00273ad27d85814bf4ec93eb6922c75656800a61d11854d36355a4a1aec" 0062 } 0063 ] 0064 }, 0065 { 0066 "name": "futuresql", 0067 "buildsystem": "cmake-ninja", 0068 "config-opts": [ 0069 "-DBUILD_TESTING=OFF", 0070 "-DCMAKE_BUILD_TYPE=Release", 0071 "-DBUILD_WITH_QT6=ON", 0072 "-DQT_MAJOR_VERSION=6" 0073 ], 0074 "sources": [ 0075 { 0076 "type": "archive", 0077 "url": "https://download.kde.org/stable/futuresql/futuresql-0.1.1.tar.xz", 0078 "sha256": "e44ed8d5a9618b3ca7ba2983ed9c5f7572e6e0a5b199f94868834b71ccbebd43" 0079 } 0080 ] 0081 }, 0082 { 0083 "name": "angelfish", 0084 "buildsystem": "cmake-ninja", 0085 "config-opts": ["-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=Release", "-DQt6Feedback_DIR=/app/lib/cmake/Qt6Feedback"], 0086 "builddir": true, 0087 "build-options": { 0088 "env": { 0089 "CARGO_HOME": "/run/build/angelfish/cargo" 0090 } 0091 }, 0092 "sources": [ 0093 { 0094 "type": "dir", 0095 "path": ".", 0096 "skip": [".git"] 0097 }, 0098 "flatpak/generated-sources.json" 0099 ] 0100 } 0101 ] 0102 }