mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
harfbuzz: bump version
This commit is contained in:
@@ -1,43 +0,0 @@
|
||||
SUMMARY="HarfBuzz is an OpenType text shaping engine."
|
||||
DESCRIPTION="
|
||||
HarfBuzz is an OpenType text shaping engine. It is used to layout complex text
|
||||
such as the Indic and Arabic alphabets.
|
||||
"
|
||||
HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
||||
SRC_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="601cea38c6fa0cf362dd9042c66cf4db711c5f9390de4ca46d6d2fc3f64de390"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
PROVIDES="
|
||||
harfbuzz = $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libfreetype
|
||||
devel:libglib_2.0
|
||||
devel:cairo
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:automake
|
||||
cmd:gcc
|
||||
cmd:gtkdocize
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
cmd:pkg_config
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002-2010 Damon Chaplin and Owen Taylor"
|
||||
@@ -19,8 +19,8 @@ COPYRIGHT="
|
||||
1998-2004 David Turner and Werner Lemberg
|
||||
"
|
||||
SRC_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="6736f383b4edfcaaeb6f3292302ca382d617d8c79948bb2dd2e8f86cdccfd514"
|
||||
REVISION="2"
|
||||
CHECKSUM_SHA256="1717344b6e782d3fb57180da792fba661c2f0b1cb32ecbf373c219c801d6136b"
|
||||
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
|
||||
@@ -33,7 +33,7 @@ PATCHES="harfbuzz-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9
|
||||
lib:libharfbuzz$secondaryArchSuffix = 0.938.0 compat >= 0.938
|
||||
lib:libharfbuzz$secondaryArchSuffix = 0.939.0 compat >= 0
|
||||
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.938.0 compat >= 0.938
|
||||
devel:libharfbuzz$secondaryArchSuffix = 0.939.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
harfbuzz$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user