From 7c896a3b8a78b94162dfedd4e068a8c8b3357484 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini <3501519+jackburton79@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:04:45 +0200 Subject: [PATCH] Genio 3: Fix 32 bit build (#10698) * Genio 3: Fix 32 bit build * Genio: Remove version constraint for lexilla * Renamed recipe * Reordered libraries alphabetically * Reordered libraries --- .../genio/{genio-3.0.0.recipe => genio-3.0.recipe} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename haiku-apps/genio/{genio-3.0.0.recipe => genio-3.0.recipe} (91%) diff --git a/haiku-apps/genio/genio-3.0.0.recipe b/haiku-apps/genio/genio-3.0.recipe similarity index 91% rename from haiku-apps/genio/genio-3.0.0.recipe rename to haiku-apps/genio/genio-3.0.recipe index 5b84d3eed..f3c97bbe2 100644 --- a/haiku-apps/genio/genio-3.0.0.recipe +++ b/haiku-apps/genio/genio-3.0.recipe @@ -14,11 +14,11 @@ HOMEPAGE="https://github.com/Genio-The-Haiku-IDE/Genio/releases" COPYRIGHT="2022-2024 The Genio Team" LICENSE="BSD (3-clause) MIT" -REVISION="1" -SOURCE_URI="https://github.com/Genio-The-Haiku-IDE/Genio/archive/v3.0.tar.gz" +REVISION="2" +SOURCE_URI="https://github.com/Genio-The-Haiku-IDE/Genio/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="64cb18b552a6336e22903b6fc659253bf1ad02831fb2bc4dd892e7e65023465c" -SOURCE_FILENAME="Genio-v3.0.tar.gz" -SOURCE_DIR="Genio-3.0" +SOURCE_FILENAME="Genio-v$portVersion.tar.gz" +SOURCE_DIR="Genio-$portVersion" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -32,16 +32,16 @@ REQUIRES=" gcc${secondaryArchSuffix}_syslibs_devel cmd:clang >= 16 lib:libeditorconfig$secondaryArchSuffix - lib:liblexilla$secondaryArchSuffix >= 5.2.4 lib:libgit2$secondaryArchSuffix + lib:liblexilla$secondaryArchSuffix lib:libyaml_cpp$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libeditorconfig - devel:liblexilla$secondaryArchSuffix >= 5.2.4 + devel:libeditorconfig$secondaryArchSuffix devel:libgit2$secondaryArchSuffix >= 1.5 + devel:liblexilla$secondaryArchSuffix >= 5.2.4 devel:libyaml_cpp$secondaryArchSuffix >= 0.8 " BUILD_PREREQUIRES="