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

Antonio Rojas arojas at archlinux.org
Sat May 14 20:30:57 UTC 2016


    Date: Saturday, May 14, 2016 @ 22:30:57
  Author: arojas
Revision: 268028

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

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

------------------------------+
 /PKGBUILD                    |  126 +++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD          |   64 --------------------
 extra-i686/texmacs.install   |   14 ----
 extra-x86_64/PKGBUILD        |   64 --------------------
 extra-x86_64/texmacs.install |   14 ----
 5 files changed, 126 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-14 20:30:19 UTC (rev 268027)
+++ extra-i686/PKGBUILD	2016-05-14 20:30:57 UTC (rev 268028)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch> # Contributor: Christopher Reimer <c.reimer1993 at gmail.com>
-
-pkgname=texmacs
-pkgver=1.99.4
-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' '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)
-install=texmacs.install
-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 <libguile18.h>|#include <guile/gh.h>|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 268027, texmacs/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-14 20:30:57 UTC (rev 268028)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch> # Contributor: Christopher Reimer <c.reimer1993 at gmail.com>
+
+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 <libguile18.h>|#include <guile/gh.h>|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"
+}

Deleted: extra-i686/texmacs.install
===================================================================
--- extra-i686/texmacs.install	2016-05-14 20:30:19 UTC (rev 268027)
+++ extra-i686/texmacs.install	2016-05-14 20:30:57 UTC (rev 268028)
@@ -1,14 +0,0 @@
-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	2016-05-14 20:30:19 UTC (rev 268027)
+++ extra-x86_64/PKGBUILD	2016-05-14 20:30:57 UTC (rev 268028)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch> # Contributor: Christopher Reimer <c.reimer1993 at gmail.com>
-
-pkgname=texmacs
-pkgver=1.99.4
-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' '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)
-install=texmacs.install
-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 <libguile18.h>|#include <guile/gh.h>|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-x86_64/PKGBUILD (from rev 268027, texmacs/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-14 20:30:57 UTC (rev 268028)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch> # Contributor: Christopher Reimer <c.reimer1993 at gmail.com>
+
+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 <libguile18.h>|#include <guile/gh.h>|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"
+}

Deleted: extra-x86_64/texmacs.install
===================================================================
--- extra-x86_64/texmacs.install	2016-05-14 20:30:19 UTC (rev 268027)
+++ extra-x86_64/texmacs.install	2016-05-14 20:30:57 UTC (rev 268028)
@@ -1,14 +0,0 @@
-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