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