-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.firestormviewer.FirestormViewer.json
89 lines (89 loc) · 2.25 KB
/
org.firestormviewer.FirestormViewer.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
{
"app-id":"org.firestormviewer.FirestormViewer",
"branch":"stable",
"runtime":"org.freedesktop.Platform",
"runtime-version":"19.08",
"sdk":"org.freedesktop.Sdk",
"command":"firestorm-viewer",
"separate-locales":false,
"finish-args":[
"--share=ipc",
"--socket=x11",
"--socket=pulseaudio",
"--share=network",
"--allow=multiarch",
"--device=dri",
"--filesystem=home",
"--talk-name=org.freedesktop.Notifications",
"--own-name=com.secondlife.ViewerAppAPIService",
"--filesystem=xdg-run/app/com.discordapp.Discord:create"
],
"cleanup":[
"/share/man",
"/share/doc",
"/share/gtk-doc",
"/lib/pkgconfig",
"/lib/debug"
],
"build-options":{
"strip":true
},
"add-extensions":{
"org.freedesktop.Platform.Compat.i386":{
"directory":"lib/i386-linux-gnu",
"version":"19.08"
}
},
"sdk-extensions":[
"org.freedesktop.Sdk.Compat.i386",
"org.freedesktop.Sdk.Extension.toolchain-i386"
],
"modules":[
"shared-modules/glu/glu-9.json",
"shared-modules/gtk2/gtk2.json",
"shared-modules/dbus-glib/dbus-glib-0.110.json",
"modules/wine.json",
"modules/libnotify.json",
"modules/gamemode.json",
{
"name":"firestorm",
"buildsystem":"simple",
"cleanup":"viewer.tar.xz",
"sources":[
{
"type":"file",
"dest-filename":"viewer.tar.xz",
"url":"http://downloads.firestormviewer.org/linux/Phoenix_Firestorm-Releasex64_x86_64_6.3.2.58052.tar.xz",
"sha256":"c80e16541697aa32925781b28cd58545645cb5a2a814d5f296a39a73a03d38c1"
},
{
"type":"file",
"path": "build.sh"
},
{
"type":"file",
"path":"assets/firestorm-viewer"
},
{
"type":"file",
"path":"assets/launch_url.sh"
},
{
"type":"file",
"path":"assets/org.firestormviewer.FirestormViewer.desktop"
},
{
"type":"file",
"path":"assets/org.firestormviewer.FirestormViewer.appdata.xml"
},
{
"type":"file",
"path":"assets/org.firestormviewer.FirestormViewer-symbolic.svg"
}
],
"build-commands":[
"sh build.sh"
]
}
]
}