-
Notifications
You must be signed in to change notification settings - Fork 1
/
de.akaflieg_freiburg.enroute.json
105 lines (105 loc) · 2.76 KB
/
de.akaflieg_freiburg.enroute.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
{
"app-id": "de.akaflieg_freiburg.enroute",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"base": "io.qt.qtwebengine.BaseApp",
"base-version": "6.8",
"command": "enroute",
"finish-args": [
"--device=dri",
"--env=QML_IMPORT_PATH=/app/qml",
"--env=QT_PLUGIN_PATH=/app/plugins",
"--filesystem=host",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--socket=wayland",
"--system-talk-name=org.freedesktop.GeoClue2",
"--system-talk-name=org.freedesktop.NetworkManager",
"--talk-name=org.freedesktop.Notifications"
],
"modules": [
{
"name": "flite",
"sources": [
{
"type": "git",
"url": "https://github.com/festvox/flite.git",
"tag": "v2.2"
}
],
"buildsystem": "simple",
"build-commands": [
"./configure --prefix=/app --with-langvox=ben --with-pic",
"make",
"echo >bin/flite_time",
"make install"
]
},
{
"name": "maplibre-native-qt",
"sources": [
{
"type": "archive",
"url": "https://github.com/Akaflieg-Freiburg/enrouteDependencies/releases/download/developerBuilds/maplibre-native-qt.tar.xz",
"sha256": "b2527d9e34262e9e6aee2c8edcaee90b2489c34b610fef760b739af1759c9d3b"
}
],
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_CXX_FLAGS=-Wno-error",
"-DMLN_QT_WITH_INTERNAL_ICU=ON",
"-DBUILD_TESTING=OFF"
]
},
{
"name": "libzip",
"sources": [
{
"type": "git",
"url": "https://github.com/nih-at/libzip",
"commit": "00259560701600e0830002e9273c6c9097be3719"
}
],
"buildsystem": "cmake-ninja"
},
{
"name": "qthttpserver",
"sources": [
{
"type": "git",
"url": "https://github.com/qt/qthttpserver.git",
"tag": "v6.8.0"
}
],
"buildsystem": "cmake-ninja"
},
{
"name": "symlink",
"buildsystem": "simple",
"build-commands": [
"ln -sr ${FLATPAK_DEST}/lib/${FLATPAK_ARCH}-linux-gnu/libQt6HttpServer*.so* -t ${FLATPAK_DEST}/lib/"
]
},
{
"name": "enroute",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "git",
"url": "https://github.com/Akaflieg-Freiburg/enroute.git",
"commit": "e6bc6af82"
}
],
"post-install": [
"mkdir -p /app/usr/share/icons",
"cp /app/share/icons/hicolor/scalable/apps/de.akaflieg_freiburg.enroute.svg /app/usr/share/icons/de.akaflieg_freiburg.enroute.svg"
]
}
]
}