-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathorg.equeim.Tremotesf.json
81 lines (81 loc) · 2.46 KB
/
org.equeim.Tremotesf.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
74
75
76
77
78
79
80
81
{
"app-id": "org.equeim.Tremotesf",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "tremotesf",
"finish-args": [
"--socket=fallback-x11",
"--socket=wayland",
"--share=ipc",
"--share=network",
"--device=dri",
"--filesystem=host:ro",
"--talk-name=org.kde.StatusNotifierWatcher",
"--talk-name=org.freedesktop.FileManager1"
],
"cleanup": [
"/include",
"/lib/cmake",
"/lib/pkgconfig"
],
"modules": [
{
"name": "cxxopts",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DCXXOPTS_BUILD_EXAMPLES=OFF",
"-DCXXOPTS_BUILD_TESTS=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/jarro2783/cxxopts/archive/refs/tags/v3.2.1.tar.gz",
"sha256": "841f49f2e045b9c6365997c2a8fbf76e6f215042dda4511a5bb04bc5ebc7f88a"
}
]
},
{
"name": "cpp-httplib",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DHTTPLIB_REQUIRE_OPENSSL=ON"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.18.3.tar.gz",
"sha256": "a0567bcd6c3fe5cef1b329b96245119047f876b49e06cc129a36a7a8dffe173e"
}
]
},
{
"name": "tremotesf",
"buildsystem": "cmake-ninja",
"builddir": true,
"build-options": {
"env": {
"CTEST_OUTPUT_ON_FAILURE": "1",
"ASAN_OPTIONS": "detect_leaks=0"
}
},
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
"-DTREMOTESF_WITH_HTTPLIB=system",
"-DTREMOTESF_ASAN=ON"
],
"run-tests": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}