-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathorg.physchem.qmolview.json
More file actions
34 lines (33 loc) · 967 Bytes
/
org.physchem.qmolview.json
File metadata and controls
34 lines (33 loc) · 967 Bytes
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
{
"app-id": "org.physchem.qmolview",
"branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-21.08",
"sdk": "org.kde.Sdk",
"command": "qmolview",
"rename-icon": "qmolview",
"rename-desktop-file": "qmolview.desktop",
"tags": ["devel", "development", "nightly"],
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--filesystem=xdg-documents:create",
"--filesystem=home/.config/qmolview:create",
"--env=QT_QPA_PLATFORM=xcb"
],
"modules": [
{
"name": "qmolview",
"buildsystem": "cmake-ninja",
"config-opts": ["-DFLATPAK:BOOL=ON", "-DCMAKE_BUILD_TYPE=RelWithDebInfo"],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/AlexB67/QMolview.git"
}
]
}
]
}