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

Ronald van Haren ronald at archlinux.org
Mon Dec 29 14:54:17 UTC 2008


    Date: Monday, December 29, 2008 @ 09:54:17
  Author: ronald
Revision: 22873

Merged revisions 22871 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/texmacs/trunk

........
  r22871 | ronald | 2008-12-29 15:40:53 +0100 (Mon, 29 Dec 2008) | 1 line
  
  upgpkg: texmacs 1.0.7-2
........

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

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


Property changes on: texmacs/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /texmacs/trunk:1-18985
   + /texmacs/trunk:1-22872

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-12-29 14:42:11 UTC (rev 22872)
+++ extra-i686/PKGBUILD	2008-12-29 14:54:17 UTC (rev 22873)
@@ -4,13 +4,14 @@
 
 pkgname=texmacs
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 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=('perl' 'guile>=1.8.4' 'texlive-core' 'python' 'libxext' 'freetype2')
 # do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps')
 source=("ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz")
 
 build() {
@@ -18,5 +19,8 @@
   ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
 }
 




More information about the arch-commits mailing list