[arch-commits] Commit in texmacs/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Mar 12 21:14:25 UTC 2016
Date: Saturday, March 12, 2016 @ 22:14:24
Author: arojas
Revision: 261389
Update to 1.99.4
Modified:
texmacs/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-12 21:13:18 UTC (rev 261388)
+++ PKGBUILD 2016-03-12 21:14:24 UTC (rev 261389)
@@ -3,8 +3,8 @@
# Contributor: Damir Perisa <damir.perisa at bluewin.ch> # Contributor: Christopher Reimer <c.reimer1993 at gmail.com>
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/"
@@ -21,7 +21,7 @@
source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
install=texmacs.install
options=('!emptydirs')
-sha1sums=('5298e9bd3f61cd8f2117fe1d96a7435f8a788cc8')
+sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c')
prepare() {
cd "${srcdir}/TeXmacs-${pkgver}-src"
@@ -30,9 +30,10 @@
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 <libguile18.h>|#include <guile/gh.h>|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
More information about the arch-commits
mailing list