This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.qutebrowser.json
66 lines (66 loc) · 2.06 KB
/
org.qutebrowser.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
{
"app-id": "org.qutebrowser.qutebrowser",
"runtime": "org.kde.Platform",
"runtime-version": "5.9",
"sdk": "org.kde.Sdk",
"command": "/app/wrapper.sh",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--socket=pulseaudio",
"--share=network",
"--device=dri"
],
"modules": [
"shared-modules/udev/udev-175.json",
{
"name": "qutebrowser",
"buildsystem": "simple",
"build-commands": [
"pip3 install --ignore-installed --prefix=/app setuptools",
"pip3 install --prefix=/app qutebrowser PyQt5",
"echo \"#!/bin/bash\npython3 -m qutebrowser\" > /app/wrapper.sh",
"chmod +x /app/wrapper.sh"
],
"build-options": {
"build-args": [
"--share=network"
]
},
"builddir": true,
"sources": [
{
"type": "git",
"url": "https://github.com/qutebrowser/qutebrowser.git"
}
],
"modules": [
{
"name": "Pygments",
"buildsystem": "simple",
"build-commands": [
"pip3 install --prefix=/app Pygments-2.2.0-py2.py3-none-any.whl"
],
"sources": [{
"type": "file",
"url": "https://pypi.python.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl#md5=ce67fc58b51ffd29a2de8b97fcda274a",
"sha256": "78f3f434bcc5d6ee09020f92ba487f95ba50f1e3ef83ae96b9d5ffa1bab25c5d"
}]
},
{
"name": "attrs",
"buildsystem": "simple",
"build-commands": [
"pip3 install --prefix=/app attrs-17.3.0-py2.py3-none-any.whl"
],
"sources": [{
"type": "file",
"url": "https://pypi.python.org/packages/43/c6/18446759c9b0f89a149854974e9ac8050f14cebea31dbff7344dd7bd35ef/attrs-17.3.0-py2.py3-none-any.whl#md5=726f29636ec7b1e199c5752223d10cb0",
"sha256": "e7d51b70f19a4da5fe6b3c9938983e0af3b91e230edc504bd73c443d98037063"
}]
}
]
}
]
}