[arch-commits] Commit in blender/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Mar 3 07:33:14 UTC 2017


    Date: Friday, March 3, 2017 @ 07:33:13
  Author: svenstaro
Revision: 214619

upgpkg: blender 17:2.78.c-2

Include blender-softwaregl

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-03 07:13:24 UTC (rev 214618)
+++ PKGBUILD	2017-03-03 07:33:13 UTC (rev 214619)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.78.c
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
+pkgrel=2
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
@@ -95,6 +95,7 @@
   cd "$srcdir/$pkgname-$pkgver/build"
 
   make DESTDIR="${pkgdir}" install
+  install -Dm755 ../release/bin/blender-softwaregl "${pkgdir}/usr/bin/blender-softwaregl"
   python -m compileall "${pkgdir}/usr/share/blender"
   python -O -m compileall "${pkgdir}/usr/share/blender"
 }



More information about the arch-commits mailing list