mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
harfbuzz: bump version
This commit is contained in:
@@ -19,21 +19,21 @@ COPYRIGHT="
|
||||
1998-2004 David Turner and Werner Lemberg
|
||||
"
|
||||
SRC_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="0aa1a8aba6f502321cf6fef3c9d2c73dde48389c5ed1d3615a7691944c2a06ed"
|
||||
REVISION="4"
|
||||
CHECKSUM_SHA256="3bfbf7b016167ee6b2a2f83948fef75cc1253081873d6a91022161815956b9be"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
# for a different secondary architecture.
|
||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86 ?x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="harfbuzz-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9
|
||||
lib:libharfbuzz$secondaryArchSuffix = 0.935.0 compat >= 0.935
|
||||
lib:libharfbuzz$secondaryArchSuffix = 0.936.0 compat >= 0.936
|
||||
cmd:hb_ot_shape_closure$secondaryArchSuffix
|
||||
cmd:hb_shape$secondaryArchSuffix
|
||||
"
|
||||
@@ -98,7 +98,7 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
harfbuzz${secondaryArchSuffix}_devel = $portVersion compat >= 0.9
|
||||
devel:libharfbuzz$secondaryArchSuffix = 0.935.0 compat >= 0.935
|
||||
devel:libharfbuzz$secondaryArchSuffix = 0.936.0 compat >= 0.936
|
||||
"
|
||||
REQUIRES_devel="
|
||||
harfbuzz$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user