mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
99 lines
2.9 KiB
JSON
99 lines
2.9 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",
|
|
"org.freedesktop.Sdk.Extension.llvm12"
|
|
],
|
|
"command": "authenticator",
|
|
"finish-args": [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--device=dri",
|
|
"--talk-name=org.freedesktop.secrets",
|
|
"--env=RUST_LOG=authenticator=debug,ashpd=debug",
|
|
"--env=G_MESSAGES_DEBUG=none",
|
|
"--own-name=com.belmoussaoui.Authenticator.Devel.SearchProvider"
|
|
],
|
|
"build-options": {
|
|
"append-path": "/usr/lib/sdk/rust-stable/bin",
|
|
"prepend-path": "/usr/lib/sdk/llvm12/bin",
|
|
"prepend-ld-library-path": "/usr/lib/sdk/llvm12/lib",
|
|
"build-args": [
|
|
"--share=network"
|
|
],
|
|
"test-args": [
|
|
"--socket=x11",
|
|
"--share=network"
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "zbar",
|
|
"config-opts": [
|
|
"--without-qt",
|
|
"--without-gtk",
|
|
"--without-xv",
|
|
"--without-imagemagick",
|
|
"--disable-video",
|
|
"--without-java",
|
|
"--without-python",
|
|
"--with-dbus=no",
|
|
"--enable-doc=no",
|
|
"--with-introspection=no",
|
|
"--enable-codes=qrcode"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "git://git.linuxtv.org/zbar.git",
|
|
"commit": "468f6bda627d683b3f40dbaf242c158409666f7e"
|
|
},
|
|
{
|
|
"type": "script",
|
|
"dest-filename": "autogen.sh",
|
|
"commands": [
|
|
"autoreconf -vfi -W none"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "gst-bad-plugins",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Dzbar=enabled",
|
|
"-Drsvg=disabled",
|
|
"-Dvulkan=disabled",
|
|
"-Dexamples=disabled",
|
|
"-Dtests=disabled",
|
|
"-Dintrospection=disabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git",
|
|
"branch": "1.18"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "authenticator",
|
|
"buildsystem": "meson",
|
|
"run-tests": true,
|
|
"config-opts": [
|
|
"-Dprofile=development"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "../"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|