harfbuzz: bump version.

* autoreconf is needed.
This commit is contained in:
Jerome Duval
2016-07-26 05:57:46 +00:00
parent f789b19d06
commit 5fd08dbb84
2 changed files with 6 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ COPYRIGHT="2004-2016 Behdad Esfahbod
LICENSE="MIT" LICENSE="MIT"
REVISION="1" REVISION="1"
SOURCE_URI="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2" SOURCE_URI="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
CHECKSUM_SHA256="bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026" CHECKSUM_SHA256="b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d"
PATCHES="harfbuzz-$portVersion.patchset" PATCHES="harfbuzz-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64" ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -34,8 +34,8 @@ fi
PROVIDES=" PROVIDES="
harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9 harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9
lib:libharfbuzz$secondaryArchSuffix = 0.10200.7 compat >= 0 lib:libharfbuzz$secondaryArchSuffix = 0.10300.0 compat >= 0
lib:libharfbuzz_icu$secondaryArchSuffix = 0.10200.7 compat >= 0 lib:libharfbuzz_icu$secondaryArchSuffix = 0.10300.0 compat >= 0
cmd:hb_ot_shape_closure$commandSuffix cmd:hb_ot_shape_closure$commandSuffix
cmd:hb_shape$commandSuffix cmd:hb_shape$commandSuffix
" "
@@ -54,8 +54,8 @@ REQUIRES="
PROVIDES_devel=" PROVIDES_devel="
harfbuzz${secondaryArchSuffix}_devel = $portVersion compat >= 0.9 harfbuzz${secondaryArchSuffix}_devel = $portVersion compat >= 0.9
devel:libharfbuzz$secondaryArchSuffix = 0.10200.7 compat >= 0 devel:libharfbuzz$secondaryArchSuffix = 0.10300.0 compat >= 0
devel:libharfbuzz_icu$secondaryArchSuffix = 0.10200.7 compat >= 0 devel:libharfbuzz_icu$secondaryArchSuffix = 0.10300.0 compat >= 0
" "
REQUIRES_devel=" REQUIRES_devel="
harfbuzz$secondaryArchSuffix == $portVersion base harfbuzz$secondaryArchSuffix == $portVersion base
@@ -90,6 +90,7 @@ BUILD_PREREQUIRES="
BUILD() BUILD()
{ {
autoreconf -fi
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir \ runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir \
--with-graphite2=yes --with-icu --with-graphite2=yes --with-icu
make $jobArgs make $jobArgs