forked from pop-os/cosmic-flatpak
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfr.clockworks.cosmic-ext-applet-hue.json
More file actions
46 lines (46 loc) · 1.58 KB
/
fr.clockworks.cosmic-ext-applet-hue.json
File metadata and controls
46 lines (46 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
46
{
"id": "fr.clockworks.cosmic-ext-applet-hue",
"runtime": "org.freedesktop.Platform",
"runtime-version": "25.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"base": "com.system76.Cosmic.BaseApp",
"base-version": "stable",
"finish-args": [
"--socket=wayland",
"--socket=fallback-x11",
"--share=network",
"--talk-name=com.system76.CosmicSettingsDaemon",
"--talk-name=org.freedesktop.Flatpak",
"--filesystem=xdg-config/cosmic:rw",
"--share=ipc"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"env": {
"CARGO_HOME": "/run/build/cosmic-ext-applet-hue/cargo"
}
},
"modules": [
{
"name": "cosmic-ext-applet-hue",
"buildsystem": "simple",
"build-commands": [
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo --offline build --release --verbose",
"install -Dm755 ./target/release/cosmic-ext-applet-hue -t /app/bin",
"install -Dm644 ./resources/app.desktop /app/share/applications/fr.clockworks.cosmic-ext-applet-hue.desktop",
"install -Dm644 ./resources/app.metainfo.xml /app/share/metainfo/fr.clockworks.cosmic-ext-applet-hue.metainfo.xml",
"install -Dm644 ./resources/icon.svg /app/share/icons/hicolor/scalable/apps/fr.clockworks.cosmic-ext-applet-hue.svg"
],
"sources": [
{
"type": "git",
"url": "https://github.com/clockworksfr/cosmic-ext-applet-hue.git",
"tag": "v0.2.1"
},
"./cargo-sources.json"
]
}
]
}