mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
print/pdf4qt: update to 1.5.3.1
This commit is contained in:
@@ -2,16 +2,16 @@ COMMENT = PDF generator library, viewer and editor
|
||||
|
||||
GH_ACCOUNT = JakubMelka
|
||||
GH_PROJECT = PDF4QT
|
||||
GH_TAGNAME = v1.5.2.0
|
||||
GH_TAGNAME = v1.5.3.1
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
|
||||
HOMEPAGE = https://jakubmelka.github.io/
|
||||
|
||||
CATEGORIES = print
|
||||
|
||||
SHARED_LIBS += Pdf4QtLibCore 0.0 # 0.0
|
||||
SHARED_LIBS += Pdf4QtLibGui 0.0 # 0.0
|
||||
SHARED_LIBS += Pdf4QtLibWidgets 0.0 # 0.0
|
||||
SHARED_LIBS += Pdf4QtLibCore 1.0 # 0.0
|
||||
SHARED_LIBS += Pdf4QtLibGui 0.1 # 0.0
|
||||
SHARED_LIBS += Pdf4QtLibWidgets 0.1 # 0.0
|
||||
SHARED_LIBS += AudioBookPlugin 0.0 # 0.0
|
||||
SHARED_LIBS += DimensionsPlugin 0.0 # 0.0
|
||||
SHARED_LIBS += EditorPlugin 0.0 # 0.0
|
||||
@@ -33,7 +33,7 @@ COMPILER = base-clang ports-clang
|
||||
|
||||
RUN_DEPENDS += devel/desktop-file-utils \
|
||||
x11/gtk+4,-guic
|
||||
LIB_DEPENDS += graphics/blend2d \
|
||||
LIB_DEPENDS += graphics/blend2d>=0.21.2 \
|
||||
graphics/lcms2 \
|
||||
graphics/openjp2 \
|
||||
x11/qt6/qtspeech
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (PDF4QT-1.5.2.0.tar.gz) = KB6ZZNxxToK6xRRSCegAxWaPhYsO9fFrGgZNHYY6c1A=
|
||||
SIZE (PDF4QT-1.5.2.0.tar.gz) = 4859227
|
||||
SHA256 (PDF4QT-1.5.3.1.tar.gz) = DI9SUeWiCskWuc+TLuC+omBS9sVDMVsxLFzAZNhbb2o=
|
||||
SIZE (PDF4QT-1.5.3.1.tar.gz) = 7346956
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
last chunk: MERGE_QT_TRANSLATIONS only in 6.9 ?
|
||||
https://doc.qt.io/qt-6/qtlinguist-cmake-qt-add-translations.html#merging-qt-provided-translations
|
||||
simplify translation handling (only cs is done anyway...)
|
||||
@@ -6,7 +5,7 @@ simplify translation handling (only cs is done anyway...)
|
||||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
@@ -180,32 +180,18 @@ if(NOT PDF4QT_BUILD_ONLY_CORE_LIBRARY)
|
||||
@@ -171,32 +171,18 @@ if(NOT PDF4QT_BUILD_ONLY_CORE_LIBRARY)
|
||||
add_subdirectory(WixInstaller)
|
||||
endif()
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ dont prepend ./ to the binary being lauched, it should be in $PATH
|
||||
Index: Pdf4QtLaunchPad/launchdialog.cpp
|
||||
--- Pdf4QtLaunchPad/launchdialog.cpp.orig
|
||||
+++ Pdf4QtLaunchPad/launchdialog.cpp
|
||||
@@ -120,7 +120,7 @@ void LaunchDialog::startProgram(const QString& program
|
||||
@@ -124,7 +124,7 @@ void LaunchDialog::startProgram(const QString& program
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user