diff --git a/media-gfx/qview/qview-3.0.recipe b/media-gfx/qview/qview-5.0.recipe similarity index 90% rename from media-gfx/qview/qview-3.0.recipe rename to media-gfx/qview/qview-5.0.recipe index af31e64e3..362bcb911 100644 --- a/media-gfx/qview/qview-3.0.recipe +++ b/media-gfx/qview/qview-5.0.recipe @@ -7,11 +7,11 @@ while having low memory and CPU usage. With features such as animated GIF controls, file history, rotation/mirroring, \ and multithreaded preloading, minimalism doesn't have to be a compromise." HOMEPAGE="https://interversehq.com/qview/" -COPYRIGHT="2018-2020 jurplel and qView contributors" +COPYRIGHT="2018-2022 jurplel and qView contributors" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/jurplel/qView/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="0c4814171c787aa361e7c1da81babad86c6aa72a42247eab537b307a7b36a24d" +CHECKSUM_SHA256="c43a69f31c7b5011721c4509093044203fd81edb9046eafa32aa0a6e0846787a" SOURCE_FILENAME="qview.$portVersion.tar.gz" SOURCE_DIR="qView-$portVersion" ADDITIONAL_FILES="qview.rdef.in" @@ -25,25 +25,27 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix + lib:libGL$secondaryArchSuffix lib:libQt5Gui$secondaryArchSuffix lib:libQt5Network$secondaryArchSuffix lib:libQt5Core$secondaryArchSuffix - lib:libGL$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel + devel:libGL$secondaryArchSuffix devel:libQt5Gui$secondaryArchSuffix devel:libQt5Network$secondaryArchSuffix devel:libQt5Core$secondaryArchSuffix - devel:libGL$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:g++$secondaryArchSuffix - cmd:pkg_config$secondaryArchSuffix + cmd:lrelease$secondaryArchSuffix >= 5 cmd:make + cmd:pkg_config$secondaryArchSuffix cmd:qmake$secondaryArchSuffix >= 5 + cmd:rcc$secondaryArchSuffix >= 5 " BUILD()