gnome-builder template Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
46 lines
No EOL
1.1 KiB
JSON
46 lines
No EOL
1.1 KiB
JSON
{
|
|
"id": "io.gitlab.nekocwd.pipetap",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "master",
|
|
"sdk": "org.gnome.Sdk",
|
|
"sdk-extensions": [
|
|
"org.freedesktop.Sdk.Extension.vala"
|
|
],
|
|
"command": "pipetap",
|
|
"finish-args": [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--device=dri",
|
|
"--socket=wayland"
|
|
],
|
|
"build-options": {
|
|
"append-path": "/usr/lib/sdk/vala/bin",
|
|
"prepend-ld-library-path": "/usr/lib/sdk/vala/lib"
|
|
},
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/man",
|
|
"/share/doc",
|
|
"/share/gtk-doc",
|
|
"/share/man",
|
|
"/share/pkgconfig",
|
|
"/share/vala",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "pipetap",
|
|
"builddir": true,
|
|
"buildsystem": "meson",
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.com/NekoCWD/pipetap.git"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |