-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdev.geopjr.Archives.Devel.json
More file actions
100 lines (100 loc) · 4.26 KB
/
Copy pathdev.geopjr.Archives.Devel.json
File metadata and controls
100 lines (100 loc) · 4.26 KB
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
{
"app-id" : "dev.geopjr.Archives",
"runtime" : "org.gnome.Platform",
"runtime-version" : "48",
"sdk" : "org.gnome.Sdk",
"command" : "dev.geopjr.Archives",
"finish-args" : [
"--device=dri",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "archives",
"buildsystem" : "meson",
"config-opts" : [
"-Ddevel=true",
"-Doffline_update_bundle=true"
],
"sources" : [
{
"type" : "dir",
"path" : "../"
},
{
"type" : "archive",
"dest" : "offline/ruffle/",
"url" : "https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-07-01/ruffle-nightly-2025_07_01-web-selfhosted.zip",
"sha256" : "f52752931be6d4741d6d73f71798099a10531f2b730cd5013ce0e70ee528df3f"
},
{
"type" : "file",
"dest" : "offline/",
"url" : "https://raw.githubusercontent.com/gildas-lormeau/SingleFile-MV3/735ee59616129f16244262a36923ef92dd8d5b9a/lib/single-file.js",
"sha256" : "47a5022622706259156b59f60afe34be32ad0ba5f4eb91963ec53cb9a5eb558a"
},
{
"type" : "file",
"dest" : "offline/",
"url" : "https://raw.githubusercontent.com/gildas-lormeau/SingleFile-MV3/735ee59616129f16244262a36923ef92dd8d5b9a/lib/single-file-bootstrap.js",
"sha256" : "139eb576fbd4eb411099151ed9d6edcb9bce79e0a0d4f8c9f104c31cc0013e3f"
},
{
"type" : "file",
"dest" : "offline/",
"url" : "https://raw.githubusercontent.com/gildas-lormeau/SingleFile-MV3/735ee59616129f16244262a36923ef92dd8d5b9a/lib/single-file-hooks-frames.js",
"sha256" : "4c34e85dafb9bc3f5b29c1bd4b613f041953f83b411127d3773e907f28565375"
},
{
"type" : "file",
"dest" : "offline/",
"url" : "https://raw.githubusercontent.com/gildas-lormeau/SingleFile-MV3/735ee59616129f16244262a36923ef92dd8d5b9a/lib/single-file-zip.min.js",
"sha256" : "1418380d6a57c9ee68888374ed5da12b3fabb2df4e2815825143248ce3d93a5c"
},
{
"type" : "file",
"dest" : "data/vendored/",
"url" : "https://raw.githubusercontent.com/webrecorder/replayweb.page/6112438383e9a4c419f4d3b0967016a595692ec8/ui.js",
"sha256" : "461fb6eb9a428b064f8070ee725507c3d20442e8369757dbb3a8681d875d4c04"
},
{
"type" : "file",
"dest" : "data/vendored/",
"url" : "https://raw.githubusercontent.com/webrecorder/replayweb.page/6112438383e9a4c419f4d3b0967016a595692ec8/sw.js",
"sha256" : "0cc2ea1e921f579041cbda3f781676e5c84f0b25bca61342a8251353f6abe4a9"
},
{
"type" : "file",
"dest" : "data/vendored/adblock/",
"url" : "https://raw.githubusercontent.com/webrecorder/replayweb.page/6112438383e9a4c419f4d3b0967016a595692ec8/adblock/adblock.gz",
"sha256" : "c37a139c1d8d3fa73aa10a8abc532f990b16a8e904ab974ab10180862b38c377"
},
{
"type" : "archive",
"dest" : "offline/kiwix",
"url" : "https://github.com/kiwix/kiwix-js/archive/380f5e3df7a05f0f957021867495c6305b98e7c9.zip",
"sha256" : "d34b405fec4ce57de7c860a80d744702c0c8ab85d48ad98c3e65bdae51231128"
}
]
}
],
"build-options" : {
"env" : { }
}
}