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

Giovanni Scafora giovanni at archlinux.org
Tue Feb 2 16:00:52 UTC 2010


    Date: Tuesday, February 2, 2010 @ 11:00:52
  Author: giovanni
Revision: 67051

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

........
  r67049 | giovanni | 2010-02-02 16:47:02 +0100 (mar, 02 feb 2010) | 2 lines
  
  upgpkg: texmacs 1.0.7.3-1
      upstream release
........

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

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


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

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2010-02-02 15:47:41 UTC (rev 67050)
+++ extra-i686/PKGBUILD	2010-02-02 16:00:52 UTC (rev 67051)
@@ -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