Use packaged version of liblayout in wonderbrush

This commit is contained in:
Chris Roberts
2013-10-19 11:10:59 -06:00
parent d5973ece50
commit 44235d637f

View File

@@ -8,7 +8,7 @@ LICENSE="WonderBrush"
COPYRIGHT="2005, Stephan Aßmus und Ingo Weinhold GbR"
SRC_URI="http://yellowbites.com/downloads/WonderBrush-2.1.2-x86-gcc2-2013-01-02.zip#noarchive"
CHECKSUM_MD5="28e64a56946c9f5aefa40486f35ffc77"
REVISION="4"
REVISION="5"
ARCHITECTURES="x86_gcc2"
if [ $effectiveTargetArchitecture = x86_gcc2 -a $targetArchitecture = x86 ]
then
@@ -24,6 +24,7 @@ REQUIRES="
haiku$secondaryArchSuffix >= r1~alpha3_pm-1
lib:libfreetype$secondaryArchSuffix >= 6
lib:libz$secondaryArchSuffix >= 1
lib:liblayout$secondaryArchSuffix
"
BUILD_REQUIRES="
"
@@ -50,6 +51,8 @@ INSTALL()
mkdir -p $appsDir
unzip -d $appsDir WonderBrush-2.1.2-x86-gcc2-2013-01-02.zip
rm -f $wonderbrushDir/lib/liblayout.so
# Hack to make libfreetype and libz available under the name WonderBrush
# has been linked against them.
ln -s $portPackageLinksDir/lib~libfreetype$secondaryArchSuffix/lib/libfreetype.so.6 \