-
Notifications
You must be signed in to change notification settings - Fork 7
/
com.google.Chrome.json
98 lines (98 loc) · 3.62 KB
/
com.google.Chrome.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"app-id": "com.google.Chrome",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "/app/bin/eos-google-chrome-app",
"cleanup": [
"/etc",
"/include",
"/lib/pkgconfig",
"/share/aclocal",
"/share/gtk-doc",
"/share/locale",
"/share/man",
"/share/runtime",
"*.la"
],
"modules": [
{
"name": "eos-google-chrome-app",
"buildsystem": "simple",
"sources": [
{
"type": "file",
"path": "eos-google-chrome-app"
},
{
"type": "file",
"path": "com.google.Chrome.appdata.xml"
},
{
"type": "file",
"path": "com.google.Chrome.desktop"
},
{
"type": "file",
"path": "product_logo_64.png"
},
{
"type": "file",
"path": "product_logo_128.png"
},
{
"type": "file",
"path": "product_logo_256.png"
}
],
"build-commands": [
"install -d /app/bin",
"install eos-google-chrome-app /app/bin/eos-google-chrome-app",
"install -d /app/share/appdata",
"install -m644 com.google.Chrome.appdata.xml /app/share/appdata/com.google.Chrome.appdata.xml",
"install -d /app/share/applications",
"install -m644 com.google.Chrome.desktop /app/share/applications/com.google.Chrome.desktop",
"for icon_size in 64 128 256; do install -d /app/share/icons/hicolor/${icon_size}x${icon_size}/apps; install -m644 product_logo_${icon_size}.png /app/share/icons/hicolor/${icon_size}x${icon_size}/apps/com.google.Chrome.png; done"
]
},
{
"name": "chrome",
"buildsystem": "simple",
"sources": [
{
"type": "extra-data",
"filename": "chrome.deb",
"only-arches": [
"x86_64"
],
"url": "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_131.0.6778.204-1_amd64.deb",
"sha256": "bc065416e7d17ef911b1b5e7a960f8cc4de181359b845a8395ab9737b9ba988c",
"size": 112770956,
"x-checker-data": {
"type": "debian-repo",
"package-name": "google-chrome-stable",
"root": "https://dl.google.com/linux/chrome/deb",
"dist": "stable",
"component": "main"
}
},
{
"type": "file",
"path": "apply_extra.sh"
},
{
"type": "file",
"path": "chrome.sh"
}
],
"build-commands": [
"install -Dm 755 apply_extra.sh /app/bin/apply_extra",
"install -Dm 755 chrome.sh /app/scripts/chrome",
"install /usr/bin/ar /app/bin/ar",
"install -d /app/lib",
"install -t /app/lib /usr/lib/x86_64-linux-gnu/libsframe.so.1",
"install -t /app/lib /usr/lib/x86_64-linux-gnu/libbfd-*.so"
]
}
]
}