forked from libratbag/piper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.freedesktop.Piper.json
68 lines (68 loc) · 2.19 KB
/
org.freedesktop.Piper.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
{
"app-id": "org.freedesktop.Piper",
"runtime": "org.gnome.Platform",
"runtime-version": "43",
"sdk": "org.gnome.Sdk",
"command": "piper",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--system-talk-name=org.freedesktop.ratbag1",
"--device=dri"
],
"modules": [
{
"name": "python-evdev",
"buildsystem": "simple",
"build-commands": [
"pip3 install --prefix=/app --no-deps ."
],
"sources": [
{
"type": "archive",
"url": "https://files.pythonhosted.org/packages/dd/49/d75ac71f54c6c32ac3c63828541740db74d9c764a82496be97b82314d355/evdev-1.6.0.tar.gz",
"sha256": "ecfa01b5c84f7e8c6ced3367ac95288f43cd84efbfd7dd7d0cdbfc0d18c87a6a"
}
]
},
{
"name": "python-lxml",
"buildsystem": "simple",
"ensure-writable": [
"/app/lib/python*/site-packages/easy-install.pth",
"/app/lib/python*/site-packages/setuptools.pth",
"/lib/python*/site-packages/easy-install.pth",
"/lib/python*/site-packages/setuptools.pth"
],
"build-commands": [
"python3 setup.py build --with-cython",
"python3 setup.py install --prefix=/app --root=/"
],
"sources": [
{
"type": "git",
"url": "https://github.com/lxml/lxml.git",
"tag": "lxml-4.9.1"
},
{
"type": "shell",
"commands": [
"sed -i 's/if not platform_/if not dirs/' setup.py"
]
}
]
},
{
"name": "Piper",
"buildsystem": "meson",
"config-opts": [ "-Druntime-dependency-checks=false" ],
"sources": [
{
"type": "git",
"url": "https://github.com/libratbag/piper"
}
]
}
]
}