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

Antonio Rojas arojas at archlinux.org
Sun Jun 30 10:13:58 UTC 2019


    Date: Sunday, June 30, 2019 @ 10:13:58
  Author: arojas
Revision: 357092

Update to 1.99.10

Modified:
  texmacs/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-30 10:12:09 UTC (rev 357091)
+++ PKGBUILD	2019-06-30 10:13:58 UTC (rev 357092)
@@ -2,7 +2,7 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch> # Contributor: Christopher Reimer <c.reimer1993 at gmail.com>
 
 pkgname=texmacs
-pkgver=1.99.9
+pkgver=1.99.10
 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=('x86_64')
@@ -18,14 +18,13 @@
 makedepends=('ghostscript' 'cmake')
 source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
 options=('!emptydirs')
-sha256sums=('29f0cd141ac81a62fd6d1dd04a53b500083deeca97a5e150ebef62e493d32545')
+sha256sums=('025e5a2eed92b76fedd9430fb1e8aed968d4cf59031f09f048bb9e19d95c22cc')
 
 prepare() {
   cd 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_extension/texmacs_reedit.py
+  find -name '*.py' | xargs sed -i 's/env python/env python2/'
+  sed -e 's/env python/env python2/' -i plugins/{gnuplot/bin/tm_gnuplot,python/bin/tm_python,graph/bin/tm_graph}
   sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
 }
 
@@ -36,7 +35,6 @@
   cd build
 
   cmake .. \
-    -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DGUILECONFIG_EXECUTABLE=/usr/bin/guile-config1.8
   make



More information about the arch-commits mailing list