This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
org.scarlett.Listener.json
124 lines (112 loc) · 3.6 KB
/
org.scarlett.Listener.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
{
"app-id": "org.scarlett.Listener",
"runtime": "org.gnome.Platform",
"runtime-version": "3.24",
"sdk": "org.gnome.Sdk",
"command": "python -c 'import gi'",
"tags": ["nightly"],
"desktop-file-name-prefix": "(Nightly) ",
"finish-args": [
"--socket=x11", "--share=ipc",
"--socket=wayland",
"--share=network",
"--own-name=org.scarlett.Listener",
"--own-name=org.scarlett.Listener.*",
"--talk-name=org.freedesktop.secrets",
"--socket=pulseaudio",
"--socket=session-bus",
"--filesystem=home",
"--filesystem=host",
"--system-talk-name=org.freedesktop.Avahi",
"--talk-name=org.freedesktop.secrets",
"--filesystem=xdg-run/keyring",
"--env=SSL_CERT_DIR=/etc/ssl/certs",
"--filesystem=/etc/ssl:ro",
"--filesystem=/etc/pki:ro",
"--filesystem=/etc/ca-certificates:ro",
"--filesystem=~/.local/share/flatpak",
"--filesystem=/var/lib/flatpak",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
"--filesystem=host"
],
"build-options" : {
"cflags": "-fPIC -O0 -ggdb -fno-inline -fno-omit-frame-pointer",
"cxxflags": "-O2 -g",
"env": {
"V": "1"
}
},
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"/man",
"/share/man",
"/share/gtk-doc",
"/share/vala",
"*.la",
"*.a",
"/lib/girepository-1.0",
"/share/doc",
"/share/gir-1.0",
"/lib/python*",
"/share/dbus-1/services/org.freedesktop*",
"/share/info",
"/share/man"
],
"modules": [
{
"name": "scarlett_os",
"buildsystem": "simple",
"ensure-writable": [
"/lib/python*/site-packages/easy-install.pth",
"/lib/python*/site-packages/setuptools.pth",
"/app/lib/python*/site-packages/easy-install.pth",
"/app/lib/python*/site-packages/setuptools.pth"
],
"build-options": {
"build-args": ["--share=network"],
"cflags": "-O0 -g",
"cxxflags": "-O0 -g",
"env": {
"PYTHON": "python3",
"GST_PLUGIN_SYSTEM_PATH": "/app/lib/gstreamer-1.0/",
"FREI0R_PATH": "/app/lib/frei0r-1/",
"GSTREAMER": "1.0",
"ENABLE_PYTHON3": "yes",
"ENABLE_GTK": "yes",
"PYTHON_VERSION": "3.5",
"MAKEFLAGS": "-j4 V=1",
"CC": "gcc",
"V": "1"
},
"strip": false,
"no-debuginfo": false
},
"build-commands": [
"install -D flatpak_build.sh /app/bin/flatpak_build.sh",
"/app/bin/flatpak_build.sh"
],
"sources": [
{
"type": "git",
"url": "https://github.com/bossjones/scarlett_os.git",
"branch": "feature-config-schema"
},
{
"type": "file",
"path": "flatpak_build.sh"
}
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/lib/python3.5/site-packages/gi/*.la"
]
}
]
}