-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathorg.cockpit_project.CockpitClient.json
102 lines (102 loc) · 2.92 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/332/cockpit-332.tar.xz",
"sha256": "46e72eb74c01265a07a610bf9837789fa4ef362df1c576a02af894c9bf509fb5"
},
{
"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/15/cockpit-files-15.tar.xz",
"sha256": "7d4be4f7e0f1bf0e6050fa32b7ada6d217b78cbbaf9172f7ac5ac2bcc24687e7"
}
]
},
{
"name": "cockpit-machines",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-machines/releases/download/327/cockpit-machines-327.tar.xz",
"sha256": "6c61ec925cb61e69b393ca49dbbcba60287123c746ff3bb91783002e7914a643"
}
]
},
{
"name": "cockpit-ostree",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-ostree/releases/download/206/cockpit-ostree-206.tar.xz",
"sha256": "c115818bb337b58a9da7447e936ce9c35921f69117e1a08e3b21d73ecf7b6f51"
}
]
},
{
"name": "cockpit-podman",
"buildsystem": "simple",
"build-commands": [
"make install PREFIX=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/cockpit-project/cockpit-podman/releases/download/100/cockpit-podman-100.tar.xz",
"sha256": "6a56e332814f4d83c00a22ed88eb4cd077149e6c48bfd2627f4db7682013b806"
}
]
}
]
}