diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-01-08 22:54:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-09 07:12:22 +0700 |
commit | 7e4a0e1068ae4cf476f1e8e13ac62c3c4ed9f8f3 (patch) | |
tree | a6decac37e50fdc4e4a9cb852cd0f773bc2c264d /graphics/Blender/Blender.SlackBuild | |
parent | 3a4bce31ac49eee423e1d57927c5704c22d4fd92 (diff) | |
download | slackbuilds-7e4a0e1068ae4cf476f1e8e13ac62c3c4ed9f8f3.tar.gz |
graphics/Blender: Patched for Python 3.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/Blender/Blender.SlackBuild')
-rw-r--r-- | graphics/Blender/Blender.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild index 1dd0cb4ec7..8359268966 100644 --- a/graphics/Blender/Blender.SlackBuild +++ b/graphics/Blender/Blender.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for blender -# Copyright 2015 Chrisoph Willing Brisbane, Australia +# Copyright 2015-16 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ SRCNAM=blender PKGNAM=Blender VERSION=${VERSION:-2.74} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PYTHON_VERSION=$(python3 -c "import sys; print(sys.version[:3])") @@ -65,6 +65,7 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION patch -p0 < $CWD/buildinfo-$VERSION.diff +patch -p0 < $CWD/patch-${VERSION}-use-python35.diff chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |