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

Ronald van Haren ronald at archlinux.org
Sun Apr 1 08:33:19 UTC 2012


    Date: Sunday, April 1, 2012 @ 04:33:19
  Author: ronald
Revision: 154990

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

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

------------------------------+
 extra-i686/PKGBUILD          |   77 ++++++++++++++++++++---------------------
 extra-i686/texmacs.install   |   14 +++++++
 extra-x86_64/PKGBUILD        |   77 ++++++++++++++++++++---------------------
 extra-x86_64/texmacs.install |   14 +++++++
 4 files changed, 106 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-01 08:32:43 UTC (rev 154989)
+++ extra-i686/PKGBUILD	2012-04-01 08:33:19 UTC (rev 154990)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-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
-}

Copied: texmacs/repos/extra-i686/PKGBUILD (from rev 154989, texmacs/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-01 08:33:19 UTC (rev 154990)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=texmacs
+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' 'shared-mime-info' 'desktop-file-utils')
+# do not remove texlive-core dependency, as it is needed!
+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)
+install=texmacs.install
+sha1sums=('d75d55fcf0c06bf7fd5d9afd1031b9cf8413cbd3')
+
+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/texmacs.install (from rev 154989, texmacs/trunk/texmacs.install)
===================================================================
--- extra-i686/texmacs.install	                        (rev 0)
+++ extra-i686/texmacs.install	2012-04-01 08:33:19 UTC (rev 154990)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-01 08:32:43 UTC (rev 154989)
+++ extra-x86_64/PKGBUILD	2012-04-01 08:33:19 UTC (rev 154990)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-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
-}

Copied: texmacs/repos/extra-x86_64/PKGBUILD (from rev 154989, texmacs/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-01 08:33:19 UTC (rev 154990)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=texmacs
+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' 'shared-mime-info' 'desktop-file-utils')
+# do not remove texlive-core dependency, as it is needed!
+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)
+install=texmacs.install
+sha1sums=('d75d55fcf0c06bf7fd5d9afd1031b9cf8413cbd3')
+
+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-x86_64/texmacs.install (from rev 154989, texmacs/trunk/texmacs.install)
===================================================================
--- extra-x86_64/texmacs.install	                        (rev 0)
+++ extra-x86_64/texmacs.install	2012-04-01 08:33:19 UTC (rev 154990)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+




More information about the arch-commits mailing list