diff --git a/kde-apps/okular/okular_kf5-23.08.5.recipe b/kde-apps/okular/okular_kf5-23.08.5.recipe index 39820db72..ddfcb21dd 100644 --- a/kde-apps/okular/okular_kf5-23.08.5.recipe +++ b/kde-apps/okular/okular_kf5-23.08.5.recipe @@ -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 }