-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.github.Q1CHENL.fig.json
60 lines (60 loc) · 1.54 KB
/
io.github.Q1CHENL.fig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"id": "io.github.Q1CHENL.fig",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "fig",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "python3-setuptools",
"buildsystem": "simple",
"build-commands": [
"pip3 install . --prefix=${FLATPAK_DEST} --no-deps --ignore-installed"
],
"sources": [
{
"type": "archive",
"url": "https://files.pythonhosted.org/packages/ed/22/a438e0caa4576f8c383fa4d35f1cc01655a46c75be358960d815bfbb12bd/setuptools-75.3.0.tar.gz",
"sha256": "fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686"
}
]
},
{
"name": "python3-pillow",
"buildsystem": "simple",
"build-commands": [
"pip3 install . --prefix=${FLATPAK_DEST} --no-deps --ignore-installed --no-build-isolation"
],
"sources": [
{
"type": "archive",
"url": "https://files.pythonhosted.org/packages/a5/26/0d95c04c868f6bdb0c447e3ee2de5564411845e36a858cfd63766bc7b563/pillow-11.0.0.tar.gz",
"sha256": "72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739"
}
]
},
{
"name": "fig",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}