[arch-commits] Commit in texmacs/repos (4 files)

2016-11-19 Thread Antonio Rojas
Date: Saturday, November 19, 2016 @ 20:09:35
  Author: arojas
Revision: 281633

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  texmacs/repos/extra-i686/PKGBUILD
(from rev 281632, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-x86_64/PKGBUILD
(from rev 281632, texmacs/trunk/PKGBUILD)
Deleted:
  texmacs/repos/extra-i686/PKGBUILD
  texmacs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  136 
 extra-i686/PKGBUILD   |   66 ---
 extra-x86_64/PKGBUILD |   66 ---
 3 files changed, 136 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-19 20:09:06 UTC (rev 281632)
+++ extra-i686/PKGBUILD 2016-11-19 20:09:35 UTC (rev 281633)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
-
-pkgname=texmacs
-pkgver=1.99.5
-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' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'qt4')
-# do not remove texlive-core dependency, as it is needed!
-optdepends=('transfig: convert images using fig2ps'
-'gawk: conversion of some files'
-   'ghostscript: rendering ps files'
-'imagemagick: convert images'
-'aspell: spell checking')
-makedepends=('ghostscript')
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
-options=('!emptydirs')
-sha1sums=('be6fdc39a094db6dc547490fa89a95876dbde002')
-   
-prepare() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  sed -i 's/env python/env python2/' \
-
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
-TeXmacs/misc/inkscape_extension/texmacs_reedit.py
-  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
-  sed -i '/^LDPATH/d' src/makefile.in
-
-  autoreconf -vi
-  sed -i -e 's/guile18 /guile1.8 /g' \
- -e 's/guile18-config/guile-config1.8/g' \
- configure
-  sed -i -e 's|#include |#include |g' 
src/Scheme/Guile/guile_tm.hpp
-
- # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
-  sed -i '/update-mime-database/d' Makefile.in
-  sed -i '/gtk-update-icon-cache/d' Makefile.in
-  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
-
-# Remove stray backup files that break build
-  find -name '.*.d' -o -name '.*.cpp' -exec rm {} \;
-}
-
-build() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  export QMAKE=qmake-qt4
-  export MOC=moc-qt4
-  export UIC=uic-qt4
-  export LDFLAGS="$LDFLAGS -lz"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
-}

Copied: texmacs/repos/extra-i686/PKGBUILD (from rev 281632, 
texmacs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-19 20:09:35 UTC (rev 281633)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.5
+pkgrel=2
+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' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files'
+   'ghostscript: rendering ps files'
+'imagemagick: convert images'
+'aspell: spell checking')
+makedepends=('ghostscript')
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+options=('!emptydirs')
+sha1sums=('be6fdc39a094db6dc547490fa89a95876dbde002')
+   
+prepare() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_extension/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+
+  autoreconf -vi
+  sed -i -e 's/guile18 /guile1.8 /g' \
+ -e 's/guile18-config/guile-config1.8/g' \
+ configure
+  sed

[arch-commits] Commit in texmacs/repos (4 files)

2016-08-03 Thread Antonio Rojas
Date: Wednesday, August 3, 2016 @ 09:21:40
  Author: arojas
Revision: 272951

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  texmacs/repos/extra-i686/PKGBUILD
(from rev 272950, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-x86_64/PKGBUILD
(from rev 272950, texmacs/trunk/PKGBUILD)
Deleted:
  texmacs/repos/extra-i686/PKGBUILD
  texmacs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  132 
 extra-i686/PKGBUILD   |   63 --
 extra-x86_64/PKGBUILD |   63 --
 3 files changed, 132 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-03 09:20:44 UTC (rev 272950)
+++ extra-i686/PKGBUILD 2016-08-03 09:21:40 UTC (rev 272951)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
-
-pkgname=texmacs
-pkgver=1.99.4
-pkgrel=2
-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' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
- 'desktop-file-utils' 'qt4')
-# do not remove texlive-core dependency, as it is needed!
-optdepends=('transfig: convert images using fig2ps'
-'gawk: conversion of some files'
-   'ghostscript: rendering ps files'
-'imagemagick: convert images'
-'aspell: spell checking')
-makedepends=('ghostscript')
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
-options=('!emptydirs')
-sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c')
-   
-prepare() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  sed -i 's/env python/env python2/' \
-
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
-TeXmacs/misc/inkscape_extension/texmacs_reedit.py
-  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
-  sed -i '/^LDPATH/d' src/makefile.in
-  sed -i -e 's/guile18 /guile1.8 /g' \
- -e 's/guile18-config/guile-config1.8/g' \
- configure
-  sed -i -e 's|#include |#include |g' 
src/Scheme/Guile/guile_tm.hpp
-
- # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
-  sed -i '/update-mime-database/d' Makefile.in
-  sed -i '/gtk-update-icon-cache/d' Makefile.in
-  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
-
-}
-
-build() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  export QMAKE=qmake-qt4
-  export MOC=moc-qt4
-  export UIC=uic-qt4
-  export LDFLAGS="$LDFLAGS -lz"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
-}

Copied: texmacs/repos/extra-i686/PKGBUILD (from rev 272950, 
texmacs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-03 09:21:40 UTC (rev 272951)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.5
+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' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files'
+   'ghostscript: rendering ps files'
+'imagemagick: convert images'
+'aspell: spell checking')
+makedepends=('ghostscript')
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+options=('!emptydirs')
+sha1sums=('be6fdc39a094db6dc547490fa89a95876dbde002')
+   
+prepare() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_extension/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+
+  autoreconf -vi
+  sed -i -e 's/guile18 /guile1.8 /g' \
+ -e 's/guile18-config/guile-config1.8/g' \
+ configure
+  sed -i -e 's|#include |#include |g' 
src/Scheme/Guile/guile_tm.hpp
+
+ # Don'

[arch-commits] Commit in texmacs/repos (4 files)

2011-10-27 Thread Ronald van Haren
Date: Thursday, October 27, 2011 @ 11:06:09
  Author: ronald
Revision: 141258

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  texmacs/repos/extra-i686/PKGBUILD
(from rev 141257, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-x86_64/PKGBUILD
(from rev 141257, texmacs/trunk/PKGBUILD)
Deleted:
  texmacs/repos/extra-i686/PKGBUILD
  texmacs/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   76 
 extra-x86_64/PKGBUILD |   76 
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-27 15:05:36 UTC (rev 141257)
+++ extra-i686/PKGBUILD 2011-10-27 15:06:09 UTC (rev 141258)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=texmacs
-pkgver=1.0.7.12
-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')
-# 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)
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.0.7.12-src.tar.gz)
-sha1sums=('9a6560dc2d8e685b97f4afe468b38d89bd29ca9d')
-
-build() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  sed -i 's/env python/env python2/' \
-plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage}
-  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
-  sed -i '/^LDPATH/d' src/makefile.in
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --libexecdir=/usr/lib \
- --disable-qt
-  make
-}
-
-package() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
-}

Copied: texmacs/repos/extra-i686/PKGBUILD (from rev 141257, 
texmacs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-27 15:06:09 UTC (rev 141258)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=texmacs
+pkgver=1.0.7.14
+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')
+# 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)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+sha1sums=('5bbe0458d2ab73fa8cea8e12fee788b17b6f279a')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage}
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib \
+ --disable-qt
+  make
+}
+
+package() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-27 15:05:36 UTC (rev 141257)
+++ extra-x86_64/PKGBUILD   2011-10-27 15:06:09 UTC (rev 141258)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=texmacs
-pkgver=1.0.7.12
-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')
-# 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)
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.0.7.12-src.tar.gz)
-sha1sums=('9a6560dc2d8e685b97f4afe468b38d89bd29ca9d')
-
-build() {
-  cd ${s

[arch-commits] Commit in texmacs/repos (4 files)

2011-09-09 Thread Ronald van Haren
Date: Friday, September 9, 2011 @ 14:36:00
  Author: ronald
Revision: 137567

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  texmacs/repos/extra-i686/PKGBUILD
(from rev 137566, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-x86_64/PKGBUILD
(from rev 137566, texmacs/trunk/PKGBUILD)
Deleted:
  texmacs/repos/extra-i686/PKGBUILD
  texmacs/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   74 
 extra-x86_64/PKGBUILD |   74 
 2 files changed, 76 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-09 18:35:27 UTC (rev 137566)
+++ extra-i686/PKGBUILD 2011-09-09 18:36:00 UTC (rev 137567)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=texmacs
-pkgver=1.0.7.10
-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')
-# 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)
-sha1sums=('12491496e68b62aa07369748770771a8c2378129')
-
-build() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  sed -i 's/env python/env python2/' \
-plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage}
-  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
-  sed -i '/^LDPATH/d' src/makefile.in
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
-}

Copied: texmacs/repos/extra-i686/PKGBUILD (from rev 137566, 
texmacs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-09 18:36:00 UTC (rev 137567)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=texmacs
+pkgver=1.0.7.12
+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')
+# 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)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.0.7.12-src.tar.gz)
+sha1sums=('9a6560dc2d8e685b97f4afe468b38d89bd29ca9d')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage}
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib \
+ --disable-qt
+  make
+}
+
+package() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-09-09 18:35:27 UTC (rev 137566)
+++ extra-x86_64/PKGBUILD   2011-09-09 18:36:00 UTC (rev 137567)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=texmacs
-pkgver=1.0.7.10
-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')
-# 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)
-sha1sums=('12491496e68b62aa07369748770771a8c2378129')
-
-build() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  sed -i 's/env python/env python2/' \
-plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage}
-  sed -i 's/"python"/"python2"/' plugins/python/progs/in