|
13 | 13 | "--socket=pulseaudio", |
14 | 14 | "--filesystem=xdg-pictures", |
15 | 15 | "--filesystem=home:rw", |
16 | | - "--talk-name=org.gtk.vfs", |
17 | | - "--talk-name=org.gtk.vfs.*", |
18 | | - "--talk-name=org.gnome.SettingsDaemon.MediaKeys", |
19 | 16 | "--env=LC_NUMERIC=C" |
20 | 17 | ], |
21 | 18 | "modules": [ |
22 | | - { |
23 | | - "name": "install-runtime", |
24 | | - "buildsystem": "simple", |
25 | | - "build-options": { |
26 | | - "build-args": ["--share=network"] |
27 | | - }, |
28 | | - "build-commands": [ |
29 | | - "export CONDA_ALWAYS_YES=\"true\"", |
30 | | - "bash Miniconda3-py38_4.10.3-Linux-x86_64.sh -b -p /app/bin/conda -f", |
31 | | - "/app/bin/conda/bin/activate", |
32 | | - "/app/bin/conda/bin/conda env update -f environment_flatpak.yaml" |
33 | | - ], |
34 | | - "sources": [ |
35 | | - { |
36 | | - "type": "file", |
37 | | - "url": "https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linux-x86_64.sh", |
38 | | - "sha256": "935d72deb16e42739d69644977290395561b7a6db059b316958d97939e9bdf3d" |
39 | | - }, |
40 | | - { |
41 | | - "type": "file", |
42 | | - "path": "environment_flatpak.yaml" |
43 | | - } |
44 | | - ] |
45 | | - }, |
46 | 19 | { |
47 | 20 | "name": "luajit", |
48 | 21 | "no-autogen": true, |
|
187 | 160 | ] |
188 | 161 | }, |
189 | 162 | { |
190 | | - "name": "kdecoration", |
191 | | - "buildsystem": "cmake-ninja", |
192 | | - "builddir": true, |
| 163 | + "name": "install-runtime", |
| 164 | + "buildsystem": "simple", |
| 165 | + "build-options": { |
| 166 | + "build-args": ["--share=network"] |
| 167 | + }, |
| 168 | + "build-commands": [ |
| 169 | + "export CONDA_ALWAYS_YES=\"true\"", |
| 170 | + "bash Miniconda3-py38_4.10.3-Linux-x86_64.sh -b -p /app/bin/conda -f", |
| 171 | + "/app/bin/conda/bin/activate", |
| 172 | + "/app/bin/conda/bin/conda env update -f environment_flatpak.yaml --prune" |
| 173 | + ], |
193 | 174 | "sources": [ |
194 | 175 | { |
195 | | - "type": "git", |
196 | | - "url": "https://invent.kde.org/kde/kdecoration.git", |
197 | | - "commit": "70a98b43f3a866fc39c420176af90709dd34df70" |
198 | | - } |
199 | | - ] |
200 | | - }, |
201 | | - { |
202 | | - "name": "breeze", |
203 | | - "buildsystem": "cmake-ninja", |
204 | | - "builddir": true, |
205 | | - "sources": [ |
| 176 | + "type": "file", |
| 177 | + "url": "https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linux-x86_64.sh", |
| 178 | + "sha256": "935d72deb16e42739d69644977290395561b7a6db059b316958d97939e9bdf3d" |
| 179 | + }, |
206 | 180 | { |
207 | | - "type": "git", |
208 | | - "url": "https://invent.kde.org/kde/breeze.git", |
209 | | - "commit": "945ba0cc712fb1e4f68ce8862d1fbcb864f3e6fa" |
| 181 | + "type": "file", |
| 182 | + "path": "environment_flatpak.yaml" |
210 | 183 | } |
211 | 184 | ] |
212 | 185 | }, |
|
0 commit comments