-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.gnome.PurpleEgg.json
54 lines (54 loc) · 1.52 KB
/
org.gnome.PurpleEgg.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
{
"app-id": "org.gnome.PurpleEgg",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "PurpleEgg",
"tags": ["devel"],
"finish-args": [
/* Used for HostCommand */
"--talk-name=org.freedesktop.Flatpak",
/* X11 + XShm access */
"--share=ipc", "--socket=x11",
/* Wayland access */
"--socket=wayland",
/* Network access */
"--share=network",
/* We want full fs access */
"--filesystem=host"
],
"build-options": {
"cflags": "-O2 -g"
},
"modules": [
{
"name": "PyYAML",
"sources": [
{
"type": "archive",
"url": "http://pyyaml.org/download/pyyaml/PyYAML-3.12.tar.gz",
"sha256": "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab"
},
{
"type": "file",
"path": "setuptools-makefile",
"dest-filename": "Makefile"
},
{
"type": "file",
"path": "setuptools-configure",
"dest-filename": "configure"
}
]
},
{
"name": "PurpleEgg",
"sources": [
{
"type": "git",
"url": "https://github.com/owtaylor/PurpleEgg.git"
}
]
}
]
}