mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Pencil: bump version
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="Pascal Naidon, Patrick Corrieri, Matt Chang"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/pencil2d/pencil/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9be6d699cb5a960af89a10ee77dce33ddfe050eb3f0327a055e13f395d92afe6"
|
||||
CHECKSUM_SHA256="31903c54c8f0a79385cc5f519b380d26524219984e619204820b946c96fc2482"
|
||||
ADDITIONAL_FILES="pencil.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -48,8 +48,15 @@ BUILD_PREREQUIRES="
|
||||
cmd:which
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -e '/tests/ s/^#*/#/' -i $sourceDir/pencil2d.pro
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export DISABLE_ASLR=1
|
||||
|
||||
qmake
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user