mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
60 lines
1.6 KiB
JSON
60 lines
1.6 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=enabled",
|
|
"-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": "authenticator",
|
|
"buildsystem": "meson",
|
|
"config-opts" : [
|
|
"-Dprofile=development"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path" : "../"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|