mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #212: Update flatpak
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"runtime": "org.kde.Sdk",
|
"runtime": "org.kde.Sdk",
|
||||||
"runtime-version": "6.8",
|
"runtime-version": "6.8",
|
||||||
"sdk": "org.kde.Sdk",
|
"sdk": "org.kde.Sdk",
|
||||||
"command": "Pdf4QtLaunchPad",
|
"command": "Pdf4QtEditor",
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--socket=fallback-x11",
|
"--socket=fallback-x11",
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
@@ -11,8 +11,6 @@
|
|||||||
"--share=ipc"
|
"--share=ipc"
|
||||||
],
|
],
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/pdf4qt",
|
|
||||||
"/vcpkg"
|
|
||||||
],
|
],
|
||||||
"build-options": {
|
"build-options": {
|
||||||
"env": {
|
"env": {
|
||||||
@@ -71,7 +69,8 @@
|
|||||||
"name": "openjpeg",
|
"name": "openjpeg",
|
||||||
"buildsystem": "cmake-ninja",
|
"buildsystem": "cmake-ninja",
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DCMAKE_BUILD_TYPE=Release"
|
"-DCMAKE_BUILD_TYPE=Release",
|
||||||
|
"-DBUILD_CODEC=OFF"
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
@@ -82,38 +81,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "freetype",
|
|
||||||
"buildsystem": "cmake-ninja",
|
|
||||||
"builddir": true,
|
|
||||||
"config-opts": [
|
|
||||||
"-DCMAKE_BUILD_TYPE=Release",
|
|
||||||
"-DBUILD_SHARED_LIBS=true"
|
|
||||||
],
|
|
||||||
"sources": [
|
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/freetype/freetype.git",
|
|
||||||
"tag": "VER-2-13-3",
|
|
||||||
"commit": "42608f77f20749dd6ddc9e0536788eaad70ea4b5"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "libjpegturbo",
|
|
||||||
"buildsystem": "cmake-ninja",
|
|
||||||
"config-opts": [
|
|
||||||
"-DCMAKE_BUILD_TYPE=Release"
|
|
||||||
],
|
|
||||||
"sources": [
|
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo.git",
|
|
||||||
"tag": "3.0.90",
|
|
||||||
"commit": "a9f7490cda6f6840ff3662b4d67ce0a91de5c9a5"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "asmjit",
|
"name": "asmjit",
|
||||||
"buildsystem": "cmake-ninja",
|
"buildsystem": "cmake-ninja",
|
||||||
|
Reference in New Issue
Block a user