Warning, /packaging/flatpak-kde-applications/org.kde.dolphin.json is written in an unsupported language. File is not indexed.
0001 { 0002 "id": "org.kde.dolphin", 0003 "branch": "master", 0004 "runtime": "org.kde.Platform", 0005 "runtime-version": "5.15-22.08", 0006 "sdk": "org.kde.Sdk", 0007 "command": "dolphin", 0008 "tags": ["nightly"], 0009 "desktop-file-name-suffix": " (Nightly)", 0010 "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--filesystem=host" ], 0011 0012 "modules": [ 0013 { 0014 "name": "lmdb", 0015 "sources": [ 0016 { 0017 "type": "git", 0018 "url": "https://github.com/LMDB/lmdb.git", 0019 "tag": "LMDB_0.9.29", 0020 "x-checker-data": { 0021 "type": "git", 0022 "tag-pattern": "^LMDB_([\\d.]+)$" 0023 }, 0024 "commit": "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a" 0025 } 0026 ], 0027 "no-autogen": true, 0028 "make-install-args": ["prefix=/app"], 0029 "subdir" : "libraries/liblmdb" 0030 }, 0031 { 0032 "config-opts": ["-DENABLE_TESTING=OFF" , "-DLMDB_DIR=/app"], 0033 "name": "baloo", 0034 "buildsystem": "cmake-ninja", 0035 "builddir": true, 0036 "sources": [ 0037 { 0038 "type": "git", 0039 "url": "https://invent.kde.org/frameworks/baloo.git", 0040 "tag": "v5.92.0", 0041 "x-checker-data": { 0042 "type": "git", 0043 "tag-pattern": "^v([\\d.]+)$" 0044 }, 0045 "commit": "5aa4d1eb22b00802405b0c2e2a4446a223e50fd2" 0046 } 0047 ] 0048 }, 0049 { 0050 "config-opts": ["-DENABLE_TESTING=OFF" , "-DLMDB_DIR=/app"], 0051 "name": "baloo-widgets", 0052 "buildsystem": "cmake-ninja", 0053 "builddir": true, 0054 "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/baloo-widgets.git" } ] 0055 }, 0056 { 0057 "config-opts": ["-DFLATPAK=ON"], 0058 "name": "dolphin", 0059 "buildsystem": "cmake-ninja", 0060 "builddir": true, 0061 "sources": [ { "type": "git", "url": "https://invent.kde.org/system/dolphin.git" } ] 0062 }, 0063 { 0064 "name": "dolphin-plugins", 0065 "buildsystem": "cmake-ninja", 0066 "builddir": true, 0067 "sources": [ { "type": "git", "url": "https://invent.kde.org/sdk/dolphin-plugins.git" } ] 0068 } 0069 ] 0070 }