forked from lwindolf/liferea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
net.sourceforge.liferea.json
52 lines (52 loc) · 1.36 KB
/
net.sourceforge.liferea.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
{
"app-id":"net.sourceforge.liferea",
"runtime":"org.gnome.Platform",
"runtime-version":"3.26",
"sdk":"org.gnome.Sdk",
"command":"liferea",
"desktop-file-name-suffix":" (Master)",
"cleanup":[
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"*.la",
"*.a"
],
"finish-args":[
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--share=network",
"--filesystem=home",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"modules":[
{
"name":"libpeas",
"cleanup":[
"/bin/*",
"/lib/peas-demo"
],
"sources":[
{
"type":"archive",
"url":"https://download.gnome.org/sources/libpeas/1.22/libpeas-1.22.0.tar.xz",
"sha256":"5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962"
}
]
},
{
"name":"liferea",
"sources":[
{
"type":"git",
"url":"https://github.com/lwindolf/liferea.git"
}
]
}
]
}