-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcom.ranfdev.Geopard.Devel.json
More file actions
67 lines (67 loc) · 2.02 KB
/
com.ranfdev.Geopard.Devel.json
File metadata and controls
67 lines (67 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"id" : "com.ranfdev.Geopard.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "48",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable",
"org.freedesktop.Sdk.Extension.llvm19"
],
"command" : "geopard",
"tags" : [
"devel"
],
"finish-args" : [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=network",
"--filesystem=xdg-download"
],
"build-options" : {
"append-path" : "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm19/bin",
"build-args" : [
"--share=network"
],
"env" : {
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER" : "clang",
"CARGO_TARGET_AARCH64_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_RUSTFLAGS" : "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold",
"RUST_LOG" : "debug",
"RUST_BACKTRACE" : "1"
}
},
"modules" : [
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
"tag": "v0.18.0",
"commit": "07c9c9df9cd1b6b4454ecba21ee58211e9144a4b"
}
]
},
{
"name" : "geopard",
"builddir": true,
"buildsystem" : "meson",
"config-opts" : [
"-Dprofile=development"
],
"build-commands": [
"rm -rf subprojects/blueprint-compiler"
],
"sources" : [
{
"type" : "dir",
"path": "./"
}
]
}
]
}