-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathio.github.archisman_panigrahi.typhoon.json
More file actions
76 lines (76 loc) · 2.35 KB
/
io.github.archisman_panigrahi.typhoon.json
File metadata and controls
76 lines (76 loc) · 2.35 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
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
{
"app-id": "io.github.archisman_panigrahi.typhoon",
"runtime": "org.kde.Platform",
"runtime-version": "6.10",
"sdk": "org.kde.Sdk",
"base": "com.riverbankcomputing.PyQt.BaseApp",
"base-version": "6.10",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--talk-name=org.freedesktop.Notifications",
"--env=QTWEBENGINEPROCESS_PATH=/app/lib/libexec/QtWebEngineProcess"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/doc",
"/share/runtime/locale"
],
"cleanup-commands": [
"/app/cleanup-BaseApp.sh",
"python3 -m compileall --invalidation-mode=unchecked-hash /app"
],
"command": "typhoon",
"modules": [
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Ddocs=false",
"-Dtests=false",
"-Dvapi=false",
"-Dintrospection=false",
"-Dbackend-qt6=disabled",
"-Dbackend-qt5=disabled",
"-Dbackend-gtk3=disabled",
"-Dbackend-gtk4=disabled"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/flatpak/libportal/releases/download/0.9.1/libportal-0.9.1.tar.xz",
"sha256": "de801ee349ed3c255a9af3c01b1a401fab5b3fc1c35eb2fd7dfb35d4b8194d7f"
}
]
},
{
"name": "dbus-python",
"buildsystem": "meson",
"config-opts": [
"-Dtests=false"
],
"sources": [
{
"type": "archive",
"url": "https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.3.2.tar.gz",
"sha256": "ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8"
}
]
},
{
"name": "typhoon",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/archisman-panigrahi/typhoon.git",
"branch": "master"
}
]
}
]
}