mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
icu: add recipe for version 56.1.
* rename the 55.1 recipe for icu55 for compatibility.
This commit is contained in:
@@ -41,7 +41,7 @@ wrapping when displaying the text."
|
||||
HOMEPAGE="http://www.icu-project.org"
|
||||
COPYRIGHT="1995-2015 IBM Corporation and others."
|
||||
LICENSE="ICU"
|
||||
REVISION="6"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.icu-project.org/files/icu4c/$portVersion/icu4c-55_1-src.tgz"
|
||||
SOURCE_URI_2="http://www.iana.org/time-zones/repository/releases/tzdata2015g.tar.gz#noarchive"
|
||||
SOURCE_URI_3="http://download.icu-project.org/files/icu4c/$portVersion/icu4c-55_1-data.zip#noarchive"
|
||||
@@ -60,7 +60,7 @@ ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
icu$secondaryArchSuffix = $portVersion compat >= 55
|
||||
icu55$secondaryArchSuffix = $portVersion compat >= 55
|
||||
lib:libicudata$secondaryArchSuffix = $portVersion compat >= 55
|
||||
lib:libicui18n$secondaryArchSuffix = $portVersion compat >= 55
|
||||
lib:libicuio$secondaryArchSuffix = $portVersion compat >= 55
|
||||
@@ -79,7 +79,7 @@ REQUIRES+="
|
||||
fi
|
||||
|
||||
PROVIDES_devel="
|
||||
icu${secondaryArchSuffix}_devel = $portVersion
|
||||
icu55${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:icu_config${secondaryArchSuffix} = $portVersion compat >= 55
|
||||
devel:libicudata${secondaryArchSuffix} = $portVersion compat >= 55
|
||||
devel:libicui18n${secondaryArchSuffix} = $portVersion compat >= 55
|
||||
@@ -91,7 +91,11 @@ PROVIDES_devel="
|
||||
devel:libicuuc${secondaryArchSuffix} = $portVersion compat >= 55
|
||||
"
|
||||
REQUIRES_devel="
|
||||
icu${secondaryArchSuffix} == $portVersion base
|
||||
icu55${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
CONFLICTS_devel="
|
||||
icu${secondaryArchSuffix}_devel
|
||||
icu54${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
Reference in New Issue
Block a user