[arch-commits] Commit in texmacs/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Fri Sep 9 18:35:28 UTC 2011
Date: Friday, September 9, 2011 @ 14:35:27
Author: ronald
Revision: 137566
upgpkg: texmacs 1.0.7.12-1
update to 1.0.7.12
Modified:
texmacs/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-09 17:36:39 UTC (rev 137565)
+++ PKGBUILD 2011-09-09 18:35:27 UTC (rev 137566)
@@ -3,7 +3,7 @@
# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
pkgname=texmacs
-pkgver=1.0.7.10
+pkgver=1.0.7.12
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')
@@ -12,8 +12,9 @@
depends=('perl' 'guile' 'texlive-core' 'python2' '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)
-sha1sums=('12491496e68b62aa07369748770771a8c2378129')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.0.7.12-src.tar.gz)
+sha1sums=('9a6560dc2d8e685b97f4afe468b38d89bd29ca9d')
build() {
cd ${srcdir}/TeXmacs-${pkgver}-src
@@ -23,7 +24,8 @@
sed -i '/^LDPATH/d' src/makefile.in
./configure --prefix=/usr \
--mandir=/usr/share/man \
- --libexecdir=/usr/lib
+ --libexecdir=/usr/lib \
+ --disable-qt
make
}
More information about the arch-commits
mailing list