From eedbf8f2c0df4b7cb2305edb995aefc2de18c79b Mon Sep 17 00:00:00 2001 From: Andi Machovec Date: Sun, 19 Jan 2025 03:56:09 +0100 Subject: [PATCH] kottan: update recipe for new version 0.14.4 (#11664) * kottan: rename recipe to new version 0.14.4 * kottan: use Makefile.release to build Kottan in release mode * kottan: supply correct sha256 checksum and set revision back to 1 --- .../kottan/{kottan-0.14.3.recipe => kottan-0.14.4.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename haiku-apps/kottan/{kottan-0.14.3.recipe => kottan-0.14.4.recipe} (86%) diff --git a/haiku-apps/kottan/kottan-0.14.3.recipe b/haiku-apps/kottan/kottan-0.14.4.recipe similarity index 86% rename from haiku-apps/kottan/kottan-0.14.3.recipe rename to haiku-apps/kottan/kottan-0.14.4.recipe index c169b23c0..34cd7899e 100644 --- a/haiku-apps/kottan/kottan-0.14.3.recipe +++ b/haiku-apps/kottan/kottan-0.14.4.recipe @@ -5,9 +5,9 @@ settings and other data." HOMEPAGE="https://github.com/andimachovec/Kottan" COPYRIGHT="2021 Andi Machovec" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/andimachovec/Kottan/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="8016ab074344a9868651375ff6c822cdc7bf78fa396f81242a93bda3098b8085" +CHECKSUM_SHA256="edc893c9776c2e9f274b61e7701b457eab9c4ca459ca457225b08ae6acb022c9" SOURCE_DIR="Kottan-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -32,7 +32,7 @@ BUILD_PREREQUIRES=" BUILD() { - make $jobArgs OBJ_DIR=objects + make -f Makefile.release $jobArgs OBJ_DIR=objects make bindcatalogs OBJ_DIR=objects }