From 2f1fbd0a23cd313f30a89abf22257f8fd9d6c561 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 14 Mar 2016 23:15:05 +0000 Subject: [PATCH] extra/texmacs to 1.99.4-1 --- extra/texmacs/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/extra/texmacs/PKGBUILD b/extra/texmacs/PKGBUILD index c974eb83c..d92fe5360 100644 --- a/extra/texmacs/PKGBUILD +++ b/extra/texmacs/PKGBUILD @@ -6,8 +6,8 @@ # - patch to fix qreal usage pkgname=texmacs -pkgver=1.99.2 -pkgrel=2 +pkgver=1.99.4 +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') url="http://www.texmacs.org/" @@ -25,7 +25,7 @@ source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.t arm.patch) install=texmacs.install options=('!emptydirs') -sha1sums=('5298e9bd3f61cd8f2117fe1d96a7435f8a788cc8' +sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c' '3c431d63360da065b4021df04ed052ee6b18b8ae') prepare() { @@ -36,9 +36,10 @@ prepare() { 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' \ - -e 's/guile-config/guile-config1.8/g' \ + sed -i -e 's/guile18 /guile1.8 /g' \ + -e 's/guile18-config/guile-config1.8/g' \ configure + sed -i -e 's|#include |#include |g' src/Scheme/Guile/guile_tm.hpp # Don't generate icon-cache and mime-database (namcap tells that they should not be in a package) sed -i '/update-mime-database/d' Makefile.in