-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.djoffe.gnukem.json
63 lines (63 loc) · 1.61 KB
/
com.djoffe.gnukem.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
{
"app-id": "com.djoffe.gnukem",
"runtime": "org.freedesktop.Platform",
"runtime-version": "22.08",
"sdk": "org.freedesktop.Sdk",
"command": "davegnukem",
"rename-desktop-file": "davegnukem.desktop",
"rename-icon": "davegnukem",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=pulseaudio",
"--socket=wayland",
"--socket=fallback-x11",
"--share=network",
"--persist=.gnukem"
],
"modules":
[
{
"name":"dave-gnukem",
"buildsystem":"autotools",
"no-autogen": true,
"make-args": [
"PREFIX=${FLATPAK_DEST}",
"BIN_DIR=${FLATPAK_DEST}/bin",
"DATA_DIR=${FLATPAK_DEST}/share/davegnukem"
],
"make-install-args": [
"PREFIX=${FLATPAK_DEST}",
"BIN_DIR=${FLATPAK_DEST}/bin",
"DATA_DIR=${FLATPAK_DEST}/share/davegnukem"
],
"sources":[
{
"type": "git",
"url": "https://github.com/davidjoffe/dave_gnukem/",
"tag": "1.0.3",
"commit": "88d3c4671443e93c41ccad0ca42974fca745ee9b"
},
{
"type": "patch",
"path": "icon.patch",
"use-git-am": true
},
{
"type": "patch",
"path": "metadata.patch"
},
{
"type": "patch",
"path": "install.patch"
},
{
"type": "archive",
"url": "https://github.com/davidjoffe/dave_gnukem/releases/download/1.0.3/davegnukem_1.0.3.orig-data.tar.xz",
"sha256": "ec2e71a3a96354dc660450d7590cf5a3d604886fe3865ab69048f5fc2a695f16",
"dest": "data"
}
]
}
]
}