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

Ronald van Haren ronald at archlinux.org
Thu Nov 13 11:17:10 UTC 2008


    Date: Thursday, November 13, 2008 @ 06:17:10
  Author: ronald
Revision: 18986

Merged revisions 18931,18976 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/texmacs/trunk

........
  r18931 | francois | 2008-11-11 09:14:59 +0100 (Tue, 11 Nov 2008) | 1 line
  
  changed dep to texlive-core
........
  r18976 | ronald | 2008-11-13 11:11:13 +0100 (Thu, 13 Nov 2008) | 1 line
  
  upgpkg: texmacs 1.0.7-1
........

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

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Property changes on: texmacs/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /texmacs/trunk:1-961
   + /texmacs/trunk:1-18985

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-11-13 11:02:50 UTC (rev 18985)
+++ extra-i686/PKGBUILD	2008-11-13 11:17:10 UTC (rev 18986)
@@ -1,23 +1,22 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=texmacs
-pkgver=1.0.6.14
+pkgver=1.0.7
 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")
 url="http://www.texmacs.org/"
 license=('GPL')
-depends=('gcc-libs>=4.1' 'libtool>=2.2' 'guile>=1.8.1' 'tetex' 'python' 'libxext' 'freetype2')
-# do not remove tetex-dependency, as it is needed!
+depends=('perl' 'guile>=1.8.4' 'texlive-core' 'python' 'libxext' 'freetype2')
+# do not remove texlive-core dependency, as it is needed!
 source=("ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz")
-md5sums=('cf6e5e5f3858ca91ed44fe6475e37f4b')
 
 build() {
-  cd ${startdir}/src/TeXmacs-${pkgver}-src
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }
 




More information about the arch-commits mailing list