mirror of
https://github.com/libratbag/piper.git
synced 2026-02-20 07:33:50 -05:00
Such option only makes sense if it means building tests, not simply running some scripts.
60 lines
1.9 KiB
JSON
60 lines
1.9 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|