-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathorg.kde.ktouch.json
73 lines (73 loc) · 2.64 KB
/
org.kde.ktouch.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"id": "org.kde.ktouch",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-24.08",
"sdk": "org.kde.Sdk",
"command": "ktouch",
"rename-icon": "ktouch",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=wayland",
"--socket=x11"
],
"modules": [
{
"name": "libxkbfile",
"config-opts": [
"--disable-static",
"--enable-x11"
],
"sources": [
{
"type": "archive",
"url": "https://xorg.freedesktop.org/releases/individual/lib/libxkbfile-1.1.3.tar.gz",
"sha256": "c4c2687729d1f920f165ebb96557a1ead2ef655809ab5eaa66a1ad36dc31050d",
"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": "archive",
"url": "https://download.kde.org/stable/release-service/24.12.2/src/kqtquickcharts-24.12.2.tar.xz",
"sha256": "6cc7248c7b1294283fc6291b87544825c71ee5a34a691918d471e862c2bd3929",
"x-checker-data": {
"type": "anitya",
"project-id": 8763,
"stable-only": true,
"url-template": "https://download.kde.org/stable/release-service/$version/src/kqtquickcharts-$version.tar.xz"
}
}
]
},
{
"name": "ktouch",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCOMPILE_QML=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/release-service/24.12.2/src/ktouch-24.12.2.tar.xz",
"sha256": "329c87b2d92b48cd25d75d5a89b74aabe19e13041a48d329339cbe80f8d6dfae",
"x-checker-data": {
"type": "anitya",
"project-id": 8763,
"stable-only": true,
"url-template": "https://download.kde.org/stable/release-service/$version/src/ktouch-$version.tar.xz"
}
}
]
}
]
}