mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
qscintilla: also provides qscintilla_python38 on x86
This commit is contained in:
@@ -25,7 +25,7 @@ This version of QScintilla is based on Scintilla v3.5.4."
|
||||
HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/"
|
||||
COPYRIGHT="2015-2017 Riverbank Computing Limited"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.riverbankcomputing.com/static/Downloads/QScintilla/$portVersion/QScintilla-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e7346057db47d2fb384467fafccfcb13aa0741373c5d593bc72b55b2f0dd20a7"
|
||||
SOURCE_DIR="QScintilla-$portVersion"
|
||||
@@ -63,6 +63,12 @@ REQUIRES_python38="
|
||||
qscintilla$secondaryArchSuffix == $portVersion base
|
||||
pyqt5_python38
|
||||
"
|
||||
if [ "$targetArchitecture" = "x86_gcc2" ]; then
|
||||
PROVIDES_python38+="
|
||||
qscintilla_python38 = $portVersion
|
||||
"
|
||||
fi
|
||||
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
Reference in New Issue
Block a user