diff options
Diffstat (limited to 'extra/texmacs/PKGBUILD')
-rw-r--r-- | extra/texmacs/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/texmacs/PKGBUILD b/extra/texmacs/PKGBUILD index 2f70efe32..ca3c36225 100644 --- a/extra/texmacs/PKGBUILD +++ b/extra/texmacs/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 141258 2011-10-27 15:06:09Z ronald $ +# $Id: PKGBUILD 154990 2012-04-01 08:33:19Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=texmacs -pkgver=1.0.7.14 +pkgver=1.0.7.15 pkgrel=1 pkgdesc="Free scientific text editor, 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=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2') +depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 'shared-mime-info' 'desktop-file-utils') # do not remove texlive-core dependency, as it is needed! -optdepends=('transfig: convert images using fig2ps') +optdepends=('transfig: convert images using fig2ps' 'awk: conversion of some files') #source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz) source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz) -sha1sums=('5bbe0458d2ab73fa8cea8e12fee788b17b6f279a') +install=texmacs.install +sha1sums=('d75d55fcf0c06bf7fd5d9afd1031b9cf8413cbd3') build() { cd ${srcdir}/TeXmacs-${pkgver}-src |