mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
qt5: qtscript version was bumped to 5.15.6
This commit is contained in:
@@ -240,8 +240,8 @@ PROVIDES="
|
||||
# qtremoteobjects
|
||||
lib:libQt5RemoteObjects$secondaryArchSuffix = $portVersion compat >= 5
|
||||
# qtscript
|
||||
lib:libQt5Script$secondaryArchSuffix = $portVersion compat >= 5
|
||||
lib:libQt5ScriptTools$secondaryArchSuffix = $portVersion compat >= 5
|
||||
lib:libQt5Script$secondaryArchSuffix = 5.15.6 compat >= 5
|
||||
lib:libQt5ScriptTools$secondaryArchSuffix = 5.15.6 compat >= 5
|
||||
# qtscxml
|
||||
lib:libQt5Scxml$secondaryArchSuffix = $portVersion compat >= 5
|
||||
# qtsensors
|
||||
@@ -288,6 +288,7 @@ REQUIRES="
|
||||
lib:libgstbadaudio_1.0$secondaryArchSuffix
|
||||
lib:libgstreamer_1.0$secondaryArchSuffix
|
||||
lib:libgstvideo_1.0$secondaryArchSuffix
|
||||
lib:libharfbuzz$secondaryArchSuffix
|
||||
lib:libicudata$secondaryArchSuffix >= 66
|
||||
lib:libicui18n$secondaryArchSuffix >= 66
|
||||
lib:libicuuc$secondaryArchSuffix >= 66
|
||||
@@ -382,8 +383,8 @@ PROVIDES_devel="
|
||||
# qtremoteobjects
|
||||
devel:libQt5RemoteObjects$secondaryArchSuffix = $portVersion compat >= 5
|
||||
# qtscript
|
||||
devel:libQt5Script$secondaryArchSuffix = $portVersion compat >= 5
|
||||
devel:libQt5ScriptTools$secondaryArchSuffix = $portVersion compat >= 5
|
||||
devel:libQt5Script$secondaryArchSuffix = 5.15.6 compat >= 5
|
||||
devel:libQt5ScriptTools$secondaryArchSuffix = 5.15.6 compat >= 5
|
||||
# qtscxml
|
||||
devel:libQt5Scxml$secondaryArchSuffix = $portVersion compat >= 5
|
||||
# qtsensors
|
||||
@@ -640,8 +641,8 @@ defineDebugInfoPackage qt5$secondaryArchSuffix \
|
||||
"$libDir"/libQt5NetworkAuth.so.$portVersion \
|
||||
"$libDir"/libQt5Purchasing.so.$portVersion \
|
||||
"$libDir"/libQt5RemoteObjects.so.$portVersion \
|
||||
"$libDir"/libQt5Script.so.$portVersion \
|
||||
"$libDir"/libQt5ScriptTools.so.$portVersion \
|
||||
"$libDir"/libQt5Script.so.5.15.6 \
|
||||
"$libDir"/libQt5ScriptTools.so.5.15.6 \
|
||||
"$libDir"/libQt5Scxml.so.$portVersion \
|
||||
"$libDir"/libQt5Sensors.so.$portVersion \
|
||||
"$libDir"/libQt5SerialBus.so.$portVersion \
|
||||
@@ -816,8 +817,9 @@ INSTALL()
|
||||
|
||||
devCommands="balsam canbusutil fixqt4headers.pl
|
||||
meshdebug moc qgltf qlalr qmake qml qmlcachegen qmleasing qmlformat qmlimportscanner
|
||||
qmllint qmlmin qmlplugindump qmlpreview qmlprofiler qmlscene qmltestrunner qmltyperegistrar
|
||||
qscxmlc qvkgen rcc repc syncqt.pl tracegen uic xmlpatterns xmlpatternsvalidator"
|
||||
qmllint qmlmin qmlplugindump qmlpreview qmlprofiler qmlscene qmltestrunner
|
||||
qmltime qmltyperegistrar qscxmlc qvkgen rcc repc syncqt.pl tracegen uic
|
||||
xmlpatterns xmlpatternsvalidator"
|
||||
for i in $devCommands; do
|
||||
devPackageCommands="$devPackageCommands $binDir/$i"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user