-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.github.alessandrojean.jogos.json
121 lines (121 loc) · 2.85 KB
/
io.github.alessandrojean.jogos.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
119
120
121
{
"id": "io.github.alessandrojean.jogos",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.node20",
"org.freedesktop.Sdk.Extension.typescript"
],
"tags": [
"nightly"
],
"build-options": {
"append-path": "/usr/lib/sdk/node20/bin:/usr/lib/sdk/typescript/bin"
},
"command": "io.github.alessandrojean.jogos",
"finish-args": [
"--share=ipc",
"--share=network",
"--device=dri",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=xdg-data",
"--env=GJS_DISABLE_JIT=1",
"--env=GSK_RENDERER=gl"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "libgda",
"buildsystem": "meson",
"build-options": {
"env": {
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR": "/app/share/gir-1.0",
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR": "/app/lib/girepository-1.0"
}
},
"config-opts": [
"-Dui=false",
"-Djson=true"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libgda/6.0/libgda-6.0.0.tar.xz",
"sha256": "995f4b420e666da5c8bac9faf55e7aedbe3789c525d634720a53be3ccf27a670",
"x-checker-data": {
"type": "gnome",
"name": "libgda"
}
}
],
"modules": [
{
"name": "intltool",
"cleanup": ["*"],
"sources": [
{
"type": "archive",
"url": "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
"sha256": "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
}
]
}
],
"cleanup": ["/share/doc"]
},
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"cleanup": ["*"],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.14.0"
}
]
},
{
"name": "imagemagick",
"config-opts": [
"--disable-static",
"--disable-docs"
],
"cleanup": [
"/bin",
"/include",
"/lib/pkgconfig",
"*.la"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/ImageMagick/ImageMagick/archive/7.1.1-38.tar.gz",
"sha256": "5e449530ccec8b85ae2bfd1ad773184fb7a4737d40fd9439db8a5d4beee4403e"
}
]
},
{
"name": "jogos",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "."
}
]
}
]
}