[arch-commits] Commit in texmacs/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Nov 19 20:09:07 UTC 2016


    Date: Saturday, November 19, 2016 @ 20:09:06
  Author: arojas
Revision: 281632

Fix launcher script (FS#51886)

Modified:
  texmacs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-19 19:18:51 UTC (rev 281631)
+++ PKGBUILD	2016-11-19 20:09:06 UTC (rev 281632)
@@ -4,7 +4,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/"
@@ -63,4 +63,6 @@
 
  # 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
 }



More information about the arch-commits mailing list