-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathio.github.cosmic_utils.Examine.json
More file actions
123 lines (123 loc) · 4.25 KB
/
Copy pathio.github.cosmic_utils.Examine.json
File metadata and controls
123 lines (123 loc) · 4.25 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"id": "io.github.cosmic_utils.Examine",
"runtime": "org.freedesktop.Platform",
"runtime-version": "25.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable",
"org.freedesktop.Sdk.Extension.llvm21"
],
"command": "examine",
"finish-args": [
"--share=ipc",
"--socket=wayland",
"--socket=fallback-x11",
"--device=all",
"--talk-name=com.system76.CosmicSettingsDaemon",
"--filesystem=xdg-config/cosmic:ro"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm21/bin",
"build-args": [
"--share=network"
],
"env": {
"CARGO_HOME": "/run/build/examine/cargo",
"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"
}
},
"modules": [
{
"name": "just",
"buildsystem": "simple",
"build-commands": [
"install -Dm0755 just /app/bin/just"
],
"sources": [
{
"type": "archive",
"strip-components": 0,
"dest-filename": "just.tar.gz",
"url": "https://github.com/casey/just/releases/download/1.46.0/just-1.46.0-x86_64-unknown-linux-musl.tar.gz",
"sha256": "79966e6e353f535ee7d1c6221641bcc8e3381c55b0d0a6dc6e54b34f9db36eaa",
"only_arches": [
"x86_64"
]
},
{
"type": "archive",
"strip-components": 0,
"dest-filename": "just.tar.gz",
"url": "https://github.com/casey/just/releases/download/1.46.0/just-1.46.0-aarch64-unknown-linux-musl.tar.gz",
"sha256": "b81970c8247fa64cfb30d2a3da0e487e4253f9f2d01865ed5e7d53cdc7b02188",
"only_arches": [
"aarch64"
]
}
]
},
{
"name": "usbutils",
"buildsystem": "meson",
"config-opts": [
"--datadir=/app/share/hwdata",
"--sbindir=/app/bin"
],
"sources": [
{
"type": "git",
"url": "https://github.com/gregkh/usbutils.git",
"tag": "v019",
"commit": "d0c76b601b4b3ab9b2ab2647d604a8e3cce6d666",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$"
}
}
]
},
{
"name": "pop-icon-theme",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://github.com/pop-os/icon-theme/archive/refs/tags/v3.5.1.tar.gz",
"sha256": "92e73f252e5e9c8a1124623a7d421410ef43c798a4a992955e6eb4f666f5c8a0"
}
]
},
{
"name": "cosmic-icons",
"buildsystem": "simple",
"sources": [
{
"type": "git",
"url": "https://github.com/pop-os/cosmic-icons.git",
"commit": "cd30ffd509bb6b289ac5d8ae26e2e30341e9b8cb"
}
],
"build-commands": [
"just prefix=/app install"
]
},
{
"name": "examine",
"buildsystem": "simple",
"build-commands": [
"just build-release",
"just flatpak"
],
"sources": [
{
"type": "git",
"url": "https://github.com/cosmic-utils/examine.git",
"branch": "main"
}
]
}
]
}