]> cloud.milkyroute.net Git - dolphin.git/blob - .flatpak-manifest.json
KFileItemModelRolesUpdater: Show emblems even in hover sequence
[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": [
9 "nightly"
10 ],
11 "desktop-file-name-suffix": " (Nightly)",
12 "finish-args": [
13 "--device=dri",
14 "--share=ipc",
15 "--share=network",
16 "--socket=fallback-x11",
17 "--socket=wayland",
18 "--socket=pulseaudio",
19 "--filesystem=host",
20 "--filesystem=~/.var/app/",
21 "--talk-name=org.freedesktop.Flatpak",
22 "--talk-name=org.kde.kded6",
23 "--talk-name=org.kde.kiod6",
24 "--talk-name=org.kde.JobViewServer",
25 "--talk-name=org.kde.kpasswdserver",
26 "--talk-name=org.kde.kpasswdserver6",
27 "--system-talk-name=org.freedesktop.UDisks2"
28 ],
29 "modules": [
30 {
31 "name": "zstd",
32 "buildsystem": "simple",
33 "build-commands": [
34 "make",
35 "make PREFIX=/ DESTDIR=\"${FLATPAK_DEST}\" install"
36 ],
37 "sources": [
38 {
39 "type": "archive",
40 "url": "https://github.com/facebook/zstd/releases/download/v1.4.5/zstd-1.4.5.tar.gz",
41 "sha256": "98e91c7c6bf162bf90e4e70fdbc41a8188b9fa8de5ad840c401198014406ce9e"
42 }
43 ]
44 },
45 {
46 "name": "lz4",
47 "buildsystem": "simple",
48 "build-commands": [
49 "make -C lib PREFIX=/",
50 "make -C programs PREFIX=/usr lz4 lz4",
51 "make install PREFIX=/ DESTDIR=\"${FLATPAK_DEST}\" install"
52 ],
53 "sources": [
54 {
55 "type": "archive",
56 "url": "https://github.com/lz4/lz4/archive/v1.9.2.tar.gz",
57 "sha256": "658ba6191fa44c92280d4aa2c271b0f4fbc0e34d249578dd05e50e76d0e5efcc"
58 }
59 ]
60 },
61 {
62 "name": "libarchive",
63 "config-opts": [
64 "--without-xml2"
65 ],
66 "sources": [
67 {
68 "type": "archive",
69 "url": "https://www.libarchive.org/downloads/libarchive-3.4.3.tar.xz",
70 "sha256": "0bfc3fd40491768a88af8d9b86bf04a9e95b6d41a94f9292dbc0ec342288c05f"
71 }
72 ]
73 },
74 {
75 "name": "libzip",
76 "buildsystem": "cmake-ninja",
77 "sources": [
78 {
79 "type": "archive",
80 "url": "https://libzip.org/download/libzip-1.6.1.tar.xz",
81 "sha256": "705dac7a671b3f440181481e607b0908129a9cf1ddfcba75d66436c0e7d33641"
82 }
83 ]
84 },
85 {
86 "name": "lzo",
87 "sources": [
88 {
89 "type": "archive",
90 "url": "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz",
91 "sha256": "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072"
92 }
93 ]
94 },
95 {
96 "name": "lzop",
97 "sources": [
98 {
99 "type": "archive",
100 "url": "https://www.lzop.org/download/lzop-1.04.tar.gz",
101 "sha256": "7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41"
102 }
103 ]
104 },
105 {
106 "name": "lrzip",
107 "sources": [
108 {
109 "type": "archive",
110 "url": "https://github.com/ckolivas/lrzip/archive/v0.631.tar.gz",
111 "sha256": "10315c20d5a47590e7220c210735ba169677824d5672509266682eccec84d952"
112 }
113 ]
114 },
115 {
116 "name": "ark",
117 "buildsystem": "cmake-ninja",
118 "sources": [
119 {
120 "type": "archive",
121 "url": "https://download.kde.org/stable/release-service/24.08.3/src/ark-24.08.3.tar.xz",
122 "sha256": "3c6a100fbb8512b8f891726274658c51ce10f9318d4c14dbb2380a2c602f321b",
123 "x-checker-data": {
124 "type": "anitya",
125 "project-id": 8763,
126 "stable-only": true,
127 "url-template": "https://download.kde.org/stable/release-service/$version/src/ark-$version.tar.xz"
128 }
129 }
130 ]
131 },
132 {
133 "name": "lmdb",
134 "sources": [
135 {
136 "type": "git",
137 "url": "https://github.com/LMDB/lmdb.git",
138 "tag": "LMDB_0.9.31",
139 "x-checker-data": {
140 "type": "git",
141 "tag-pattern": "^LMDB_([\\d.]+)$"
142 },
143 "commit": "ce201088de95d26fc0da36ba805bf2ddc2ba74ff"
144 }
145 ],
146 "no-autogen": true,
147 "make-install-args": [
148 "prefix=/app"
149 ],
150 "subdir": "libraries/liblmdb"
151 },
152 {
153 "config-opts": [
154 "-DENABLE_TESTING=OFF",
155 "-DLMDB_DIR=/app"
156 ],
157 "name": "baloo",
158 "buildsystem": "cmake-ninja",
159 "builddir": true,
160 "sources": [
161 {
162 "type": "git",
163 "url": "https://invent.kde.org/frameworks/baloo.git",
164 "tag": "v6.4.0"
165 }
166 ]
167 },
168 {
169 "config-opts": [
170 "-DENABLE_TESTING=OFF",
171 "-DQT_MAJOR_VERSION=6",
172 "-DLMDB_DIR=/app"
173 ],
174 "name": "baloo-widgets",
175 "buildsystem": "cmake-ninja",
176 "builddir": true,
177 "sources": [
178 {
179 "type": "git",
180 "url": "https://invent.kde.org/libraries/baloo-widgets.git",
181 "branch": "master"
182 }
183 ]
184 },
185 {
186 "config-opts": [
187 "-DFLATPAK=ON"
188 ],
189 "name": "dolphin",
190 "buildsystem": "cmake-ninja",
191 "builddir": true,
192 "sources": [
193 {
194 "type": "dir",
195 "path": "."
196 }
197 ]
198 },
199 {
200 "name": "dolphin-plugins",
201 "buildsystem": "cmake-ninja",
202 "builddir": true,
203 "sources": [
204 {
205 "type": "git",
206 "url": "https://invent.kde.org/sdk/dolphin-plugins.git"
207 }
208 ]
209 }
210 ]
211 }