-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.system76.CosmicStore.json
More file actions
64 lines (64 loc) · 2.36 KB
/
com.system76.CosmicStore.json
File metadata and controls
64 lines (64 loc) · 2.36 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
56
57
58
59
60
61
62
63
64
{
"app-id": "com.system76.CosmicStore",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"command": "cosmic-store",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--env=LD_LIBRARY_PATH=/app/lib",
"--filesystem=host:ro",
"--filesystem=/var/lib/flatpak",
"--filesystem=xdg-data/flatpak",
"--filesystem=xdg-config/systemd:ro",
"--filesystem=/var/tmp",
"--filesystem=~/.var/app",
"--talk-name=org.freedesktop.Flatpak",
"--system-talk-name=org.freedesktop.Flatpak.SystemHelper",
"--talk-name=org.freedesktop.Accounts",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.freedesktop.secrets",
"--talk-name=org.freedesktop.systemd1",
"--talk-name=org.freedesktop.PackageKit",
"--talk-name=org.freedesktop.fwupd"
],
"modules": [
{
"name": "cosmic-store",
"buildsystem": "simple",
"build-commands": [
"mkdir -p /app/lib && cp *.so* /app/lib/",
"install -Dm755 cosmic-store /app/bin/cosmic-store",
"install -Dm644 com.system76.CosmicStore.desktop /app/share/applications/com.system76.CosmicStore.desktop",
"install -Dm644 com.system76.CosmicStore.metainfo.xml /app/share/metainfo/com.system76.CosmicStore.metainfo.xml",
"install -Dm644 com.system76.CosmicStore.svg /app/share/icons/hicolor/256x256/apps/com.system76.CosmicStore.svg"
],
"sources": [
{
"type": "dir",
"path": "lib"
},
{
"type": "file",
"path": "target/release/cosmic-store"
},
{
"type": "file",
"path": "res/com.system76.CosmicStore.desktop"
},
{
"type": "file",
"path": "res/com.system76.CosmicStore.metainfo.xml"
},
{
"type": "file",
"path": "res/icons/hicolor/256x256/apps/com.system76.CosmicStore.svg"
}
]
}
]
}