-
Notifications
You must be signed in to change notification settings - Fork 22
/
org.mobsya.ThymioSuite515.json
120 lines (120 loc) · 4.31 KB
/
org.mobsya.ThymioSuite515.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"app-id": "org.mobsya.ThymioSuite",
"runtime": "org.kde.Platform",
"base": "io.qt.qtwebengine.BaseApp",
"base-version": "5.15",
"sdk": "org.kde.Sdk",
"runtime-version": "5.15",
"finish-args": [
"--socket=x11",
"--socket=wayland",
"--share=network",
"--device=all",
"--share=ipc",
"--system-talk-name=org.freedesktop.Avahi",
"--talk-name=org.kde.StatusNotifierWatcher",
"--env=TMPDIR=/var/tmp",
"--filesystem=home"
],
"command": "thymio-launcher",
"modules": [
{
"name": "avahi",
"sources": [
{
"type": "git",
"url": "https://github.com/lathiat/avahi",
"commit": "17d30f5ad638619f2f4fa6529f033007a4ddb989"
}
],
"buildsystem" : "autotools",
"config-opts": [
"--with-distro=none",
"--disable-qt4",
"--disable-gtk3",
"--disable-gtk",
"--disable-mono",
"--disable-autoipd",
"--disable-python",
"--disable-doxygen-doc",
"--enable-compat-libdns_sd",
"--disable-gdbm",
"--disable-libdaemon",
"--disable-libevent",
"--disable-manpages",
"--with-systemdsystemunitdir=/app/lib/systemd"
],
"cleanup": [
"/bin", "/include", "*.a", "/lib/pkgconfig", "/lib/avahi", "/lib/girepository-1.0"
]
},
{
"name": "boost",
"sources": [
{
"type": "archive",
"url": "https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.gz",
"sha256": "9995e192e68528793755692917f9eb6422f3052a53c5e13ba278a228af6c7acf"
}
],
"buildsystem": "simple",
"build-commands": [
"./bootstrap.sh",
"./b2 install --prefix=/app/ variant=release link=static threading=multi --with-filesystem --with-atomic --with-thread --with-chrono --with-system --with-date_time --with-regex --with-serialization --with-program_options -j 4"
],
"cleanup": [
"/lib/", "/lib/debug", "/include", ""
]
},
{
"name": "ThymioSuite",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DFLAT_PACK_BUILD=ON",
"-DBOOST_ROOT=/app",
"-DBOOST_LIBRARYDIR=/app/lib",
"-DBOOST_INCLUDEDIR=/app/include",
"-DBoost_DETAILED_FAILURE_MSG=ON"
],
"sources": [
{
"type": "dir",
"path": "../"
},
{
"type": "archive",
"url": "https://github.com/Mobsya/thymio-blockly-standalone/releases/download/v20210908.3/thymio-blockly.tar.gz",
"sha256": "4975d9d9ddd49c8c0ec9c6862851e2b4498c4c64e471cd840d9e4c02acb66ed6",
"strip-components": 0
},
{
"type": "archive",
"url": "https://github.com/Mobsya/scratch-gui/releases/download/v20220921.1/scratch-gui.tar.gz",
"sha256": "3662ced2a28eae9f968289bacfb434a5a5fd7bb80913d86051d7f1b9ad552297",
"strip-components": 0
},
{
"type": "archive",
"url": "https://github.com/Mobsya/vpl-web/releases/download/v20220408.1/vpl3-thymio-suite.tar.gz",
"sha256": "1e141934e9c5f5f85276980aaf8fe7c1139ea3588ece0e4ba942d517b33ba099",
"strip-components": 0
}
],
"post-install": [
"install -D --target-directory /app/share/mobsya/Playground/ aseba/targets/playground/examples/*"
],
"cleanup": [
"/bin/flatc",
"*.a",
"/lib/cmake",
"/include",
"/share/enki",
"/share/enki"
]
}
],
"build-options": {
"strip": true
}
}