-
Notifications
You must be signed in to change notification settings - Fork 9
/
org.kde.neochat.json
224 lines (224 loc) · 8.26 KB
/
org.kde.neochat.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"id": "org.kde.neochat",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "neochat",
"rename-icon": "org.kde.neochat",
"finish-args": [
"--device=dri",
"--filesystem=xdg-download",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--socket=wayland",
"--talk-name=org.unifiedpush.Distributor.*",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.StatusNotifierWatcher",
"--talk-name=org.freedesktop.secrets",
"--talk-name=org.kde.kwalletd5",
"--talk-name=org.kde.kwalletd6"
],
"modules": [
{
"name": "olm",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.matrix.org/matrix-org/olm.git",
"commit": "92769cec711c604a1f682b95d6944578d2a1bb3d",
"tag": "3.2.12"
}
]
},
{
"name": "libsecret",
"buildsystem": "meson",
"config-opts": [
"-Dmanpage=false",
"-Dvapi=false",
"-Dgtk_doc=false",
"-Dintrospection=false",
"-Dcrypto=disabled"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.4.tar.xz",
"sha256": "163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20",
"x-checker-data": {
"type": "anitya",
"project-id": 13150,
"stable-only": true,
"url-template": "https://download.gnome.org/sources/libsecret/${version0}.${version1}/libsecret-$version.tar.xz"
}
}
]
},
{
"name": "qtkeychain",
"buildsystem": "cmake-ninja",
"builddir": true,
"cleanup": [
"mkspecs"
],
"config-opts": [
"-DCMAKE_INSTALL_LIBDIR=/app/lib",
"-DLIB_INSTALL_DIR=/app/lib",
"-DBUILD_TRANSLATIONS=NO",
"-DBUILD_WITH_QT6=ON"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/frankosterfeld/qtkeychain/archive/0.14.3.tar.gz",
"sha256": "a22c708f351431d8736a0ac5c562414f2b7bb919a6292cbca1ff7ac0849cb0a7",
"x-checker-data": {
"type": "anitya",
"project-id": 4138,
"stable-only": true,
"url-template": "https://github.com/frankosterfeld/qtkeychain/archive/$version.tar.gz"
}
}
]
},
{
"name": "cmark",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMARK_TESTS=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/commonmark/cmark/archive/0.31.1.tar.gz",
"sha256": "3da93db5469c30588cfeb283d9d62edfc6ded9eb0edc10a4f5bbfb7d722ea802",
"x-checker-data": {
"type": "anitya",
"project-id": 9159,
"stable-only": true,
"url-template": "https://github.com/commonmark/cmark/archive/$version.tar.gz"
}
}
]
},
{
"name": "libquotient",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DQuotient_ENABLE_E2EE=ON",
"-DBUILD_WITH_QT6=ON"
],
"cleanup": [
"/bin/qmc-example",
"/include",
"/lib",
"/share"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/quotient-im/libQuotient/archive/0.9.2.tar.gz",
"sha256": "5dc75f1e4e23c8aac445a0e31d354adf97af456e29d27c032d4d467d4664ca06",
"x-checker-data": {
"type": "anitya",
"project-id": 89357,
"stable-only": true,
"url-template": "https://github.com/quotient-im/libQuotient/archive/$version.tar.gz"
}
}
]
},
{
"name": "kquickimageeditor",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DBUILD_WITH_QT6=ON"
],
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/kquickimageeditor/kquickimageeditor-0.4.0.tar.xz",
"sha256": "d853894811d350fae499c67ebaafb2cc252d3c818b89fcf71757bc34f541a3fb",
"x-checker-data": {
"type": "anitya",
"project-id": 229033,
"stable-only": true,
"url-template": "https://download.kde.org/stable/kquickimageeditor/kquickimageeditor-$version.tar.xz"
}
}
]
},
{
"name": "kirigami-addons",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.6.0.tar.xz",
"sha256": "376dae6fc5acac7d0905ce9fef3211be0705c6e2df52bb80dfde1eaa20fe1bfa",
"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": "kunifiedpush",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/kunifiedpush/kunifiedpush-1.0.0.tar.xz",
"sha256": "2ddeba21306d0307114ec50a2c38159ec62359f9fc6cdd58da30a369fbd550cf",
"x-checker-data": {
"type": "anitya",
"project-id": 375055,
"stable-only": true,
"url-template": "https://download.kde.org/stable/kunifiedpush/kunifiedpush-$version.tar.xz"
}
}
]
},
{
"name": "neochat",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DNEOCHAT_FLATPAK=ON"
],
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/release-service/24.12.0/src/neochat-24.12.0.tar.xz",
"sha256": "c88f8292575b7298cad7f426dec26aef33cd3da6dd1be65484436507b461eeb6",
"x-checker-data": {
"type": "anitya",
"project-id": 141434,
"stable-only": true,
"url-template": "https://download.kde.org/stable/release-service/$version/src/neochat-$version.tar.xz"
}
},
{
"type": "patch",
"path": "0001-Fix-crash-when-sending-messages.patch"
}
]
}
]
}