[arch-commits] Commit in asymptote/trunk (PKGBUILD)
Rémy Oudompheng
remy at archlinux.org
Sun Aug 22 14:31:48 UTC 2010
Date: Sunday, August 22, 2010 @ 10:31:47
Author: remy
Revision: 88332
Upstream update (2.04)
Modified:
asymptote/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-08-22 13:34:32 UTC (rev 88331)
+++ PKGBUILD 2010-08-22 14:31:47 UTC (rev 88332)
@@ -3,7 +3,7 @@
# Contributor: bender02 at gmx dot com
pkgname=asymptote
-pkgver=2.00
+pkgver=2.04
pkgrel=1
pkgdesc="A vector graphics language (like metapost)"
arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
license=("GPL3")
depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw')
makedepends=('ghostscript' 'imagemagick')
-optdepends=('python: for the xasy GUI'
- 'pil: for the xasy GUI'
- 'tix: for the xasy GUI')
+optdepends=('python: 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
@@ -29,7 +29,8 @@
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install-all || return 1
+ # 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
}
-md5sums=('3db1b45502e0733029deaa8a971a4a70')
+md5sums=('6adb5d7714b662152b6f6f16c24f5751')
More information about the arch-commits
mailing list