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

Eric Belanger eric at archlinux.org
Fri Apr 25 00:52:42 UTC 2008


    Date: Thursday, April 24, 2008 @ 20:52:42
  Author: eric
Revision: 951

upgpkg: texmacs 1.0.6.14-1
    upstream update, libtool rebuild (close FS#10163), FSH man pages 

Modified:
  texmacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-25 00:42:54 UTC (rev 950)
+++ PKGBUILD	2008-04-25 00:52:42 UTC (rev 951)
@@ -3,21 +3,20 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=texmacs
-ownname=TeXmacs
-pkgver=1.0.6.12
+pkgver=1.0.6.14
 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' 'guile>=1.8.1' 'tetex' 'python' 'libxext' 'freetype2')
+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!
 source=("ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz")
-md5sums=('5cdd9ea143657e8801d50b9dcc97c510')
+md5sums=('cf6e5e5f3858ca91ed44fe6475e37f4b')
 
 build() {
   cd ${startdir}/src/TeXmacs-${pkgver}-src
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --mandir=/usr/share/man
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }





More information about the arch-commits mailing list