Skip to content

Commit

Permalink
Issue #212: Update flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubMelka committed Dec 3, 2024
1 parent c7b6b97 commit b4bc504
Showing 1 changed file with 3 additions and 36 deletions.
39 changes: 3 additions & 36 deletions Flatpak/io.github.JakubMelka.Pdf4qt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
"runtime": "org.kde.Sdk",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "Pdf4QtLaunchPad",
"command": "Pdf4QtEditor",
"finish-args": [
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=ipc"
],
"cleanup": [
"/pdf4qt",
"/vcpkg"
],
"build-options": {
"env": {
Expand Down Expand Up @@ -71,7 +69,8 @@
"name": "openjpeg",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_CODEC=OFF"
],
"sources": [
{
Expand All @@ -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",
"buildsystem": "cmake-ninja",
Expand Down

0 comments on commit b4bc504

Please sign in to comment.