From 4646409963b52be68f5ac538feae42e1f3f52e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 22 Jun 2025 21:40:28 +0200 Subject: [PATCH] lutok: bump version --- .../lutok/{lutok-0.4.recipe => lutok-0.6.1.recipe} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename dev-lua/lutok/{lutok-0.4.recipe => lutok-0.6.1.recipe} (91%) diff --git a/dev-lua/lutok/lutok-0.4.recipe b/dev-lua/lutok/lutok-0.6.1.recipe similarity index 91% rename from dev-lua/lutok/lutok-0.4.recipe rename to dev-lua/lutok/lutok-0.6.1.recipe index ef77d6a9f..cfcc716df 100644 --- a/dev-lua/lutok/lutok-0.4.recipe +++ b/dev-lua/lutok/lutok-0.6.1.recipe @@ -14,9 +14,9 @@ the Lua C API and thus degrade performance." HOMEPAGE="https://github.com/jmmv/lutok" COPYRIGHT="2011, 2012, 2014 Google Inc" LICENSE="BSD (3-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/jmmv/lutok/releases/download/lutok-$portVersion/lutok-$portVersion.tar.gz" -CHECKSUM_SHA256="2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5" +CHECKSUM_SHA256="509c43c240ba47b8c452b45f3423a416fa91bdfc0341bfb806e0b78f65ce452d" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -44,12 +44,12 @@ PROVIDES_devel=" " REQUIRES_devel=" lutok$secondaryArchSuffix == $portVersion base - devel:liblua$secondaryArchSuffix + devel:liblua$secondaryArchSuffix >= 5.4 " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:liblua$secondaryArchSuffix + devel:liblua$secondaryArchSuffix >= 5.4 devel:libatf_c++$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -73,6 +73,7 @@ defineDebugInfoPackage lutok$secondaryArchSuffix \ BUILD() { + AUTOCONF=: AUTOMAKE=: \ runConfigure --omit-dirs docDir ./configure \ --docdir="$developDocDir" \ --disable-static \ @@ -86,7 +87,7 @@ INSTALL() install -d -m 755 "$docDir" mv "$developDocDir/AUTHORS" "$docDir" - rm "$developDocDir"/{README,COPYING} + rm "$developDocDir"/{README.md,COPYING} rm -f "$libDir"/*.la rm -rf "$prefix"/tests