-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathorg.gnome.GHex.json
46 lines (46 loc) · 1.22 KB
/
org.gnome.GHex.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
{
"app-id": "org.gnome.GHex",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "ghex",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--talk-name=org.gtk.vfs.*",
"--filesystem=xdg-run/gvfsd",
"--filesystem=host"
],
"cleanup": [
"/include",
"/lib/girepository-1.0",
"/lib/pkgconfig",
"/share/gir-1.0",
"/share/man",
"*.la",
"*.a"
],
"modules": [
{
"name": "ghex",
"buildsystem": "meson",
"config-opts": [
"-Dbuildtype=release"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/ghex/46/ghex-46.1.tar.xz",
"sha256": "8a13975474eee27719b29ad763f1b24760a1aede6d7da4b623703070bc26e9fd",
"x-checker-data": {
"type": "gnome",
"name": "ghex",
"stable-only": true
}
}
]
}
]
}