]> cloud.milkyroute.net Git - dolphin.git/blob - .flatpak-manifest.json
fix: Flatpak must have --filesystem=~/.var/app
[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 "--filesystem=~/.var/app/",
19 "--talk-name=org.freedesktop.Flatpak",
20 "--talk-name=org.kde.kded6",
21 "--talk-name=org.kde.kiod6",
22 "--talk-name=org.kde.JobViewServer",
23 "--talk-name=org.kde.kpasswdserver",
24 "--talk-name=org.kde.kpasswdserver6",
25 "--system-talk-name=org.freedesktop.UDisks2"
26 ],
27 "modules": [
28 {
29 "name": "lmdb",
30 "sources": [
31 {
32 "type": "git",
33 "url": "https://github.com/LMDB/lmdb.git",
34 "tag": "LMDB_0.9.29",
35 "x-checker-data": {
36 "type": "git",
37 "tag-pattern": "^LMDB_([\\d.]+)$"
38 },
39 "commit": "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a"
40 }
41 ],
42 "no-autogen": true,
43 "make-install-args": ["prefix=/app"],
44 "subdir" : "libraries/liblmdb"
45 },
46 {
47 "config-opts": ["-DENABLE_TESTING=OFF", "-DLMDB_DIR=/app"],
48 "name": "baloo",
49 "buildsystem": "cmake-ninja",
50 "builddir": true,
51 "sources": [
52 {
53 "type": "git",
54 "url": "https://invent.kde.org/frameworks/baloo.git",
55 "tag": "v6.4.0"
56 }
57 ]
58 },
59 {
60 "config-opts": ["-DENABLE_TESTING=OFF", "-DQT_MAJOR_VERSION=6", "-DLMDB_DIR=/app"],
61 "name": "baloo-widgets",
62 "buildsystem": "cmake-ninja",
63 "builddir": true,
64 "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/baloo-widgets.git", "branch": "master"} ]
65 },
66 {
67 "config-opts": ["-DFLATPAK=ON"],
68 "name": "dolphin",
69 "buildsystem": "cmake-ninja",
70 "builddir": true,
71 "sources": [ { "type": "dir", "path": "." } ]
72 },
73 {
74 "name": "dolphin-plugins",
75 "buildsystem": "cmake-ninja",
76 "builddir": true,
77 "sources": [ { "type": "git", "url": "https://invent.kde.org/sdk/dolphin-plugins.git" } ]
78 }
79 ]
80 }