okular_kf5, revbump, force poppler23 usage (#13543)

This commit is contained in:
Schrijvers Luc
2025-12-30 13:59:51 +01:00
committed by GitHub
parent ef5042d473
commit 5dc8ff5cdf

View File

@@ -9,7 +9,7 @@ Features:
HOMEPAGE="https://okular.kde.org"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="4"
REVISION="5"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/okular-$portVersion.tar.xz"
CHECKSUM_SHA256="d5d51f69b176a250907ee70e8f97143fc9d705cee3ef7ff448626c8a529ce364"
SOURCE_DIR="okular-$portVersion"
@@ -152,8 +152,8 @@ BUILD_REQUIRES="
devel:libmarkdown$secondaryArchSuffix
devel:libphonon4qt5$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libpoppler$secondaryArchSuffix >= 133
devel:libpoppler_qt5$secondaryArchSuffix >= 1.33
devel:libpoppler$secondaryArchSuffix >= 133.0.0
devel:libpoppler_qt5$secondaryArchSuffix >= 1.33.0
devel:libqca_qt5$secondaryArchSuffix >= 2
devel:libqmobipocket$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
@@ -189,7 +189,8 @@ BUILD()
-DCMAKE_INSTALL_BINDIR=$appsDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-Wno-dev
make -C build $jobArgs
}