mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
84 lines
2.4 KiB
JSON
84 lines
2.4 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"
|
|
],
|
|
"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": "../"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|