forked from kujeger/flatpak-gog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.gog.Base.json
97 lines (97 loc) · 3.55 KB
/
com.gog.Base.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
{
"app-id": "com.gog.Base",
"runtime": "org.freedesktop.Platform",
"runtime-version": "18.08",
"sdk": "org.freedesktop.Sdk",
"command": "/bin/bash",
"cleanup": [
"/include"
],
"modules": [
{
"name": "udev",
"config-opts": [ "--disable-hwdb", "--disable-logging", "--disable-gudev",
"--disable-introspection", "--disable-keymap", "--disable-mtd_probe"],
"sources": [
{
"type": "archive",
"url": "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-175.tar.bz2",
"sha256": "4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab"
}
]
},
{
"name": "openssl",
"no-autogen": true,
"sources": [
{
"type": "archive",
"url": "https://www.openssl.org/source/old/1.0.0/openssl-1.0.0k.tar.gz",
"sha256": "2982b2e9697a857b336c5c1b1b7b463747e5c1d560f25f6ace95365791b1efd1"
},
{
"type": "file",
"only-arches": [ "i386" ],
"path": "patches/openssl-32-configure",
"dest-filename": "configure",
"sha256": "f2dc21cb3749c3e751a0989490287cce151071220fe4a0d2817d9ad360f394f1"
},
{
"type": "file",
"only-arches": [ "x86_64" ],
"path": "patches/openssl-64-configure",
"dest-filename": "configure",
"sha256": "cd578ac0a2096e95ce323cd4143cca0bd422423f29abba33fbae208583604c6c"
}
]
},
{
"name": "libGLU",
"sources": [
{
"type": "archive",
"url": "http://pkgs.fedoraproject.org/repo/pkgs/mesa/glu-9.0.0.tar.bz2/be9249132ff49275461cf92039083030/glu-9.0.0.tar.bz2",
"sha256": "1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12"
}
]
},
{
"name": "libCgGL",
"only-arches": [ "i386" ],
"buildsystem": "simple",
"build-commands": [
"install usr/lib/libCgGL.so /app/lib/",
"install usr/lib/libCg.so /app/lib/"
],
"sources": [
{
"type": "archive",
"url": "http://developer.download.nvidia.com/cg/Cg_3.1/Cg-3.1_April2012_x86.tgz",
"sha256": "cef3591e436f528852db0e8c145d3842f920e0c89bcfb219c466797cb7b18879"
}
]
},
{
"name": "libjson",
"buildsystem": "simple",
"build-commands": [
"mkdir -p /app/lib",
"ln -s /usr/lib/libjson-c.so.2 /app/lib/libjson.so.0"
]
},
{
"name": "libcaca",
"config-opts": [
"--enable-ncurses", "--enable-x11", "--disable-doc",
"--enable-csharp=no", "--enable-java=no", "--enable-python=no", "--enable-ruby=no"
],
"sources": [
{
"type": "archive",
"url": "http://caca.zoy.org/files/libcaca/libcaca-0.99.beta19.tar.gz",
"sha256": "128b467c4ed03264c187405172a4e83049342cc8cc2f655f53a2d0ee9d3772f4"
}
]
}
]
}