forked from flathub/im.kaidan.kaidan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
im.kaidan.kaidan.json
109 lines (108 loc) · 3.52 KB
/
im.kaidan.kaidan.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"id": "im.kaidan.kaidan",
"rename-icon": "kaidan",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-22.08",
"sdk": "org.kde.Sdk",
"command": "kaidan",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=wayland",
"--device=dri",
"--device=all",
"--talk-name=org.freedesktop.Notifications",
"--env=QT_QUICK_CONTROLS_STYLE=org.kde.desktop",
"--env=LD_LIBRARY_PATH=/usr/lib/"
],
"separate-locales": false,
"modules": [
{
"name": "libomemo-c",
"buildsystem": "cmake-ninja",
"config-opts": ["-DBUILD_SHARED_LIBS=ON"],
"sources": [
{
"type": "git",
"url": "https://github.com/dino/libomemo-c.git",
"tag": "v0.5.0",
"commit": "0efc07f2811c8fa0edffad28c31ded45186fcdb1"
}
]
},
{
"name": "qxmpp",
"buildsystem": "cmake-ninja",
"config-opts": [ "-DBUILD_TESTS=OFF", "-DBUILD_EXAMPLES=OFF", "-DBUILD_OMEMO=ON" ],
"sources": [
{
"type": "git",
"url": "https://github.com/qxmpp-project/qxmpp",
"tag": "v1.5.5",
"commit": "5a5bebe82e740336bac1914443351d332776b90e"
}
],
"cleanup": [ "/include", "/lib/cmake", "/lib/pkgconfig" ]
},
{
"name": "zxing",
"config-opts": [ "-DBUILD_SHARED_LIBS=ON", "-DBUILD_EXAMPLES=OFF", "-DBUILD_BLACKBOX_TESTS=OFF", "-DBUILD_UNIT_TESTS=OFF" ],
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "git",
"url": "https://github.com/nu-book/zxing-cpp",
"tag": "v2.0.0",
"commit": "bdb857efae30f5f2abfcf3d626bf1156dc055bae"
}
],
"cleanup": [
"/include",
"/lib/cmake",
"/lib/pkgconfig",
"/mkspecs",
"/etc/xdg/*categories"
]
},
{
"name": "kirigami-addons",
"config-opts": ["-DBUILD_TESTING=OFF"],
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/libraries/kirigami-addons.git",
"tag": "v0.8.0",
"commit": "470f93dd00c619dedd41a85f0e53b035ff48d6b1"
}
]
},
{
"name": "kquickimageeditor",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/libraries/kquickimageeditor.git",
"tag": "v0.2.0",
"commit": "bd111966bace6886869bb6e9bf5a688d9cdc31bc"
}
]
},
{
"name": "kaidan",
"buildsystem": "cmake-ninja",
"config-opts": ["-DQUICK_COMPILER=0"],
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/network/kaidan",
"tag": "v0.9.1",
"commit": "c3c4f63065d76fa4455278e95147787acfc9c98f"
}
]
}
]
}