|
1 | 1 | { |
2 | 2 | "app-id": "org.flatpak.PythonFunscriptEditor", |
3 | | - "runtime": "org.freedesktop.Platform", |
4 | | - "runtime-version": "21.08", |
5 | | - "sdk": "org.freedesktop.Sdk", |
| 3 | + "runtime": "org.gnome.Platform", |
| 4 | + "runtime-version": "3.38", |
| 5 | + "sdk": "org.gnome.Sdk", |
6 | 6 | "command": "runner.sh", |
7 | 7 | "finish-args": [ |
8 | | - "--device=all", |
9 | | - "--share=network", |
10 | 8 | "--share=ipc", |
11 | | - "--socket=x11", |
| 9 | + "--socket=fallback-x11", |
12 | 10 | "--socket=wayland", |
| 11 | + "--device=all", |
| 12 | + "--share=network", |
13 | 13 | "--socket=pulseaudio", |
14 | | - "--filesystem=home:rw" |
| 14 | + "--filesystem=xdg-pictures", |
| 15 | + "--filesystem=home:rw", |
| 16 | + "--talk-name=org.gtk.vfs", |
| 17 | + "--talk-name=org.gtk.vfs.*", |
| 18 | + "--talk-name=org.gnome.SettingsDaemon.MediaKeys", |
| 19 | + "--env=LC_NUMERIC=C" |
15 | 20 | ], |
16 | 21 | "modules": [ |
17 | 22 | { |
|
22 | 27 | }, |
23 | 28 | "build-commands": [ |
24 | 29 | "export CONDA_ALWAYS_YES=\"true\"", |
25 | | - "bash Miniconda3-latest-Linux-x86_64.sh -b -p /app/bin/conda -f", |
| 30 | + "bash Miniconda3-py38_4.10.3-Linux-x86_64.sh -b -p /app/bin/conda -f", |
26 | 31 | "/app/bin/conda/bin/activate", |
27 | 32 | "/app/bin/conda/bin/conda env update -f environment_flatpak.yaml" |
28 | 33 | ], |
29 | 34 | "sources": [ |
30 | 35 | { |
31 | 36 | "type": "file", |
32 | | - "path": "Miniconda3-latest-Linux-x86_64.sh" |
| 37 | + "url": "https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linux-x86_64.sh", |
| 38 | + "sha256": "935d72deb16e42739d69644977290395561b7a6db059b316958d97939e9bdf3d" |
33 | 39 | }, |
34 | 40 | { |
35 | 41 | "type": "file", |
|
0 commit comments