Pencil: bump version

This commit is contained in:
Gerasim Troeglazov
2020-08-23 14:07:06 +10:00
parent 269a6a6af2
commit 0df3e8daf7

View File

@@ -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
}