generated from edfloreshz/cosmic-app-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dev.mariinkys.StarryDex.json
47 lines (47 loc) · 1.63 KB
/
dev.mariinkys.StarryDex.json
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
{
"app-id": "dev.mariinkys.StarryDex",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"command": "starry-dex",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=network",
"--filesystem=xdg-config/cosmic:ro",
"--talk-name=com.system76.CosmicSettingsDaemon"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin"
},
"modules": [
{
"name": "starry-dex",
"buildsystem": "simple",
"build-options": {
"env": {
"CARGO_HOME": "/run/build/starry-dex/cargo"
}
},
"build-commands": [
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo --offline build --release --verbose",
"install -Dm0755 ./target/release/starry-dex /app/bin/starry-dex",
"install -Dm0644 ./res/dev.mariinkys.StarryDex.desktop /app/share/applications/dev.mariinkys.StarryDex.desktop",
"install -Dm0644 ./res/dev.mariinkys.StarryDex.metainfo.xml /app/share/metainfo/dev.mariinkys.StarryDex.metainfo.xml",
"install -Dm0644 ./res/icons/hicolor/256x256/apps/dev.mariinkys.StarryDex.png /app/share/icons/hicolor/256x256/apps/dev.mariinkys.StarryDex.png",
"install -Dm0644 ./res/icons/hicolor/256x256/apps/dev.mariinkys.StarryDex.svg /app/share/icons/hicolor/scalable/apps/dev.mariinkys.StarryDex.svg"
],
"sources": [
{
"type": "dir",
"path": "."
},
"cargo-sources.json"
]
}
]
}