]> cloud.milkyroute.net Git - dolphin.git/blob - .flatpak-manifest.json
Fix using good baloo branch
[dolphin.git] / .flatpak-manifest.json
1 {
2 "id": "org.kde.dolphin",
3 "branch": "master",
4 "runtime": "org.kde.Platform",
5 "runtime-version": "6.6-kf6preview",
6 "sdk": "org.kde.Sdk",
7 "command": "dolphin",
8 "tags": ["nightly"],
9 "desktop-file-name-suffix": " (Nightly)",
10 "finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--filesystem=host" ],
11
12 "modules": [
13 {
14 "name": "lmdb",
15 "sources": [
16 {
17 "type": "git",
18 "url": "https://github.com/LMDB/lmdb.git",
19 "tag": "LMDB_0.9.29",
20 "x-checker-data": {
21 "type": "git",
22 "tag-pattern": "^LMDB_([\\d.]+)$"
23 },
24 "commit": "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a"
25 }
26 ],
27 "no-autogen": true,
28 "make-install-args": ["prefix=/app"],
29 "subdir" : "libraries/liblmdb"
30 },
31 {
32 "config-opts": ["-DENABLE_TESTING=OFF", "-DLMDB_DIR=/app"],
33 "name": "baloo",
34 "buildsystem": "cmake-ninja",
35 "builddir": true,
36 "sources": [
37 {
38 "type": "git",
39 "url": "https://invent.kde.org/frameworks/baloo.git",
40 "branch": "master"
41 }
42 ]
43 },
44 {
45 "config-opts": ["-DENABLE_TESTING=OFF", "-DQT_MAJOR_VERSION=6", "-DLMDB_DIR=/app"],
46 "name": "baloo-widgets",
47 "buildsystem": "cmake-ninja",
48 "builddir": true,
49 "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/baloo-widgets.git", "branch": "master"} ]
50 },
51 {
52 "config-opts": ["-DFLATPAK=ON"],
53 "name": "dolphin",
54 "buildsystem": "cmake-ninja",
55 "builddir": true,
56 "sources": [ { "type": "dir", "path": "." } ]
57 },
58 {
59 "name": "dolphin-plugins",
60 "buildsystem": "cmake-ninja",
61 "builddir": true,
62 "sources": [ { "type": "git", "url": "https://invent.kde.org/sdk/dolphin-plugins.git" } ]
63 }
64 ]
65 }