-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorg.kde.komodo.json
More file actions
59 lines (59 loc) · 1.66 KB
/
Copy pathorg.kde.komodo.json
File metadata and controls
59 lines (59 loc) · 1.66 KB
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
{
"id": "org.kde.komodo",
"runtime": "org.kde.Platform",
"runtime-version": "6.10",
"sdk": "org.kde.Sdk",
"command": "komodo",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland"
],
"cleanup": [
"*.a",
"*.la",
"/doc",
"/docs",
"/include",
"/lib/cmake",
"/lib/pkgconfig",
"/lib/*/cmake",
"/lib/*/pkgconfig",
"/man",
"/share/cmake",
"/share/doc",
"/share/man",
"/share/pkgconfig"
],
"modules": [
{
"name": "komodo",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF"
],
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://cdn.download.kde.org/stable/komodo/1.6.0/komodo-1.6.0.tar.xz",
"sha256": "c7a6321f0faadcf230df361beaac2e8b2e161b1d47d170b2036617581909089a",
"x-checker-data": {
"type": "anitya",
"project-id": 379835,
"stable-only": true,
"url-template": "https://cdn.download.kde.org/stable/komodo/$version/komodo-$version.tar.xz"
}
},
{
"type": "patch",
"paths": [
"patches/remove-filetype-filters.patch",
"patches/help-link.patch"
]
}
]
}
]
}