From b4bc504d35eb7ecc8d41d04476b4e26436ec435a Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Tue, 3 Dec 2024 19:36:20 +0100 Subject: [PATCH] Issue #212: Update flatpak --- Flatpak/io.github.JakubMelka.Pdf4qt.json | 39 ++---------------------- 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/Flatpak/io.github.JakubMelka.Pdf4qt.json b/Flatpak/io.github.JakubMelka.Pdf4qt.json index cda8d27..0aad289 100644 --- a/Flatpak/io.github.JakubMelka.Pdf4qt.json +++ b/Flatpak/io.github.JakubMelka.Pdf4qt.json @@ -3,7 +3,7 @@ "runtime": "org.kde.Sdk", "runtime-version": "6.8", "sdk": "org.kde.Sdk", - "command": "Pdf4QtLaunchPad", + "command": "Pdf4QtEditor", "finish-args": [ "--socket=fallback-x11", "--socket=wayland", @@ -11,8 +11,6 @@ "--share=ipc" ], "cleanup": [ - "/pdf4qt", - "/vcpkg" ], "build-options": { "env": { @@ -71,7 +69,8 @@ "name": "openjpeg", "buildsystem": "cmake-ninja", "config-opts": [ - "-DCMAKE_BUILD_TYPE=Release" + "-DCMAKE_BUILD_TYPE=Release", + "-DBUILD_CODEC=OFF" ], "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", "buildsystem": "cmake-ninja",