[arch-commits] Commit in texmacs/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Tue Aug 4 06:01:42 UTC 2009
Date: Tuesday, August 4, 2009 @ 02:01:42
Author: ronald
Revision: 49152
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-x86_64/ (properties)
texmacs/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Property changes on: texmacs/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /texmacs/trunk:1-22871
+ /texmacs/trunk:1-49151
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-08-04 05:59:49 UTC (rev 49151)
+++ extra-x86_64/PKGBUILD 2009-08-04 06:01:42 UTC (rev 49152)
@@ -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