Qt6.9 cleanups (#12620)

This commit is contained in:
Schrijvers Luc
2025-07-29 09:11:08 +02:00
committed by GitHub
parent 47e3b2fbcd
commit f4af4156d5
28 changed files with 449 additions and 351 deletions

View File

@@ -17,12 +17,15 @@ SOURCE_DIR="qtscxml-everywhere-src-$portVersion"
ARCHITECTURES="?all !x86_gcc2"
SECONDARY_ARCHITECTURES="?x86"
libVersion="$portVersion"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
qt6_scxml$secondaryArchSuffix = $portVersion compat >= 6
lib:libQt6Scxml$secondaryArchSuffix = $portVersion compat >= 6
lib:libQt6ScxmlQml$secondaryArchSuffix = $portVersion compat >= 6
lib:libQt6StateMachine$secondaryArchSuffix = $portVersion compat >= 6
lib:libQt6StateMachineQml$secondaryArchSuffix = $portVersion compat >= 6
lib:libQt6Scxml$secondaryArchSuffix = $libVersionCompat
lib:libQt6ScxmlQml$secondaryArchSuffix = $libVersionCompat
lib:libQt6StateMachine$secondaryArchSuffix = $libVersionCompat
lib:libQt6StateMachineQml$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -39,10 +42,10 @@ REQUIRES="
PROVIDES_devel="
qt6_scxml${secondaryArchSuffix}_devel = $portVersion compat >= 6
devel:libQt6Scxml$secondaryArchSuffix = $portVersion compat >= 6
devel:libQt6ScxmlQml$secondaryArchSuffix = $portVersion compat >= 6
devel:libQt6StateMachine$secondaryArchSuffix = $portVersion compat >= 6
devel:libQt6StateMachineQml$secondaryArchSuffix = $portVersion compat >= 6
devel:libQt6Scxml$secondaryArchSuffix = $libVersionCompat
devel:libQt6ScxmlQml$secondaryArchSuffix = $libVersionCompat
devel:libQt6StateMachine$secondaryArchSuffix = $libVersionCompat
devel:libQt6StateMachineQml$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
qt6_scxml$secondaryArchSuffix == $portVersion base
@@ -51,14 +54,14 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix >= 3
devel:libcrypto$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
devel:libQt6Core$secondaryArchSuffix == $portVersion
devel:libQt6Gui$secondaryArchSuffix == $portVersion
devel:libQt6Qml$secondaryArchSuffix == $portVersion
devel:libQt6QmlModels$secondaryArchSuffix == $portVersion
devel:libQt6Quick$secondaryArchSuffix == $portVersion
devel:libssl$secondaryArchSuffix >= 3
devel:libssl$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="