-
Notifications
You must be signed in to change notification settings - Fork 26
/
io.github.giantpinkrobots.varia.json
71 lines (71 loc) · 2.25 KB
/
io.github.giantpinkrobots.varia.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
{
"id" : "io.github.giantpinkrobots.varia",
"runtime" : "org.gnome.Platform",
"runtime-version" : "47",
"sdk" : "org.gnome.Sdk",
"command" : "varia",
"//" : "Justifications for the permissions: This program utilizes aria2c, and aria2c requires the networking permission and the xdg-download directory in order to download files. It also has a 'shut down once all downloads are completed' feature that requires access to org.freedesktop.login1.",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--filesystem=xdg-download",
"--system-talk-name=org.freedesktop.login1"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
"./python3-aria2p.json",
{
"name" : "aria2",
"buildsystem" : "autotools",
"config-opts" : [
"--without-libxml2",
"--without-sqlite3",
"--without-appletls",
"--without-gnutls",
"--without-libgmp",
"--without-libnettle",
"--without-libgcrypt",
"--without-libssh2",
"--without-cppunit",
"--without-libz",
"--without-libcunit",
"--without-libcares",
"--without-libaria2",
"--disable-nls",
"--with-openssl",
"--disable-ftp"
],
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz",
"sha256" : "60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b"
}
]
},
{
"name" : "varia",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
}
]
}