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

Eric Belanger eric at archlinux.org
Fri Apr 25 01:35:21 UTC 2008


    Date: Thursday, April 24, 2008 @ 21:35:21
  Author: eric
Revision: 962

Merged revisions 2-961 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/texmacs/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r951 | eric | 2008-04-24 20:52:42 -0400 (Thu, 24 Apr 2008) | 2 lines
  
  upgpkg: texmacs 1.0.6.14-1
      upstream update, libtool rebuild (close FS#10163), FSH man pages 
........

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

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


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

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-04-25 01:33:48 UTC (rev 961)
+++ extra-i686/PKGBUILD	2008-04-25 01:35:21 UTC (rev 962)
@@ -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