lout: update to version 3.43. (#10272)

This commit is contained in:
OscarL
2024-03-29 16:33:42 -03:00
committed by GitHub
parent 488c8c84f3
commit 9f161e1282

View File

@@ -19,11 +19,11 @@ have an easier time learning how to use it. The files will be located under:
When working with Lout files under Haiku, using the Pe editor can be convenient, as it includes \
special supports for them (syntax coloring, content navigation, etc)."
HOMEPAGE="https://github.com/william8000/lout"
COPYRIGHT="1991-2010 Jeffrey H. Kingston"
COPYRIGHT="1991-2008 Jeffrey H. Kingston"
LICENSE="GNU GPL v3"
REVISION="3"
SOURCE_URI="$HOMEPAGE/archive/refs/tags/3.42.1.tar.gz"
CHECKSUM_SHA256="b0b2f66a0f959bc80835966c69ae4d4eef2cb0def2b03e634bf1c7e55b1fe6dd"
SOURCE_URI="https://github.com/william8000/lout/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="b95f1d0d75f31d3a59fd9ab6d15901e49155b94f000b5798b45c47b63eac6407"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -40,12 +40,12 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:ps2pdf
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:ps2pdf
"
BUILD()