fs_uae_launcher: build with python 3.9

This commit is contained in:
Jerome Duval
2023-03-08 21:45:47 +01:00
parent effe803621
commit bc5e15ac2d

View File

@@ -8,7 +8,7 @@ setting up FS-UAE."
HOMEPAGE="https://fs-uae.net/launcher/"
COPYRIGHT="2011-2017 Frode Solheim"
LICENSE="GNU GPL v2"
REVISION="4"
REVISION="5"
SOURCE_URI="https://fs-uae.net/stable/$portVersion/fs-uae-launcher-$portVersion.tar.gz"
CHECKSUM_SHA256="27797a04b9fc0be2805ae992c2950ff6228383fa153eccefbdebfc6789ca76b6"
SOURCE_DIR="fs-uae-launcher-$portVersion"
@@ -24,9 +24,9 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
fs_uae$secondaryArchSuffix
pip_python38$secondaryArchSuffix
pyqt5_python38$secondaryArchSuffix
requests_python38$secondaryArchSuffix
pip_python39$secondaryArchSuffix
pyqt5_python39$secondaryArchSuffix
requests_python39$secondaryArchSuffix
"
BUILD_REQUIRES="
@@ -35,12 +35,12 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:make
cmd:msgfmt
cmd:python3.8
cmd:python3.9
"
PATCH()
{
sed -i -e "s|python3|python3.8|g" Makefile
sed -i -e "s|python3|python3.9|g" Makefile
}
BUILD()