forked from flathub/org.kde.neochat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.kde.neochat.json
106 lines (106 loc) · 3.38 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
{
"id": "org.kde.neochat",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-21.08",
"sdk": "org.kde.Sdk",
"command": "neochat",
"rename-icon": "org.kde.neochat",
"finish-args": [
"--device=dri",
"--filesystem=xdg-download",
"--own-name=org.kde.*",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--socket=wayland",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.StatusNotifierWatcher",
"--talk-name=org.kde.kwalletd5"
],
"modules": [
{
"name": "qtkeychain",
"buildsystem": "cmake-ninja",
"builddir": true,
"cleanup": [
"mkspecs"
],
"config-opts": [
"-DCMAKE_INSTALL_LIBDIR=/app/lib",
"-DLIB_INSTALL_DIR=/app/lib",
"-DBUILD_TRANSLATIONS=NO"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/frankosterfeld/qtkeychain/archive/v0.12.0.tar.gz",
"sha256": "cc547d58c1402f6724d3ff89e4ca83389d9e2bdcfd9ae3d695fcdffa50a625a8"
}
]
},
{
"name": "cmark",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMARK_TESTS=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/commonmark/cmark/archive/0.30.1.tar.gz",
"sha256": "9609506bd7473e769452488ef981eb53f082011b1ec6c9b6c73ed57062e25ee6"
}
]
},
{
"name": "libqmatrixclient",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DBUILD_TESTING=OFF"
],
"cleanup": [
"/bin/qmc-example",
"/include",
"/lib",
"/share"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/quotient-im/libQuotient/archive/0.6.11.tar.gz",
"sha256": "12b15d1296e630477d5e8f4d32c821dc724b3c5b99d15d383417ba7d88f03c46"
}
]
},
{
"name": "kquickimageeditor",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/kquickimageeditor/0.1/kquickimageeditor-0.1.2.tar.xz",
"sha256": "37d54981a1c7dbb48ca45a7df37b8871bf1751e4c0484eeaddc548804ee18a04"
}
]
},
{
"name": "neochat",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DNEOCHAT_FLATPAK=ON"
],
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/neochat/1.2.0/neochat-1.2.0.tar.xz",
"sha256": "8ee4b5f61db7d43c902115e0be01f2b587100183b382596473922e9a42749de6"
}
]
}
]
}