]> cloud.milkyroute.net Git - dolphin.git/blob - .flatpak-manifest.json
Merge remote-tracking branch 'origin/master' into kf6
[dolphin.git] / .flatpak-manifest.json
1 {
2 "id": "org.kde.dolphin",
3 "branch": "master",
4 "runtime": "org.kde.Platform",
5 "runtime-version": "5.15-22.08",
6 "sdk": "org.kde.Sdk",
7 "command": "dolphin",
8 "tags": ["nightly"],
9 "desktop-file-name-suffix": " (Nightly)",
10 "finish-args": ["--share=ipc", "--socket=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 "tag": "v5.101.0",
41 "x-checker-data": {
42 "type": "git",
43 "tag-pattern": "^v([\\d.]+)$"
44 },
45 "commit": "03246908508ec9086171832e615c36bbaa48b6da"
46 }
47 ]
48 },
49 {
50 "config-opts": ["-DENABLE_TESTING=OFF" , "-DLMDB_DIR=/app"],
51 "name": "baloo-widgets",
52 "buildsystem": "cmake-ninja",
53 "builddir": true,
54 "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/baloo-widgets.git" } ]
55 },
56 {
57 "config-opts": ["-DFLATPAK=ON"],
58 "name": "dolphin",
59 "buildsystem": "cmake-ninja",
60 "builddir": true,
61 "sources": [ { "type": "dir", "path": "." } ]
62 },
63 {
64 "name": "dolphin-plugins",
65 "buildsystem": "cmake-ninja",
66 "builddir": true,
67 "sources": [ { "type": "git", "url": "https://invent.kde.org/sdk/dolphin-plugins.git" } ]
68 }
69 ]
70 }