mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/texmacs to 1.99.5-2
This commit is contained in:
parent
e9cf49fdad
commit
5590ad36e5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue