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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Jun 2 19:50:55 UTC 2013


    Date: Sunday, June 2, 2013 @ 21:50:55
  Author: bpiotrowski
Revision: 186994

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

Added:
  texmacs/repos/testing-i686/
  texmacs/repos/testing-i686/PKGBUILD
    (from rev 186993, texmacs/trunk/PKGBUILD)
  texmacs/repos/testing-i686/texmacs.install
    (from rev 186993, texmacs/trunk/texmacs.install)
  texmacs/repos/testing-x86_64/
  texmacs/repos/testing-x86_64/PKGBUILD
    (from rev 186993, texmacs/trunk/PKGBUILD)
  texmacs/repos/testing-x86_64/texmacs.install
    (from rev 186993, texmacs/trunk/texmacs.install)

--------------------------------+
 testing-i686/PKGBUILD          |   51 +++++++++++++++++++++++++++++++++++++++
 testing-i686/texmacs.install   |   14 ++++++++++
 testing-x86_64/PKGBUILD        |   51 +++++++++++++++++++++++++++++++++++++++
 testing-x86_64/texmacs.install |   14 ++++++++++
 4 files changed, 130 insertions(+)

Copied: texmacs/repos/testing-i686/PKGBUILD (from rev 186993, texmacs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-06-02 19:50:55 UTC (rev 186994)
@@ -0,0 +1,51 @@
+# $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.0.7.19
+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' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+            'gawk: 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
+options=('!emptydirs')
+sha1sums=('855b8252f561b69deb45a3b80f4531a9055ea465')
+
+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} \
+    TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+
+ # 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
+  
+  export QMAKE=qmake-qt4
+  export MOC=moc-qt4
+  export UIC=uic-qt4
+  ./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/testing-i686/texmacs.install (from rev 186993, texmacs/trunk/texmacs.install)
===================================================================
--- testing-i686/texmacs.install	                        (rev 0)
+++ testing-i686/texmacs.install	2013-06-02 19:50:55 UTC (rev 186994)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: texmacs/repos/testing-x86_64/PKGBUILD (from rev 186993, texmacs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-06-02 19:50:55 UTC (rev 186994)
@@ -0,0 +1,51 @@
+# $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.0.7.19
+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' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+            'gawk: 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
+options=('!emptydirs')
+sha1sums=('855b8252f561b69deb45a3b80f4531a9055ea465')
+
+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} \
+    TeXmacs/misc/inkscape_plugin/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+
+ # 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
+  
+  export QMAKE=qmake-qt4
+  export MOC=moc-qt4
+  export UIC=uic-qt4
+  ./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/testing-x86_64/texmacs.install (from rev 186993, texmacs/trunk/texmacs.install)
===================================================================
--- testing-x86_64/texmacs.install	                        (rev 0)
+++ testing-x86_64/texmacs.install	2013-06-02 19:50:55 UTC (rev 186994)
@@ -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