mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
harfbuzz: bump version.
This commit is contained in:
@@ -16,7 +16,7 @@ COPYRIGHT="2010,2011,2012 Google, Inc.
|
|||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
|
SOURCE_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c"
|
CHECKSUM_SHA256="449dbdf12a8f94aedbdefaac831d8b1bf45e7decaa9192eaa4f74104ef9de491"
|
||||||
#PATCHES="harfbuzz-$portVersion.patchset"
|
#PATCHES="harfbuzz-$portVersion.patchset"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||||
@@ -24,8 +24,8 @@ SECONDARY_ARCHITECTURES="x86"
|
|||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9
|
harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9
|
||||||
lib:libharfbuzz$secondaryArchSuffix = 0.10200.3 compat >= 0
|
lib:libharfbuzz$secondaryArchSuffix = 0.10200.4 compat >= 0
|
||||||
lib:libharfbuzz_icu$secondaryArchSuffix = 0.10200.3 compat >= 0
|
lib:libharfbuzz_icu$secondaryArchSuffix = 0.10200.4 compat >= 0
|
||||||
cmd:hb_ot_shape_closure$secondaryArchSuffix
|
cmd:hb_ot_shape_closure$secondaryArchSuffix
|
||||||
cmd:hb_shape$secondaryArchSuffix
|
cmd:hb_shape$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
@@ -44,7 +44,7 @@ REQUIRES="
|
|||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
harfbuzz${secondaryArchSuffix}_devel = $portVersion compat >= 0.9
|
harfbuzz${secondaryArchSuffix}_devel = $portVersion compat >= 0.9
|
||||||
devel:libharfbuzz$secondaryArchSuffix = 0.10200.3 compat >= 0
|
devel:libharfbuzz$secondaryArchSuffix = 0.10200.4 compat >= 0
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
harfbuzz$secondaryArchSuffix == $portVersion base
|
harfbuzz$secondaryArchSuffix == $portVersion base
|
||||||
@@ -64,9 +64,11 @@ BUILD_REQUIRES="
|
|||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:automake
|
cmd:automake
|
||||||
|
cmd:autoreconf
|
||||||
|
cmd:aclocal
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:ld$secondaryArchSuffix
|
cmd:ld$secondaryArchSuffix
|
||||||
cmd:libtool
|
cmd:libtool$secondaryArchSuffix
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:grep
|
cmd:grep
|
||||||
cmd:sed
|
cmd:sed
|
||||||
@@ -75,6 +77,7 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
|
autoreconf -fi
|
||||||
runConfigure ./configure --with-graphite2=yes --with-icu
|
runConfigure ./configure --with-graphite2=yes --with-icu
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user