forked from libratbag/piper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.freedesktop.Piper.json
59 lines (59 loc) · 1.9 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
{
"app-id": "org.freedesktop.Piper",
"runtime": "org.gnome.Platform",
"runtime-version": "3.38",
"sdk": "org.gnome.Sdk",
"command": "piper",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--system-talk-name=org.freedesktop.ratbag1"
],
"modules": [
{
"name": "python-evdev",
"buildsystem": "simple",
"build-commands": [
"pip3 install --prefix=/app --no-deps ."
],
"sources": [
{
"type": "archive",
"url": "https://files.pythonhosted.org/packages/89/83/5f5635fd0d91a08ac355dd9ca9bde34bfa6b29a5c59f703ad83d1ad0bf34/evdev-1.3.0.tar.gz",
"sha256": "b1c649b4fed7252711011da235782b2c260b32e004058d62473471e5cd30634d"
}
]
},
{
"name": "python-lxml",
"buildsystem": "simple",
"build-commands": [
"pip3 install --prefix=/app --no-deps ."
],
"build-options": {
"env": {
"XSLT_CONFIG": "pkg-config libxslt"
}
},
"sources": [
{
"type": "archive",
"url": "https://files.pythonhosted.org/packages/2c/4d/3ec1ea8512a7fbf57f02dee3035e2cce2d63d0e9c0ab8e4e376e01452597/lxml-4.5.2.tar.gz",
"sha256": "cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6"
}
]
},
{
"name": "Piper",
"buildsystem": "meson",
"config-opts": [ "-Druntime-dependency-checks=false" ],
"sources": [
{
"type": "git",
"url": "https://github.com/libratbag/piper"
}
]
}
]
}