-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.flatpak-manifest.json
41 lines (40 loc) · 1.43 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
{
"id": "org.kde.ktouch",
"branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-23.08",
"sdk": "org.kde.Sdk",
"command": "ktouch",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland" ],
"modules": [
{
"name": "libxkbfile",
"config-opts": [ "--disable-static", "--enable-x11" ],
"sources": [
{
"type": "archive",
"url": "https://xorg.freedesktop.org/releases/individual/lib/libxkbfile-1.0.9.tar.gz",
"sha256": "95df50570f38e720fb79976f603761ae6eff761613eb56f258c3cb6bab4fd5e3",
"x-checker-data": {
"type": "anitya",
"project-id": 1781,
"stable-only": true,
"url-template": "https://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$version.tar.gz"
}
}
]
},
{
"name": "kqtquickcharts",
"buildsystem": "cmake-ninja",
"sources": [ { "type": "git", "url": "https://invent.kde.org/kde/kqtquickcharts.git" } ]
},
{
"name": "ktouch",
"buildsystem": "cmake-ninja",
"sources": [ { "type": "dir", "path": "." } ]
}
]
}