-
-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathorg.nxengine.nxengine_evo.json
More file actions
62 lines (57 loc) · 1.75 KB
/
org.nxengine.nxengine_evo.json
File metadata and controls
62 lines (57 loc) · 1.75 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
{
"app-id": "org.nxengine.nxengine_evo",
"runtime": "org.freedesktop.Platform",
"runtime-version": "25.08",
"sdk": "org.freedesktop.Sdk",
"command": "nxengine-evo",
"finish-args": [
"--socket=fallback-x11",
"--share=ipc",
"--socket=wayland",
"--device=dri",
"--socket=pulseaudio"
],
"modules": [
{
"name": "sdl2-image",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.8/SDL2_image-2.8.8.tar.gz",
"sha512": "5c521ae6a053e1eb6b42dce3ccccdbdb353eb7e9d1bd89392b1913bfc9fbb6b8a9d5506c80e5b7924b51637bb95cd270657ca87dafe60edd5534e333524bc901"
}
]
},
{
"name": "nxengine-evo",
"buildsystem": "cmake-ninja",
"post-install": [
"build-scripts/utils/common.install-extern.sh \"${FLATPAK_DEST}/share/nxengine\" \"${FLATPAK_DEST}/bin/nxextract\""
],
"sources": [
{
"type": "git",
"path": ".",
"tag": "HEAD"
},
{
"type": "archive",
"url": "https://github.com/nxengine/translations/releases/download/v1.14/all.zip",
"sha512": "095d04f374b73b711eb32309d7dbd1c16a098dbe421866e0c422be126b84659ad7791e580b65c299d48412b58fa0c61ce0f670218b08b68b899aae9d17d3161a",
"strip-components": 2,
"dest": "extern/Translations"
},
{
"type": "archive",
"url": "https://sarcasticat.com/cavestoryen.zip",
"sha512": "9c7c2c6c8114974df14b1dce379b86da48caf299716e1de3d743e47c3ac6a8c13c4a0ada85778e69f11c2428f991dcbfcb0020212279f9c1787260102988cbc3",
"dest": "extern/CaveStory"
}
],
"//": "No long list of build dependencies here as all requried dependencies are included in the FreeDesktop runtime already",
"modules": []
}
]
}