[arch-commits] Commit in texmacs/repos (extra-i686 extra-i686/PKGBUILD)

Ronald van Haren ronald at archlinux.org
Tue Aug 4 05:30:19 UTC 2009


    Date: Tuesday, August 4, 2009 @ 01:30:19
  Author: ronald
Revision: 49149

Merged revisions 49148 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/texmacs/trunk

........
  r49148 | ronald | 2009-08-04 07:29:50 +0200 (Tue, 04 Aug 2009) | 2 lines
  
  upgpkg: texmacs 1.0.7-3
      fix insecure rpath FS#15763
........

Modified:
  texmacs/repos/extra-i686/	(properties)
  texmacs/repos/extra-i686/PKGBUILD

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


Property changes on: texmacs/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /texmacs/trunk:1-22872
   + /texmacs/trunk:1-49148

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-08-04 05:29:50 UTC (rev 49148)
+++ extra-i686/PKGBUILD	2009-08-04 05:30:19 UTC (rev 49149)
@@ -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