extra/texmacs to 1.99.2-1

This commit is contained in:
Kevin Mihelich 2014-08-25 20:20:40 +00:00
parent 6ab571ac37
commit f7eb6795cd

View file

@ -6,7 +6,7 @@
# - patch to fix qreal usage
pkgname=texmacs
pkgver=1.99.1
pkgver=1.99.2
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas) in one."
arch=('i686' 'x86_64')
@ -22,7 +22,7 @@ source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.t
arm.patch)
install=texmacs.install
options=('!emptydirs')
sha1sums=('a5c7171644c84866445334b2d0cb39a6d9dd5f54'
sha1sums=('5298e9bd3f61cd8f2117fe1d96a7435f8a788cc8'
'3c431d63360da065b4021df04ed052ee6b18b8ae')
prepare() {
@ -30,7 +30,7 @@ prepare() {
patch -p1 -i ../arm.patch
sed -i 's/env python/env python2/' \
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
TeXmacs/misc/inkscape_extension/texmacs_reedit.py
sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
sed -i '/^LDPATH/d' src/makefile.in
sed -i -e 's/guile /guile1.8 /g' \