Authenticator/build-aux/com.belmoussaoui.Authenticator.Devel.json

58 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2019-09-03 00:07:06 +00:00
{
2022-12-24 16:32:44 +01:00
"id": "com.belmoussaoui.Authenticator.Devel",
2019-09-03 00:07:06 +00:00
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
2022-01-04 22:50:23 +01:00
"sdk-extensions": [
2022-01-05 10:34:08 +01:00
"org.freedesktop.Sdk.Extension.rust-stable",
2024-07-18 23:46:09 -07:00
"org.freedesktop.Sdk.Extension.llvm18"
2022-01-04 22:50:23 +01:00
],
2019-09-03 00:07:06 +00:00
"command": "authenticator",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
2020-11-08 05:48:55 +01:00
"--socket=wayland",
2022-01-05 10:34:08 +01:00
"--device=dri",
2020-12-08 03:15:18 +01:00
"--talk-name=org.freedesktop.secrets",
2023-09-24 22:52:02 +02:00
"--env=RUST_LOG=authenticator=debug,ashpd=debug,oo7=debug,aperture=debug",
"--env=G_MESSAGES_DEBUG=none",
2022-12-26 14:23:11 +01:00
"--talk-name=org.gtk.vfs.*",
2023-03-27 15:33:37 +02:00
"--filesystem=xdg-run/gvfs",
"--filesystem=xdg-run/gvfsd"
2019-09-03 00:07:06 +00:00
],
"build-options": {
2020-10-28 02:05:11 +01:00
"append-path": "/usr/lib/sdk/rust-stable/bin",
2024-07-18 23:46:09 -07:00
"prepend-path": "/usr/lib/sdk/llvm18/bin",
"env": {
"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"
},
2022-01-04 22:50:23 +01:00
"build-args": [
"--share=network"
],
"test-args": [
"--socket=x11",
"--share=network"
2021-11-14 17:21:01 +01:00
]
2019-09-03 00:07:06 +00:00
},
"modules": [
{
"name": "authenticator",
"buildsystem": "meson",
"run-tests": true,
2022-01-04 22:50:23 +01:00
"config-opts": [
"-Dprofile=development"
],
2019-09-03 00:07:06 +00:00
"sources": [
{
2020-10-28 01:52:54 +01:00
"type": "dir",
2020-10-28 02:05:11 +01:00
"path": "../"
2019-09-03 00:07:06 +00:00
}
]
}
]
2022-01-05 10:34:08 +01:00
}