mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Use packaged version of liblayout in wonderbrush
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user