-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.flatpak-manifest.json
33 lines (32 loc) · 1.08 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
{
"id": "org.kde.knights",
"branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "knights",
"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" } ]
},
{
"config-opts": [ "-DBUILD_TESTING=OFF" ],
"name": "libplasma",
"buildsystem": "cmake-ninja",
"sources": [ { "type": "git", "url": "https://invent.kde.org/plasma/libplasma.git", "tag": "v6.1.2", "commit": "5b775c4f51b2cb2b571eb9709f1af4891ae986b7" } ]
},
{
"name": "knights",
"buildsystem": "cmake-ninja",
"sources": [
{ "type": "dir", "path": "." }
]
}
]
}