-
Notifications
You must be signed in to change notification settings - Fork 0
/
xyz.slothlife.Jogger.json
133 lines (133 loc) · 3.31 KB
/
xyz.slothlife.Jogger.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"app-id": "xyz.slothlife.Jogger",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable",
"org.freedesktop.Sdk.Extension.llvm18"
],
"command": "jogger",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--socket=pulseaudio",
"--env=RUST_BACKTRACE=1"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm18/bin",
"env": {
"CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse",
"RUST_BACKTRACE": "1",
"RUST_LOG": "jogger=debug"
}
},
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "protobuf",
"buildsystem": "autotools",
"config-opts": [
"DIST_LANG=cpp"
],
"cleanup": [
"/bin/protoc*",
"/lib/libprotoc*",
"/lib/libprotobuf-lite*"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-all-3.17.3.tar.gz",
"sha256": "77ad26d3f65222fd96ccc18b055632b0bfedf295cb748b712a98ba1ac0b704b2"
}
]
},
{
"name": "protobuf-c",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "https://github.com/protobuf-c/protobuf-c/releases/download/v1.5.0/protobuf-c-1.5.0.tar.gz",
"sha256": "7b404c63361ed35b3667aec75cc37b54298d56dd2bcf369de3373212cc06fd98"
}
]
},
{
"name": "libshumate",
"buildsystem": "meson",
"config-opts": [
"-Dvapi=false",
"-Dgtk_doc=false"
],
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libshumate/1.3/libshumate-1.3.0.tar.xz",
"sha256": "8227a6e8281cde12232894fef83760d44fa66b39ef033c61ed934a86c6dc75d4"
}
]
},
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"cleanup": [
"*"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.14.0",
"commit": "8e10fcf8692108b9d4ab78f41086c5d7773ef864"
}
]
},
{
"name": "espeak-ng",
"buildsystem": "autotools",
"no-parallel-make": true,
"build-options": {
"ldflags": "-Wl,--allow-multiple-definition"
},
"sources": [
{
"type": "git",
"url": "https://github.com/espeak-ng/espeak-ng.git",
"tag": "1.51",
"commit": "2e9a5fccbb0095e87b2769e9249ea1f821918ecd"
}
]
},
{
"name": "jogger",
"builddir": true,
"buildsystem": "meson",
"config-opts": [
"-Dbuildtype=release"
],
"sources": [
{
"type": "archive",
"url": "https://codeberg.org/baarkerlounger/jogger/releases/download/1.2.5/jogger-1.2.5.tar.xz",
"sha256": "bc496a82bc0d622ef4f9ed131616cba4d8e508d1936c007fc71dd9373b20775d"
}
]
}
]
}