mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
116 lines
3.8 KiB
JSON
116 lines
3.8 KiB
JSON
{
|
|
"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.llvm15"
|
|
],
|
|
"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,oo7=debug",
|
|
"--env=G_MESSAGES_DEBUG=none",
|
|
"--talk-name=org.gtk.vfs.*",
|
|
"--filesystem=xdg-run/gvfs",
|
|
"--filesystem=xdg-run/gvfsd"
|
|
],
|
|
"build-options": {
|
|
"append-path": "/usr/lib/sdk/rust-stable/bin",
|
|
"prepend-path": "/usr/lib/sdk/llvm15/bin",
|
|
"prepend-ld-library-path": "/usr/lib/sdk/llvm15/lib",
|
|
"env": {
|
|
"CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse",
|
|
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER": "clang",
|
|
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold",
|
|
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER": "clang",
|
|
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold"
|
|
},
|
|
"build-args": [
|
|
"--share=network"
|
|
],
|
|
"test-args": [
|
|
"--socket=x11",
|
|
"--share=network"
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "zbar",
|
|
"config-opts": [
|
|
"--disable-doc",
|
|
"--disable-video",
|
|
"--enable-codes=qrcode",
|
|
"--without-dbus",
|
|
"--without-directshow",
|
|
"--without-gir",
|
|
"--without-graphicsmagick",
|
|
"--without-gtk",
|
|
"--without-imagemagick",
|
|
"--without-jpeg",
|
|
"--without-java",
|
|
"--without-npapi",
|
|
"--without-python",
|
|
"--without-qt",
|
|
"--without-qt5",
|
|
"--without-xshm",
|
|
"--without-xv"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://linuxtv.org/downloads/zbar/zbar-0.23.1.tar.gz",
|
|
"sha256": "c72b19eb63f48781ae5ff1830236f4e753f4bd6418cd781aea1cd85d625b119e"
|
|
},
|
|
{
|
|
"type": "script",
|
|
"dest-filename": "autogen.sh",
|
|
"commands": [
|
|
"autoreconf -vfi -W none"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "gst-bad-plugins",
|
|
"buildsystem": "meson",
|
|
"subdir": "subprojects/gst-plugins-bad",
|
|
"config-opts": [
|
|
"-Dzbar=enabled",
|
|
"-Drsvg=disabled",
|
|
"-Dvulkan=disabled",
|
|
"-Dexamples=disabled",
|
|
"-Dtests=disabled",
|
|
"-Dintrospection=disabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"disable-submodules": true,
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git",
|
|
"tag": "1.20.6"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "authenticator",
|
|
"buildsystem": "meson",
|
|
"run-tests": true,
|
|
"config-opts": [
|
|
"-Dprofile=development"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "../"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|