-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdev.cappsy.CosmicExtAppletLogoMenu.json
More file actions
55 lines (55 loc) · 2.01 KB
/
dev.cappsy.CosmicExtAppletLogoMenu.json
File metadata and controls
55 lines (55 loc) · 2.01 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
49
50
51
52
53
54
55
{
"id": "dev.cappsy.CosmicExtAppletLogoMenu",
"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",
"--socket=system-bus",
"--socket=session-bus",
"--talk-name=com.system76.CosmicSettingsDaemon",
"--talk-name=org.freedesktop.Flatpak",
"--talk-name=org.freedesktop.login1",
"--talk-name=org.freedesktop.ScreenSaver",
"--talk-name=org.freedesktop.DisplayManager",
"--filesystem=xdg-config/cosmic:rw",
"--filesystem=host-etc:ro",
"--share=ipc"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"env": {
"CARGO_HOME": "/run/build/cosmic-ext-applet-logomenu/cargo"
}
},
"modules": [
{
"name": "cosmic-ext-applet-logomenu",
"buildsystem": "simple",
"build-commands": [
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cd ./applet && cargo --offline build --release --features flatpak --verbose",
"cd ./settings && cargo --offline build --release --features flatpak --verbose",
"install -Dm755 ./target/release/cosmic-ext-applet-logomenu -t /app/bin",
"install -Dm755 ./target/release/cosmic-ext-logomenu-settings -t /app/bin",
"install -Dm644 ./res/dev.cappsy.CosmicExtAppletLogoMenu.desktop -t /app/share/applications",
"install -Dm644 ./res/dev.cappsy.CosmicExtAppletLogoMenu.Settings.desktop /app/share/applications",
"install -Dm644 ./res/dev.cappsy.CosmicExtAppletLogoMenu.metainfo.xml -t /app/share/metainfo",
"install -Dm644 ./res/icons/hicolor/scalable/apps/dev.cappsy.CosmicExtAppletLogoMenu.svg -t /app/share/icons/hicolor/scalable/apps"
],
"sources": [
{
"type": "dir",
"path": "./"
},
"./flatpak/cargo-sources.json"
]
}
]
}