-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.github.nokse22.PlanetNine.json
98 lines (98 loc) · 2.62 KB
/
io.github.nokse22.PlanetNine.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
{
"id" : "io.github.nokse22.PlanetNine",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "planetnine",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--device=dri",
"--socket=wayland",
"--env=GOBJECT_DEBUG=instance-count"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
"python3-modules.json",
"python3-requests.json",
{
"name" : "vte",
"buildsystem" : "meson",
"config-opts": [
"-Dgtk4=true",
"-Dgtk3=false"
],
"sources" : [
{
"type" : "archive",
"url" : "https://gitlab.gnome.org/GNOME/vte/-/archive/1398ac862fb10b3cb7cdfc8267be2df5d5f39eb5/vte-1398ac862fb10b3cb7cdfc8267be2df5d5f39eb5.tar.gz",
"sha256": "9d76c963d70b19b48ffcbbf2acaee529fb1ec9c53cf0c1f1884f65b2c860bc1f"
}
]
},
{
"name" : "libpanel",
"buildsystem" : "meson",
"builddir" : true,
"config-opts" : [
"-Ddocs=disabled",
"-Dinstall-examples=true"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libpanel.git",
"branch" : "main"
}
]
},
{
"name" : "libspelling",
"builddir" : true,
"buildsystem" : "meson",
"config-opts" : [ "-Ddocs=false", "-Dvapi=false" ],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libspelling.git",
"branch" : "main"
}
]
},
{
"name" : "gtksource",
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git",
"commit" : "4bed95288d953981ecd649b6ce02a348afbf051a"
}
]
},
{
"name" : "planetnine",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "file:///home/Nokse/Projects"
}
]
}
]
}