summaryrefslogtreecommitdiff
path: root/libre/blender-libre/PKGBUILD
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-03-08 02:39:59 -0200
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-03-08 02:39:59 -0200
commitd6b456486e65c89b7da4b1f1afac0d36f929117a (patch)
tree4b1261894819e8f72f126aae53bfce33b5571cbb /libre/blender-libre/PKGBUILD
parentd1d015ae412926ef68122db65a05e6d608d03e13 (diff)
blender-libre: drop povray addon
Diffstat (limited to 'libre/blender-libre/PKGBUILD')
-rw-r--r--libre/blender-libre/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/libre/blender-libre/PKGBUILD b/libre/blender-libre/PKGBUILD
index 608c98c65..a721f66f9 100644
--- a/libre/blender-libre/PKGBUILD
+++ b/libre/blender-libre/PKGBUILD
@@ -14,8 +14,8 @@ fi
epoch=7
pkgver=2.66a
_pyver=3.3
-pkgrel=1
-pkgdesc="Fully integrated 3D graphics creation suite, without nonfree cuda-toolkit and redcode image format support$_spndesc"
+pkgrel=2
+pkgdesc="Fully integrated 3D graphics creation suite, without nonfree povray, cuda and redcode support$_spndesc"
arch=(
i686
x86_64
@@ -102,6 +102,8 @@ package() {
cd $srcdir/${_pkgname%-$_pkgflag}-$pkgver/build
setarch $CARCH make DESTDIR=$pkgdir install
setarch $CARCH python -m compileall $pkgdir/usr/share/${_pkgname%-$_pkgflag}
+ # drop nonfree povray render support
+ rm -vrf $pkgdir/usr/share/${_pkgname%-$_pkgflag}/${pkgver::4}/scripts/addons/render_povray
}
# vim:set ts=2 sw=2 et: