forked from Gnucash/gnucash-on-flatpak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.gnucash.GnuCash.json
69 lines (69 loc) · 1.74 KB
/
org.gnucash.GnuCash.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
{
"app-id": "org.gnucash.GnuCash",
"runtime": "org.gnome.Platform",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "gnucash",
"copy-icon": true,
"rename-icon": "gnucash-icon",
"rename-desktop-file": "gnucash.desktop",
"rename-appdata-file": "gnucash.appdata.xml",
"finish-args": [
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--share=network",
"--filesystem=host",
"--talk-name=org.gtk.vfs.*",
"--filesystem=xdg-run/gvfsd",
"--device=dri",
"--metadata=X-DConf=migrate-path=/org/gnucash/GnuCash/"
],
"cleanup": [
"*.a",
"*.la",
"/include",
"/lib/pkgconfig"
],
"modules": [
"modules/guile.json",
"modules/libofx.json",
"modules/boost.json",
"modules/mariadb.json",
"modules/postgresql.json",
"modules/libdbi.json",
"modules/aqbanking.json",
"modules/googletest.json",
"modules/perl.json",
"modules/swig.json",
"./gnucash-extra-modules.json",
{
"name": "gnucash",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBOOST_ROOT=/app"
],
"cleanup": [
"/share/info",
"/share/doc/gnucash/*.csv",
"/share/doc/gnucash/*.qif",
"/share/doc/gnucash/*.gnucash",
"/share/doc/gnucash/ChangeLog*",
"/share/doc/gnucash/HACKING",
"/share/doc/gnucash/README*",
"/share/doc/gnucash/guile-hackers.txt",
"/share/doc/gnucash/projects.html"
],
"sources": [
"./gnucash-source.json"
]
},
{
"name": "gnucash-docs",
"buildsystem": "cmake-ninja",
"sources": [
"./gnucash-docs-source.json"
]
}
]
}