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

Ronald van Haren ronald at archlinux.org
Tue Aug 4 05:29:51 UTC 2009


    Date: Tuesday, August 4, 2009 @ 01:29:50
  Author: ronald
Revision: 49148

upgpkg: texmacs 1.0.7-3
    fix insecure rpath FS#15763

Modified:
  texmacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-04 01:36:02 UTC (rev 49147)
+++ PKGBUILD	2009-08-04 05:29:50 UTC (rev 49148)
@@ -4,18 +4,19 @@
 
 pkgname=texmacs
 pkgver=1.0.7
-pkgrel=2
+pkgrel=3
 pkgdesc="GNU TeXmacs is a free scientific text editor, which was both 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>=1.8.4' 'texlive-core' 'python' 'libxext' 'freetype2')
+depends=('perl' 'guile>=1.8.7' 'texlive-core' 'python' 'libxext' 'freetype2')
 # do not remove texlive-core dependency, as it is needed!
 optdepends=('transfig: convert images using fig2ps')
 source=("ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz")
 
 build() {
   cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i '/^LDPATH/d' src/makefile.in
   ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list