Authenticator/build-aux/com.belmoussaoui.Authenticator.Devel.json
2020-11-08 05:48:55 +01:00

85 lines
2.5 KiB
JSON

{
"app-id": "com.belmoussaoui.Authenticator.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"command": "authenticator",
"finish-args": [
"--share=network",
"--share=ipc",
"--device=dri",
"--socket=fallback-x11",
"--socket=wayland",
"--talk-name=org.a11y.Bus"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"build-args": ["--share=network"],
"env": {
"CARGO_HOME": "/run/build/authenticator/cargo",
"RUST_BACKTRACE": "1",
"RUST_LOG": "authenticator=debug"
}
},
"modules": [
{
"name": "libhandy",
"buildsystem": "meson",
"config-opts": [
"-Dintrospection=disabled",
"-Dgtk_doc=false",
"-Dtests=false",
"-Dexamples=false",
"-Dvapi=false",
"-Dglade_catalog=disabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/exalm/libhandy.git",
"branch": "gtk4"
}
]
},
{
"name": "zbar",
"config-opts": [
"--without-qt",
"--without-gtk",
"--without-xv",
"--without-imagemagick",
"--disable-video",
"--without-java",
"--without-python",
"--with-doc=no",
"--with-introspection=no",
"--enable-codes=qrcode"
],
"sources": [{
"type": "git",
"url": "git://git.linuxtv.org/zbar.git",
"tag": "0.20"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -vfi -W none"
]
}
]
},
{
"name": "authenticator",
"buildsystem": "meson",
"config-opts": ["-Dprofile=development"],
"sources": [
{
"type": "dir",
"path": "../"
}
]
}
]
}