-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.flatpak-manifest.json
103 lines (102 loc) · 3.06 KB
/
.flatpak-manifest.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
{
"id": "im.kaidan.kaidan",
"rename-icon": "kaidan",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "kaidan",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=fallback-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": "kirigami-addons",
"config-opts": ["-DBUILD_TESTING=OFF"],
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.4.0.tar.xz",
"sha256": "56e3ceb52055b5603320ea08b27d3673d32a391a8d58646d998227d8b51f0a93"
}
]
},
{
"name": "kquickimageeditor",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/libraries/kquickimageeditor.git"
}
]
},
{
"name": "prison",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/frameworks/prison.git"
}
]
},
{
"name": "libprotobuf-c",
"buildsystem": "autotools",
"config-opts": ["--disable-protoc"],
"sources": [
{
"type": "git",
"url": "https://github.com/protobuf-c/protobuf-c.git"
}
]
},
{
"name": "libomemo-c",
"buildsystem": "cmake-ninja",
"config-opts": ["-DBUILD_SHARED_LIBS=ON"],
"sources": [
{
"type": "git",
"url": "https://github.com/dino/libomemo-c.git",
"branch": "omemo"
}
]
},
{
"name": "qxmpp",
"buildsystem": "cmake-ninja",
"config-opts": ["-DBUILD_TESTS=OFF", "-DBUILD_EXAMPLES=OFF", "-DBUILD_OMEMO=ON", "-DQT_VERSION_MAJOR=6"],
"sources": [
{
"type": "git",
"url": "https://github.com/qxmpp-project/qxmpp.git"
}
],
"cleanup": ["/include", "/lib/cmake", "/lib/pkgconfig"]
},
{
"name": "kaidan",
"buildsystem": "cmake-ninja",
"config-opts": ["-DQUICK_COMPILER=0"],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}