[arch-commits] Commit in texmacs/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Thu Nov 13 10:12:13 UTC 2008
Date: Thursday, November 13, 2008 @ 05:12:12
Author: ronald
Revision: 18977
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-x86_64/ (properties)
texmacs/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Property changes on: texmacs/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /texmacs/trunk:1-951
+ /texmacs/trunk:1-18976
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-11-13 10:11:13 UTC (rev 18976)
+++ extra-x86_64/PKGBUILD 2008-11-13 10:12:12 UTC (rev 18977)
@@ -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