-
Notifications
You must be signed in to change notification settings - Fork 2
/
com.github.dyskette.Seneca.json
81 lines (80 loc) · 1.9 KB
/
com.github.dyskette.Seneca.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
{
"app-id": "com.github.dyskette.Seneca",
"runtime": "org.gnome.Platform",
"runtime-version": "3.24",
"sdk": "org.gnome.Sdk",
"command": "seneca",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--filesystem=home",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"build-options": {
"cflags": "-O2 -g",
"cxxflags": "-O2 -g",
"env": {
"V": "1"
}
},
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "python3-lxml",
"no-autogen": true,
"ensure-writable": ["/lib/python*/site-packages/easy-install.pth"],
"build-options": {
"cflags": "-I/usr/include",
"env": {
"XSLT_CONFIG": "pkg-config libxslt",
"XML2_CONFIG": "pkg-config libxml-2.0"
}
},
"sources": [
{
"type": "archive",
"url": "https://pypi.python.org/packages/20/b3/9f245de14b7696e2d2a386c0b09032a2ff6625270761d6543827e667d8de/lxml-3.8.0.tar.gz",
"sha256": "736f72be15caad8116891eb6aa4a078b590d231fdc63818c40c21624ac71db96"
},
{
"type": "file",
"path": "build-aux/flatpak/setuptools-makefile",
"dest-filename": "Makefile"
},
{
"type": "patch",
"path": "build-aux/flatpak/lxml-Fix-getting-lib-version-when-using-pkg-config.patch"
}
]
},
{
"name": "seneca",
"buildsystem": "meson",
"config-opts": [
"--libdir=lib"
],
"builddir": true,
"sources": [
{
"type": "git",
"url": "file:///home/sheep/Projects/seneca"
}
]
}
]
}