-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
.flatpak-manifest.json
39 lines (39 loc) · 994 Bytes
/
.flatpak-manifest.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
{
"id": "org.kde.gcompris",
"runtime": "org.kde.Platform",
"runtime-version": "6.7",
"sdk": "org.kde.Sdk",
"rename-icon": "gcompris-qt",
"command": "gcompris-qt",
"finish-args": [
"--socket=pulseaudio",
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--share=network",
"--device=dri"
],
"modules": [
{
"name": "gcompris",
"buildsystem": "cmake",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DQML_BOX2D_MODULE=submodule"
],
"sources": [
{
"type": "git",
"dest": "external/qml-box2d",
"url": "https://github.com/qml-box2d/qml-box2d.git",
"commit": "b7212d5640701f93f0cd88fbd3a32c619030ae62"
},
{
"type": "dir",
"path": "."
}
]
}
]
}