-
Notifications
You must be signed in to change notification settings - Fork 5
/
org.cockpit_project.CockpitClient.json
102 lines (102 loc) · 2.91 KB
/
org.cockpit_project.CockpitClient.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
{
"app-id": "org.cockpit_project.CockpitClient",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "cockpit-client",
"rename-icon": "cockpit-client",
"finish-args": [
"--talk-name=org.freedesktop.Flatpak",
"--socket=wayland",
"--socket=fallback-x11",
"--device=dri",
"--share=ipc"
],
"modules": [
{
"name": "cockpit-client",
"buildsystem": "autotools",
"config-opts": [
"--enable-cockpit-client",
"--with-systemdunitdir=/invalid",
"CPPFLAGS=-Itools/mock-build-env",
"--with-admin-group=root",
"--disable-doc"
],
"make-args": [
"build-for-flatpak"
],
"make-install-args": [
"DOWNSTREAM_RELEASES_XML=org.cockpit_project.CockpitClient.releases.xml"
],
"install-rule": "install-for-flatpak",
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit/releases/download/328/cockpit-328.tar.xz",
"sha256": "4dcd1d4b8fe44c07b03af289bf13716737e4bdcbfc03d8da8e084bad1bc02a46"
},
{
"type": "file",
"path": "org.cockpit_project.CockpitClient.releases.xml"
}
]
},
{
"name": "cockpit-files",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-files/releases/download/11/cockpit-files-11.tar.xz",
"sha256": "79ded416ae1afda2314969c786b711668df763346ed7bf4d99a4b82197278164"
}
]
},
{
"name": "cockpit-machines",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-machines/releases/download/323/cockpit-machines-323.tar.xz",
"sha256": "46ee5de8b666ba3a923a875353a63ae5b12ed4a975eae99f13c4cf60215e4ffb"
}
]
},
{
"name": "cockpit-ostree",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-ostree/releases/download/205/cockpit-ostree-205.tar.xz",
"sha256": "a7598a3093b0d0cab5759d3d42f833e86e3cc3a6ec3a1b7d92e0e1662df8e09a"
}
]
},
{
"name": "cockpit-podman",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-podman/releases/download/98/cockpit-podman-98.tar.xz",
"sha256": "a6e503a5478733d9a683443a51913d0f866f86e8ecfa2f2b836c68dc89d36b8a"
}
]
}
]
}