qview: update to 5.0 (#6545)

This commit is contained in:
augiedoggie
2022-01-18 00:28:39 -07:00
committed by GitHub
parent cfe449b049
commit 33e38d6282

View File

@@ -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()