-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
it.mijorus.gearlever.json
77 lines (77 loc) · 2.32 KB
/
it.mijorus.gearlever.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
{
"id" : "it.mijorus.gearlever",
"runtime" : "org.gnome.Platform",
"runtime-version" : "46",
"sdk" : "org.gnome.Sdk",
"command" : "gearlever",
"finish-args" : [
"--share=ipc",
"--share=network",
"--socket=wayland",
"--socket=fallback-x11",
"--device=dri",
"--filesystem=host:rw",
"--talk-name=org.freedesktop.Flatpak"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
"./python3-requirements.json",
{
"name": "p7zip",
"no-autogen": true,
"make-args": [
"7z"
],
"cleanup": [
"/man",
"/share"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/p7zip-project/p7zip/archive/v17.05.tar.gz",
"sha256": "d2788f892571058c08d27095c22154579dfefb807ebe357d145ab2ddddefb1a6"
},
{
"type": "shell",
"commands": [
"sed -i 's|/usr/local|/app|g' makefile.common"
]
}
]
},
{
"name": "readelf-strings-binutils",
"buildsystem": "simple",
"build-commands": [
"install -Dm755 /usr/bin/readelf -t ${FLATPAK_DEST}/bin/",
"install -Dm755 /usr/bin/strings -t ${FLATPAK_DEST}/bin/",
"install -Dm755 /usr/bin/file -t ${FLATPAK_DEST}/bin/",
"install -Dm755 /usr/lib/$(gcc -print-multiarch)/libctf*.so.* -t ${FLATPAK_DEST}/lib/",
"install -Dm755 /usr/lib/$(gcc -print-multiarch)/libbfd*.so -t ${FLATPAK_DEST}/lib/",
"install -Dm755 /usr/lib/$(gcc -print-multiarch)/libsframe*.so.* -t ${FLATPAK_DEST}/lib/"
]
},
{
"name" : "gearlever",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "./"
}
]
}
]
}