-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.flatpak-manifest.json
More file actions
49 lines (49 loc) · 1.27 KB
/
.flatpak-manifest.json
File metadata and controls
49 lines (49 loc) · 1.27 KB
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
{
"id": "org.kde.falkon",
"runtime": "org.kde.Platform",
"runtime-version": "6.10",
"base": "io.qt.qtwebengine.BaseApp",
"base-version": "6.10",
"sdk": "org.kde.Sdk",
"command": "falkon",
"rename-icon": "falkon",
"finish-args": [
"--device=dri",
"--own-name=org.mpris.MediaPlayer2.falkon.*",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--socket=wayland",
"--system-talk-name=org.freedesktop.GeoClue2",
"--system-talk-name=org.freedesktop.UPower.*",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.kwalletd5",
"--talk-name=org.kde.kwalletd6"
],
"cleanup": [
"/cleanup-BaseApp.sh",
"/include",
"/lib/*/cmake",
"/lib/*/pkgconfig",
"/lib/cmake",
"/lib/pkgconfig",
"/mkspecs",
"/share/app-info"
],
"modules": [
{
"buildsystem": "cmake-ninja",
"name": "falkon",
"config-opts": [
"-DENABLE_TESTING=OFF"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}