-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathio.github.avomar.cosmic-ext-applet-bitrate.json
More file actions
45 lines (45 loc) · 1.58 KB
/
io.github.avomar.cosmic-ext-applet-bitrate.json
File metadata and controls
45 lines (45 loc) · 1.58 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
{
"id": "io.github.avomar.cosmic-ext-applet-bitrate",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"command": "cosmic-ext-applet-bitrate",
"finish-args": [
"--share=network",
"--filesystem=xdg-config/cosmic:rw",
"--filesystem=/sys/class/net:ro",
"--socket=wayland",
"--device=dri",
"--talk-name=com.system76.CosmicSettingsDaemon",
"--talk-name=org.freedesktop.portal.Desktop",
"--talk-name=org.freedesktop.portal.Location"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"env": {
"CARGO_HOME": "/run/build/cosmic-ext-applet-bitrate/cargo"
}
},
"modules": [
{
"name": "cosmic-ext-applet-bitrate",
"buildsystem": "simple",
"build-commands": [
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo --offline build --release --verbose",
"install -Dm0755 ./target/release/cosmic-ext-applet-bitrate /app/bin/cosmic-ext-applet-bitrate",
"install -Dm0644 ./res/io.github.avomar.cosmic-ext-applet-bitrate.desktop -t /app/share/applications/",
"install -Dm0644 ./res/io.github.avomar.cosmic-ext-applet-bitrate.metainfo.xml -t /app/share/metainfo/",
"install -Dm0644 ./res/icons/apps/io.github.avomar.cosmic-ext-applet-bitrate.svg -t /app/share/icons/hicolor/scalable/apps/"
],
"sources": [
{
"type": "dir",
"path": "./"
},
"./flatpak/cargo-sources.json"
]
}
]
}