Date: Tuesday, June 4, 2013 @ 18:43:55
  Author: bpiotrowski
Revision: 187159

upgpkg: texmacs 1.0.7.19-2

- rebuild against guile1.8

Modified:
  texmacs/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-06-04 16:22:02 UTC (rev 187158)
+++ PKGBUILD    2013-06-04 16:43:55 UTC (rev 187159)
@@ -4,12 +4,12 @@
 
 pkgname=texmacs
 pkgver=1.0.7.19
-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/";
 license=('GPL')
-depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
          'desktop-file-utils' 'qt4')
 # do not remove texlive-core dependency, as it is needed!
 optdepends=('transfig: convert images using fig2ps'
@@ -27,6 +27,9 @@
     TeXmacs/misc/inkscape_plugin/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' \
+         configure
 
  # 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

Reply via email to