Date: Wednesday, August 3, 2016 @ 09:20:44 Author: arojas Revision: 272950
Update to 1.99.5 Modified: texmacs/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-03 08:16:16 UTC (rev 272949) +++ PKGBUILD 2016-08-03 09:20:44 UTC (rev 272950) @@ -3,14 +3,13 @@ # Contributor: Damir Perisa <[email protected]> # Contributor: Christopher Reimer <[email protected]> pkgname=texmacs -pkgver=1.99.4 -pkgrel=2 +pkgver=1.99.5 +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/" license=('GPL') -depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 'shared-mime-info' - 'desktop-file-utils' 'qt4') +depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 'qt4') # do not remove texlive-core dependency, as it is needed! optdepends=('transfig: convert images using fig2ps' 'gawk: conversion of some files' @@ -20,7 +19,7 @@ makedepends=('ghostscript') source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz) options=('!emptydirs') -sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c') +sha1sums=('be6fdc39a094db6dc547490fa89a95876dbde002') prepare() { cd "${srcdir}/TeXmacs-${pkgver}-src" @@ -29,6 +28,8 @@ 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 + + autoreconf -vi sed -i -e 's/guile18 /guile1.8 /g' \ -e 's/guile18-config/guile-config1.8/g' \ configure @@ -39,6 +40,8 @@ sed -i '/gtk-update-icon-cache/d' Makefile.in sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in +# Remove stray backup files that break build + find -name '.*.d' -o -name '.*.cpp' -exec rm {} \; } build() {
