This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
forked from flathub/org.megaglest.MegaGlest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.glest.Glest.json
111 lines (111 loc) · 3.46 KB
/
io.glest.Glest.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
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"app-id": "io.glest.Glest",
"runtime": "org.freedesktop.Platform",
"runtime-version": "18.08",
"sdk": "org.freedesktop.Sdk",
"rename-icon": "glest",
"command": "glest",
"finish-args": [
"--device=dri",
"--persist=.glest",
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=pulseaudio"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/aclocal",
"/share/man",
"*.la", "*.a"
],
"modules": [
"shared-modules/lua5.3/lua-5.3.2.json",
"shared-modules/glu/glu-9.0.0.json",
"shared-modules/glew/glew.json",
{
"name": "ftgl",
"rm-configure": true,
"config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
"url": "https://downloads.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3~rc5/ftgl-2.1.3-rc5.tar.gz",
"sha256": "5458d62122454869572d39f8aa85745fc05d5518001bcefa63bd6cbb8d26565b"
},
{
"type": "patch",
"path": "ftgl-relibtoolize-prep.patch"
}
]
},
{
"name": "libircclient",
"config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
"url": "https://downloads.sourceforge.net/project/libircclient/libircclient/1.9/libircclient-1.9.tar.gz",
"sha256": "81c397eee618667bccfe8960352ba5f829c8c2e9badc270594b91128cd89c064"
},
{
"type": "patch",
"path": "libircclient-proper-lib-building.patch"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -vfi"
]
}
]
},
{
"name": "miniupnpc",
"buildsystem": "cmake",
"sources": [
{
"type": "archive",
"url": "http://miniupnp.free.fr/files/miniupnpc-1.9.20140610.tar.gz",
"sha256": "31beffe44a5d7b7bbad3729cdd6f9f85844b9e5771aebb56550f87cbedcf5d3b"
}
]
},
{
"name": "glest",
"buildsystem": "cmake",
"config-opts": [
"-DBUILD_MAP_EDITOR=OFF",
"-DBUILD_MODEL_VIEWER=OFF",
"-DCMAKE_INSTALL_PREFIX=/app/"
],
"sources": [
{
"type": "git",
"url": "https://github.com/glest/glest-source.git"
}
]
},
{
"name": "glest-data",
"buildsystem": "cmake",
"config-opts": [
"-DCMAKE_INSTALL_PREFIX=/app/"
],
"cleanup": [
"/share/appdata/io.glest.Editor.appdata.xml",
"/share/applications/io.glest.Editor.desktop",
"/share/applications/io.glest.G3dviewer.desktop",
"/share/menu"
],
"sources": [
{
"type": "git",
"url": "https://github.com/glest/glest-data.git"
}
]
}
]
}