extra/texmacs to 1.99.5-2

This commit is contained in:
Kevin Mihelich 2016-11-19 20:37:15 +00:00
parent e9cf49fdad
commit 5590ad36e5

View file

@ -7,7 +7,7 @@
pkgname=texmacs
pkgver=1.99.5
pkgrel=1
pkgrel=2
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')
url="http://www.texmacs.org/"
@ -71,4 +71,6 @@ package() {
# fix fig2ps script
sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
# fix launch script
sed -e 's|\@CONFIG_LIB_PATH\@|LD_LIBRARY_PATH|g' -i "$pkgdir"/usr/bin/texmacs
}