-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.github.JakubMelka.Pdf4qt.json
45 lines (44 loc) · 1.43 KB
/
io.github.JakubMelka.Pdf4qt.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
{
"app-id": "io.github.JakubMelka.Pdf4qt",
"runtime": "org.kde.Sdk",
"runtime-version": "6.6",
"sdk": "org.kde.Sdk",
"command": "Pdf4QtViewerProfi",
"finish-args": [
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=ipc"
],
"cleanup": [
"/pdf4qt",
"/vcpkg"
],
"modules": [
{
"name": "pdf4qt",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DPDF4QT_INSTALL_QT_DEPENDENCIES=0",
"-DCMAKE_TOOLCHAIN_FILE=/run/build/pdf4qt/vcpkg/scripts/buildsystems/vcpkg.cmake",
"-DPDF4QT_INSTALL_TO_USR=OFF",
"-DVCPKG_OVERLAY_PORTS=/run/build/pdf4qt/vcpkg/overlays"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/JakubMelka/flathub/releases/download/v1/pdf4qt_vcpkg_loc.zip",
"sha256": "0c9cc9ca7fd5bd322227e8b5a8935213837393fbb7f13253da18bae71591952f",
"dest": "vcpkg"
},
{
"type": "git",
"url": "https://github.com/JakubMelka/PDF4QT.git",
"tag": "flatpakv7",
"commit": "221587c751e0786738c04ee603fa4b419ab23b6b"
}
]
}
]
}