-
Notifications
You must be signed in to change notification settings - Fork 2
/
fr.free.Homebank.json
97 lines (97 loc) · 2.88 KB
/
fr.free.Homebank.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
{
"id": "fr.free.Homebank",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "homebank",
"rename-icon": "homebank",
"copy-icon": true,
"rename-desktop-file": "homebank.desktop",
"rename-appdata-file": "homebank.appdata.xml",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--filesystem=home",
"--share=network"
],
"modules": [
{
"name": "opensp",
"rm-configure": true,
"config-opts": [
"--disable-doc-build"
],
"sources": [
{
"type": "archive",
"url": "https://downloads.sourceforge.net/project/openjade/opensp/1.5.2/OpenSP-1.5.2.tar.gz",
"sha256": "57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -vfi"
]
}
]
},
{
"name": "gengetopt",
"rm-configure": true,
"sources": [
{
"type": "archive",
"url": "https://ftp.gnu.org/gnu/gengetopt/gengetopt-2.23.tar.xz",
"sha256": "b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -vfi"
]
}
]
},
{
"name": "libofx",
"no-parallel-make": true,
"config-opts": [
"--with-opensp-includes=/app/include/OpenSP",
"--with-opensp-libs=/lib"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/libofx/libofx/releases/download/0.10.9/libofx-0.10.9.tar.gz",
"sha256": "1ca89ff7d681c9edad312172ac464231a8de686e653213612f9417492cef0d37"
}
]
},
"shared-modules/intltool/intltool-0.51.json",
{
"name": "homebank",
"sources": [
{
"type": "archive",
"url": "https://www.gethomebank.org/public/sources/homebank-5.8.5.tar.gz",
"sha256": "4eb4451e57840395468c2d6a3fe4d016ada0ba7d47ca7f1cec0418c0a1339e97"
},
{
"type": "patch",
"path": "homebank-appdata.patch"
},
{
"type": "patch",
"path": "homebank-appid.patch"
}
],
"post-install": [
"mv /app/share/mime/packages/homebank.xml /app/share/mime/packages/fr.free.Homebank.xml"
]
}
]
}