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

Rémy Oudompheng remy at archlinux.org
Sun Oct 7 11:19:01 UTC 2012


    Date: Sunday, October 7, 2012 @ 07:19:01
  Author: remy
Revision: 168269

upgpkg: asymptote 2.20-1

Update to 2.20. Rebuild with glu dependency.

Modified:
  asymptote/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-07 11:14:11 UTC (rev 168268)
+++ PKGBUILD	2012-10-07 11:19:01 UTC (rev 168269)
@@ -4,20 +4,20 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.16
+pkgver=2.20
 pkgrel=1
 pkgdesc="A vector graphics language (like metapost)"
 arch=('i686' 'x86_64')
 url="http://asymptote.sourceforge.net/"
 license=("GPL3")
-depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw' 'libsigsegv')
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
 makedepends=('ghostscript' 'imagemagick')
 optdepends=('python2:           for the xasy GUI'
             'python-imaging:    for the xasy GUI'
             'tix:               for the xasy GUI')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
 install=texlive.install
-sha1sums=('ca110698b8c710eb93830f0fa55d29503c39e92a')
+sha1sums=('4c86ab71cff57a592944303b11d9bb6ec34f1cbd')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -36,7 +36,7 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-all
+  make -j1 DESTDIR="${pkgdir}" install-all
   sed -i -e 's at env python at env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
   # this dir contains png files that are already embedded in the pdf documentation:
   rm -rf ${pkgdir}/usr/share/info/asymptote




More information about the arch-commits mailing list