-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcom.github.marhkb.Pods.json
92 lines (92 loc) · 2.62 KB
/
com.github.marhkb.Pods.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
{
"id": "com.github.marhkb.Pods",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"command": "pods",
"finish-args": [
"--socket=fallback-x11",
"--socket=wayland",
"--share=network",
"--share=ipc",
"--device=dri",
"--env=G_MESSAGES_DEBUG=none",
"--env=RUST_BACKTRACE=1",
"--filesystem=/run/systemd/journal",
"--filesystem=xdg-run/podman:ro"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin"
},
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "libpanel",
"buildsystem": "meson",
"config-opts": [
"-Dinstall-examples=false",
"-Dintrospection=disabled",
"-Ddocs=disabled",
"-Dvapi=false",
"-Dbuildtype=release"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libpanel.git",
"tag": "1.4.0",
"commit": "3719f5d044d0ba068b525d14f8366d7e43297c89"
}
]
},
{
"name" : "vte",
"buildsystem" : "meson",
"config-opts" : [
"-Dgir=false",
"-Dglade=false",
"-Dgtk3=false",
"-Dgtk4=true",
"-D_systemd=false",
"-Dvapi=false",
"-Dbuildtype=release"
],
"cleanup": [
"/bin/vte-*"
],
"sources" : [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/vte.git",
"tag": "0.74.0",
"commit": "7fb5b2395c9e9c786c2277bc98d7e2661485fb10"
}
]
},
{
"name": "pods",
"buildsystem": "meson",
"config-opts": [
"-Dbuildtype=release"
],
"sources" : [
{
"type": "archive",
"url": "https://github.com/marhkb/pods/releases/download/v2.0.0-beta.2/pods-v2.0.0-beta.2.tar.xz",
"sha256": "a27ebfbea86506f7543ef1b053320e5ac85d79f55eea2773dddb4f4860c522b9",
"strip-components": 0
}
]
}
]
}