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

Eric Belanger eric at archlinux.org
Fri Apr 25 00:54:37 UTC 2008


    Date: Thursday, April 24, 2008 @ 20:54:36
  Author: eric
Revision: 952

fixed svn conflict

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

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


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

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-04-25 00:52:42 UTC (rev 951)
+++ extra-x86_64/PKGBUILD	2008-04-25 00:54:36 UTC (rev 952)
@@ -3,20 +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>=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=('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