From 0df3e8daf7ef0879fd79d908ad05deb2954d42a6 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 23 Aug 2020 14:07:06 +1000 Subject: [PATCH] Pencil: bump version --- .../pencil/{pencil-0.6.4.recipe => pencil-0.6.5.recipe} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename media-gfx/pencil/{pencil-0.6.4.recipe => pencil-0.6.5.recipe} (92%) diff --git a/media-gfx/pencil/pencil-0.6.4.recipe b/media-gfx/pencil/pencil-0.6.5.recipe similarity index 92% rename from media-gfx/pencil/pencil-0.6.4.recipe rename to media-gfx/pencil/pencil-0.6.5.recipe index d85938519..92b70284e 100644 --- a/media-gfx/pencil/pencil-0.6.4.recipe +++ b/media-gfx/pencil/pencil-0.6.5.recipe @@ -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 }