mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
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
This commit is contained in:
committed by
GitHub
parent
2f70407bfd
commit
7c896a3b8a
@@ -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="
|
||||
Reference in New Issue
Block a user