qt6_location, revbump for openssl3 (#10898)

This commit is contained in:
Schrijvers Luc
2024-08-25 19:24:07 +02:00
committed by GitHub
parent aad30c118f
commit 460fa06bd3

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2015-2024 The Qt Company Ltd."
LICENSE="GNU LGPL v2.1
GNU LGPL v3
GNU FDL v1"
REVISION="1"
REVISION="2"
QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive"
SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtlocation-everywhere-src-$portVersion.tar.xz"
CHECKSUM_SHA256="bb044d66bc17db98f526ec1b52d8e94810e046310f288561380774e5903ad46a"
@@ -46,13 +46,13 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libGL$secondaryArchSuffix
devel:libQt6Core$secondaryArchSuffix
devel:libQt6Positioning$secondaryArchSuffix
devel:libQt6PositioningQuick$secondaryArchSuffix
devel:libQt6Qml$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libQt6Core$secondaryArchSuffix == $portVersion
devel:libQt6Positioning$secondaryArchSuffix == $portVersion
devel:libQt6PositioningQuick$secondaryArchSuffix == $portVersion
devel:libQt6Qml$secondaryArchSuffix == $portVersion
devel:libssl$secondaryArchSuffix >= 3
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -80,7 +80,7 @@ BUILD()
find -name cmake_install.cmake -exec sed -i "s|set(CMAKE_INSTALL_PREFIX.*|set(CMAKE_INSTALL_PREFIX \"$prefix\")|" {} \;
ninja -C build $jobArgs
ninja -v -C build $jobArgs
}
INSTALL()