-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathnet.rpdev.OpenTodoList.json
65 lines (64 loc) · 1.81 KB
/
net.rpdev.OpenTodoList.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
{
"id": "net.rpdev.OpenTodoList",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "OpenTodoList",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--filesystem=home",
"--socket=pulseaudio",
"--share=network",
"--device=dri",
"--device=shm",
"--talk-name=org.freedesktop.secrets",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.StatusNotifierWatcher"
],
"modules": [
{
"name": "libsecret",
"buildsystem": "meson",
"config-opts": [
"-Dmanpage=false",
"-Dgtk_doc=false",
"-Dvapi=false"
],
"cleanup": [
"/bin",
"/include",
"/lib/pkgconfig",
"/share/gir-1.0",
"/share/man"
],
"sources": [
{
"type": "archive",
"url": "https://ftp.gnome.org/pub/GNOME/sources/libsecret/0.20/libsecret-0.20.1.tar.xz",
"sha256": "57f73e94ec6263a17a077fb809cf8cf424637a897a7f15b4eec42ce4aef52447"
}
]
},
{
"name": "opentodolist",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INSTALL_LIBDIR=/app/lib",
"-DLIB_INSTALL_DIR=/app/lib",
"-DOPENTODOLIST_FLATPAK=ON"
],
"cleanup": [
"*.a"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}