-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorg.kde.francis.json
62 lines (62 loc) · 2.1 KB
/
org.kde.francis.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
{
"id": "org.kde.francis",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "francis",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri"
],
"separate-locales": false,
"cleanup": [
"/lib/cmake"
],
"modules": [
{
"name": "kirigami-addons",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release"
],
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.7.0.tar.xz",
"sha256": "7d854975185cf740de486d84f1e2ec3e4eadb66ac9fb897214cba9ab8cc492b1",
"x-checker-data": {
"type": "anitya",
"project-id": 242933,
"stable-only": true,
"url-template": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-$version.tar.xz"
}
}
]
},
{
"name": "francis",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release"
],
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/release-service/24.12.1/src/francis-24.12.1.tar.xz",
"sha256": "a29960ea1fad78a5b67ae21d36d2e7717599378bb8c223d7e45a8a508a73337e",
"x-checker-data": {
"type": "anitya",
"project-id": 8763,
"stable-only": true,
"url-template": "https://download.kde.org/stable/release-service/$version/src/francis-$version.tar.xz"
}
}
]
}
]
}