-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcom.github.Aurnytoraink.Singral.json
118 lines (118 loc) · 5.02 KB
/
com.github.Aurnytoraink.Singral.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"app-id" : "com.github.Aurnytoraink.Singral",
"runtime" : "org.gnome.Platform",
"runtime-version" : "3.38",
"sdk" : "org.gnome.Sdk",
"command" : "singral",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=pulseaudio",
"--socket=fallback-x11",
"--socket=wayland"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "python3-modules",
"buildsystem" : "simple",
"build-commands" : [],
"modules" : [
{
"name" : "python3-requests",
"buildsystem" : "simple",
"build-commands" : [
"pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"requests\""
],
"sources" : [
{
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/5e/c4/6c4fe722df5343c33226f0b4e0bb042e4dc13483228b4718baf286f86d87/certifi-2020.6.20-py2.py3-none-any.whl",
"sha256" : "8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41"
},
{
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl",
"sha256" : "b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"
},
{
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/9f/f0/a391d1463ebb1b233795cabfc0ef38d3db4442339de68f847026199e69d7/urllib3-1.25.10-py2.py3-none-any.whl",
"sha256" : "e7983572181f5e1522d9c98453462384ee92a0be7fac5f1413a1e35c56cc0461"
},
{
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl",
"sha256" : "fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
},
{
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/45/1e/0c169c6a5381e241ba7404532c16a21d86ab872c9bed8bdcd4c423954103/requests-2.24.0-py2.py3-none-any.whl",
"sha256" : "fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b80ed42c44cbb898"
}
]
},
{
"name" : "python3-python-dateutil",
"buildsystem" : "simple",
"build-commands" : [
"pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"python-dateutil\""
],
"sources" : [
{
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl",
"sha256" : "8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"
},
{
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl",
"sha256" : "75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"
}
]
}
]
},
{
"name" : "libhandy",
"buildsystem" : "meson",
"config-opts" : [
"-Dtests=false",
"-Dexamples=false",
"-Dglade_catalog=disabled",
"--buildtype=release"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libhandy",
"tag" : "1.0.3"
}
]
},
{
"name" : "singral",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "file:///home/aurnytoraink/Projets/Applications/Singral"
}
]
}
],
"build-options" : {
"env" : { }
}
}