Date: Monday, August 25, 2014 @ 21:26:40 Author: ronald Revision: 220646
upgpkg: texmacs 1.99.2-1 update to 1.99.2 Modified: texmacs/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-25 02:36:50 UTC (rev 220645) +++ PKGBUILD 2014-08-25 19:26:40 UTC (rev 220646) @@ -3,7 +3,7 @@ # Contributor: Damir Perisa <[email protected]> # Contributor: Christopher Reimer <[email protected]> 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') @@ -18,13 +18,13 @@ source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz) install=texmacs.install options=('!emptydirs') -sha1sums=('a5c7171644c84866445334b2d0cb39a6d9dd5f54') - +sha1sums=('5298e9bd3f61cd8f2117fe1d96a7435f8a788cc8') + prepare() { cd "${srcdir}/TeXmacs-${pkgver}-src" 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' \
