diff --git a/kde-apps/okular/okular-19.08.2.recipe b/kde-apps/okular/okular-19.12.0.recipe similarity index 94% rename from kde-apps/okular/okular-19.08.2.recipe rename to kde-apps/okular/okular-19.12.0.recipe index 8a5985d6f..895dcea72 100644 --- a/kde-apps/okular/okular-19.08.2.recipe +++ b/kde-apps/okular/okular-19.12.0.recipe @@ -9,9 +9,9 @@ Features: HOMEPAGE="https://okular.kde.org" COPYRIGHT="2010-2019 KDE Organisation" LICENSE="GNU LGPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/KDE/okular/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="59c6666f7fa68fc2504cb652eadeff3f99572913708fe36604c14c147a5c0309" +CHECKSUM_SHA256="1221ab6ed7218eb6d210ff8e59f2c39613059cd2bc27adfb109b36064124f397" SOURCE_DIR="okular-$portVersion" PATCHES="okular-$portVersion.patchset" ADDITIONAL_FILES="okular.rdef.in" @@ -26,7 +26,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix -# lib:libchm$secondaryArchSuffix + lib:libchm$secondaryArchSuffix lib:libdjvulibre$secondaryArchSuffix lib:libepub$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix @@ -87,8 +87,8 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.55 -# devel:libchm$secondaryArchSuffix + extra_cmake_modules$secondaryArchSuffix >= 5.65 + devel:libchm$secondaryArchSuffix devel:libdjvulibre$secondaryArchSuffix devel:libepub$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix @@ -135,7 +135,7 @@ BUILD_REQUIRES=" devel:libpoppler$secondaryArchSuffix >= 87 devel:libpoppler_qt5$secondaryArchSuffix >= 1.19 devel:libqca$secondaryArchSuffix >= 2 - devel:libQt5Core$secondaryArchSuffix >= 5.12 + devel:libQt5Core$secondaryArchSuffix >= 5.14 devel:libtiff$secondaryArchSuffix devel:libz$secondaryArchSuffix devel:libzip$secondaryArchSuffix @@ -183,7 +183,10 @@ INSTALL() make install mv $appsDir/okular $appsDir/Okular - rm -rf $appsDir/{okularkirigami,etc} $dataDir/{applications,icons} $libDir/Qt5 + rm -rf \ + $libDir/qml \ + $appsDir/okularkirigami \ + $dataDir/{applications,config.kcfg,icons,kconf_update,Qt5,qlogging-categories5} prepareInstalledDevelLibs \ libOkular5Core diff --git a/kde-apps/okular/patches/okular-19.08.2.patchset b/kde-apps/okular/patches/okular-19.12.0.patchset similarity index 100% rename from kde-apps/okular/patches/okular-19.08.2.patchset rename to kde-apps/okular/patches/okular-19.12.0.patchset