generated from cosmic-utils/cosmic-app-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathio.github.pixeldoted.cosmic-ext-color-picker.json
47 lines (47 loc) · 1.5 KB
/
io.github.pixeldoted.cosmic-ext-color-picker.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": "io.github.pixeldoted.cosmic-ext-color-picker",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command": "cosmic-ext-color-picker",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--talk-name=com.system76.CosmicSettingsDaemon",
"--filesystem=xdg-config/cosmic:rw"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin"
},
"modules": [
{
"name": "cosmic-ext-color-picker",
"buildsystem": "simple",
"build-options": {
"env": {
"CARGO_HOME": "/run/build/cosmic-ext-color-picker/cargo"
}
},
"build-commands": [
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo --offline build --release --verbose",
"install -Dm755 ./target/release/cosmic-ext-color-picker -t /app/bin/",
"install -Dm644 ./res/app_icon.svg /app/share/icons/hicolor/scalable/apps/io.github.pixeldoted.cosmic-ext-color-picker.svg",
"install -Dm644 ./res/metainfo.xml /app/share/metainfo/io.github.pixeldoted.cosmic-ext-color-picker.metainfo.xml",
"install -Dm644 ./res/app.desktop /app/share/applications/io.github.pixeldoted.cosmic-ext-color-picker.desktop"
],
"sources": [
{
"type": "dir",
"path": "."
},
"cargo-sources.json"
]
}
]
}