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

Giovanni Scafora giovanni at archlinux.org
Tue Feb 2 15:47:03 UTC 2010


    Date: Tuesday, February 2, 2010 @ 10:47:02
  Author: giovanni
Revision: 67049

upgpkg: texmacs 1.0.7.3-1
    upstream release

Modified:
  texmacs/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-02 14:59:14 UTC (rev 67048)
+++ PKGBUILD	2010-02-02 15:47:02 UTC (rev 67049)
@@ -3,27 +3,27 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=texmacs
-pkgver=1.0.7
-pkgrel=3
+pkgver=1.0.7.3
+pkgrel=1
 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")
+arch=('i686' 'x86_64')
 url="http://www.texmacs.org/"
 license=('GPL')
-depends=('perl' 'guile>=1.8.7' 'texlive-core' 'python' 'libxext' 'freetype2')
+depends=('perl' 'guile' '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")
-md5sums=('4b58579250a697cbf68ed83ef3805030')
-sha1sums=('aea77447930d847e5419814b3b3e5719be18c72b')
+source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+md5sums=('dd7886153661c39e9dc350afec5050a8')
 
 build() {
   cd ${srcdir}/TeXmacs-${pkgver}-src
   sed -i '/^LDPATH/d' src/makefile.in
-  ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man \
+              --libexecdir=/usr/lib
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 
  # fix fig2ps script
  sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
 }
-




More information about the arch-commits mailing list