mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
Qt6.9 cleanups (#12620)
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user