-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.github.codevardhan.caffeine-applet.json
More file actions
48 lines (48 loc) · 2.15 KB
/
com.github.codevardhan.caffeine-applet.json
File metadata and controls
48 lines (48 loc) · 2.15 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
{
"id": "com.github.codevardhan.caffeine-applet",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"base": "com.system76.Cosmic.BaseApp",
"base-version": "stable",
"command": "caffeine-applet",
"finish-args": [
"--socket=wayland",
"--share=ipc",
"--device=dri",
"--system-talk-name=org.freedesktop.login1"
],
"modules": [
{
"name": "caffeine-applet",
"buildsystem": "simple",
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"env": {
"CARGO_HOME": "/run/build/caffeine-applet/cargo",
"CARGO_NET_OFFLINE": "true"
}
},
"build-commands": [
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo build --offline --release",
"install -Dm0755 target/release/caffeine-applet ${FLATPAK_DEST}/bin/caffeine-applet",
"install -Dm0644 resources/app.desktop ${FLATPAK_DEST}/share/applications/com.github.codevardhan.caffeine-applet.desktop",
"install -Dm0644 resources/app.metainfo.xml ${FLATPAK_DEST}/share/metainfo/com.github.codevardhan.caffeine-applet.metainfo.xml",
"install -Dm0644 resources/icons/hicolor/scalable/apps/coffee-full.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/com.github.codevardhan.caffeine-applet.svg",
"install -Dm0644 resources/icons/hicolor/scalable/apps/coffee-full.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/com.github.codevardhan.caffeine-applet.On.svg",
"install -Dm0644 resources/icons/hicolor/scalable/apps/coffee-empty.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/com.github.codevardhan.caffeine-applet.Off.svg"
],
"sources": [
{
"type": "dir",
"path": "."
},
"flatpak/cargo-sources.json"
]
}
]
}