mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
harfbuzz: bump version.
This commit is contained in:
@@ -16,7 +16,7 @@ COPYRIGHT="2010,2011,2012 Google, Inc.
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f"
|
||||
CHECKSUM_SHA256="d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7"
|
||||
#PATCHES="harfbuzz-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -24,8 +24,8 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9
|
||||
lib:libharfbuzz$secondaryArchSuffix = 0.10102.0 compat >= 0
|
||||
lib:libharfbuzz_icu$secondaryArchSuffix = 0.10102.0 compat >= 0
|
||||
lib:libharfbuzz$secondaryArchSuffix = 0.10103.0 compat >= 0
|
||||
lib:libharfbuzz_icu$secondaryArchSuffix = 0.10103.0 compat >= 0
|
||||
cmd:hb_ot_shape_closure$secondaryArchSuffix
|
||||
cmd:hb_shape$secondaryArchSuffix
|
||||
"
|
||||
@@ -44,7 +44,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
harfbuzz${secondaryArchSuffix}_devel = $portVersion compat >= 0.9
|
||||
devel:libharfbuzz$secondaryArchSuffix = 0.10100.0 compat >= 0
|
||||
devel:libharfbuzz$secondaryArchSuffix = 0.10103.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
harfbuzz$secondaryArchSuffix == $portVersion base
|
||||
@@ -83,8 +83,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove libtool library file
|
||||
rm $libDir/libharfbuzz.la
|
||||
# remove libtool library files
|
||||
rm $libDir/libharfbuzz*.la
|
||||
|
||||
prepareInstalledDevelLibs libharfbuzz
|
||||
fixPkgconfig
|
||||
Reference in New Issue
Block a user