forked from workbenchdev/Workbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathre.sonny.Workbench.json
106 lines (106 loc) · 2.79 KB
/
re.sonny.Workbench.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
{
"app-id": "re.sonny.Workbench",
"runtime": "org.gnome.Platform",
"runtime-version": "41",
"sdk": "org.gnome.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.node16"],
"command": "workbench",
"build-options": {
"append-path": "/usr/lib/sdk/node16/bin"
},
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri"
],
"x-run-args": [],
"modules": [
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": ["-Dvapi=false", "-Dexamples=false", "-Dtests=false"],
"cleanup": ["/include", "/lib/pkgconfig"],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libadwaita/1.0/libadwaita-1.0.0.alpha.4.tar.xz",
"sha256": "d3000ff56282947f5c51bbb3f9b7e7edb24d212b107bc009ba163464edbb8d7c"
}
],
"modules": [
{
"name": "libsass",
"sources": [
{
"type": "archive",
"url": "https://github.com/sass/libsass/archive/3.6.4.tar.gz",
"sha256": "f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": ["autoreconf -si"]
}
]
},
{
"name": "sassc",
"sources": [
{
"type": "archive",
"url": "https://github.com/sass/sassc/archive/3.6.1.tar.gz",
"sha256": "8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": ["autoreconf -si"]
}
]
}
]
},
{
"name": "vte",
"buildsystem": "meson",
"config-opts": [
"-Ddocs=false",
"-Dgtk3=false",
"-Dgtk4=true",
"-Dvapi=false",
"-Dglade=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/vte.git",
"commit": "f4b915aea367d407f8ac527e1aed9425b8cea9e2"
}
]
},
{
"name": "gtksourceview",
"buildsystem": "meson",
"config-opts": ["-Dtests=false", "-Dexamples=false", "-Dvapi=false"],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gtksourceview/5.3/gtksourceview-5.3.2.tar.xz",
"sha256": "af7736e2ee3cdbc1013090e8caf35fb89d65cf41c9c399cac5d8992d955ded30"
}
]
},
{
"name": "Workbench",
"buildsystem": "meson",
"builddir": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}