-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.flatpak-manifest.json
50 lines (50 loc) · 1.37 KB
/
.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
40
41
42
43
44
45
46
47
48
49
50
{
"id": "org.kde.kubrick",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "kubrick",
"rename-icon": "kubrick",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--filesystem=xdg-config/kdeglobals:ro"
],
"modules": [
{
"name": "libkdegames",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/games/libkdegames",
"branch": "master"
}
]
},
{
"name": "glu",
"config-opts": ["--disable-static"],
"sources": [
{
"type": "archive",
"url": "https://archive.mesa3d.org/glu/glu-9.0.2.tar.xz",
"sha256": "6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4"
}
],
"cleanup": [ "/include", "/lib/*.a", "/lib/*.la", "/lib/pkgconfig" ]
},
{
"name": "kubrick",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}