-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.flatpak-manifest.json
47 lines (46 loc) · 1.54 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
{
"id": "org.kde.picmi",
"branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "picmi",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland" ],
"modules": [
{
"config-opts": [ "-DENABLE_TESTING=OFF" ],
"name": "libkdegames",
"buildsystem": "cmake-ninja",
"sources": [ { "type": "git", "url": "https://invent.kde.org/kde/libkdegames.git" } ],
"modules": [
{
"config-opts": [ "-DENABLE_TESTING=OFF" ],
"name": "openal",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://github.com/kcat/openal-soft.git",
"tag": "1.23.1",
"x-checker-data": {
"type": "git",
"tag-pattern": "^([\\d.]+)$"
},
"commit": "d3875f333fb6abe2f39d82caca329414871ae53b"
}
]
}
]
},
{
"name": "picmi",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{ "type": "dir", "path": "." }
]
}
]
}