[arch-commits] Commit in asymptote/repos (8 files)

2016-02-20 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 19:32:57
  Author: arojas
Revision: 260088

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

Added:
  asymptote/repos/staging-i686/
  asymptote/repos/staging-i686/PKGBUILD
(from rev 260087, asymptote/trunk/PKGBUILD)
  asymptote/repos/staging-i686/fix-ghostscript-9.15.diff
(from rev 260087, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/staging-i686/texlive.install
(from rev 260087, asymptote/trunk/texlive.install)
  asymptote/repos/staging-x86_64/
  asymptote/repos/staging-x86_64/PKGBUILD
(from rev 260087, asymptote/trunk/PKGBUILD)
  asymptote/repos/staging-x86_64/fix-ghostscript-9.15.diff
(from rev 260087, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/staging-x86_64/texlive.install
(from rev 260087, asymptote/trunk/texlive.install)

--+
 staging-i686/PKGBUILD|   47 +
 staging-i686/fix-ghostscript-9.15.diff   |   31 +++
 staging-i686/texlive.install |   20 
 staging-x86_64/PKGBUILD  |   47 +
 staging-x86_64/fix-ghostscript-9.15.diff |   31 +++
 staging-x86_64/texlive.install   |   20 
 6 files changed, 196 insertions(+)

Copied: asymptote/repos/staging-i686/PKGBUILD (from rev 260087, 
asymptote/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-20 18:32:57 UTC (rev 260088)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Firmicus 
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.36
+pkgrel=1
+pkgdesc="A vector graphics language (like metapost)"
+arch=('i686' 'x86_64')
+url="http://asymptote.sourceforge.net/;
+license=("GPL3")
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+)
+optdepends=('python2:   for the xasy GUI'
+'python2-pillow:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
+install=texlive.install
+sha1sums=('6f76dfeff9bfb5d15a84935465be1ae563988169')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
+  make all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check-all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="${pkgdir}" install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Copied: asymptote/repos/staging-i686/fix-ghostscript-9.15.diff (from rev 
260087, asymptote/trunk/fix-ghostscript-9.15.diff)
===
--- staging-i686/fix-ghostscript-9.15.diff  (rev 0)
+++ staging-i686/fix-ghostscript-9.15.diff  2016-02-20 18:32:57 UTC (rev 
260088)
@@ -0,0 +1,31 @@
+Index: runlabel.in
+===
+--- runlabel.in(revision 5685)
 runlabel.in(working copy)
+@@ -111,7 +111,7 @@
+ #else
+   const string null="/dev/null";
+ #endif
+-  cmd.push_back("-sDEVICE=epswrite");
++  cmd.push_back("-sDEVICE=eps2write");
+   cmd.push_back("-sOutputFile="+null);
+   cmd.push_back(stripDir(psname));
+   iopipestream gs(cmd,"gs","Ghostscript");
+@@ -309,7 +309,7 @@
+   cmd.push_back("-dNOPAUSE");
+   cmd.push_back("-dBATCH");
+   if(safe) cmd.push_back("-dSAFER");
+-  cmd.push_back("-sDEVICE=epswrite");
++  cmd.push_back("-sDEVICE=eps2write");
+   cmd.push_back("-sOutputFile=-");
+   cmd.push_back(pdfname);
+   iopipestream gs(cmd,"gs","Ghostscript");
+@@ -398,7 +398,7 @@
+   cmd2.push_back("-dBATCH");
+   cmd2.push_back("-P");
+   if(safe) cmd2.push_back("-dSAFER");
+-  cmd2.push_back("-sDEVICE=epswrite");
++  cmd2.push_back("-sDEVICE=eps2write");
+   cmd2.push_back("-sOutputFile=-");
+   cmd2.push_back("-");
+   iopipestream gs(cmd2,"gs","Ghostscript");

Copied: asymptote/repos/staging-i686/texlive.install (from rev 260087, 
asymptote/trunk/texlive.install)
===
--- staging-i686/texlive.install(rev 0)
+++ staging-i686/texlive.install2016-02-20 18:32:57 UTC (rev 

[arch-commits] Commit in asymptote/repos (8 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 22:46:10
  Author: foutrelis
Revision: 253033

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

Added:
  asymptote/repos/staging-i686/
  asymptote/repos/staging-i686/PKGBUILD
(from rev 253032, asymptote/trunk/PKGBUILD)
  asymptote/repos/staging-i686/fix-ghostscript-9.15.diff
(from rev 253032, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/staging-i686/texlive.install
(from rev 253032, asymptote/trunk/texlive.install)
  asymptote/repos/staging-x86_64/
  asymptote/repos/staging-x86_64/PKGBUILD
(from rev 253032, asymptote/trunk/PKGBUILD)
  asymptote/repos/staging-x86_64/fix-ghostscript-9.15.diff
(from rev 253032, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/staging-x86_64/texlive.install
(from rev 253032, asymptote/trunk/texlive.install)

--+
 staging-i686/PKGBUILD|   47 +
 staging-i686/fix-ghostscript-9.15.diff   |   31 +++
 staging-i686/texlive.install |   20 
 staging-x86_64/PKGBUILD  |   47 +
 staging-x86_64/fix-ghostscript-9.15.diff |   31 +++
 staging-x86_64/texlive.install   |   20 
 6 files changed, 196 insertions(+)

Copied: asymptote/repos/staging-i686/PKGBUILD (from rev 253032, 
asymptote/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 21:46:10 UTC (rev 253033)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Firmicus 
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.35
+pkgrel=2
+pkgdesc="A vector graphics language (like metapost)"
+arch=('i686' 'x86_64')
+url="http://asymptote.sourceforge.net/;
+license=("GPL3")
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+)
+optdepends=('python2:   for the xasy GUI'
+'python2-pillow:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
+install=texlive.install
+sha1sums=('32c85307042a337b2e426f6f2c6a489b21a4fbfb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
+  make all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check-all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="${pkgdir}" install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Copied: asymptote/repos/staging-i686/fix-ghostscript-9.15.diff (from rev 
253032, asymptote/trunk/fix-ghostscript-9.15.diff)
===
--- staging-i686/fix-ghostscript-9.15.diff  (rev 0)
+++ staging-i686/fix-ghostscript-9.15.diff  2015-12-06 21:46:10 UTC (rev 
253033)
@@ -0,0 +1,31 @@
+Index: runlabel.in
+===
+--- runlabel.in(revision 5685)
 runlabel.in(working copy)
+@@ -111,7 +111,7 @@
+ #else
+   const string null="/dev/null";
+ #endif
+-  cmd.push_back("-sDEVICE=epswrite");
++  cmd.push_back("-sDEVICE=eps2write");
+   cmd.push_back("-sOutputFile="+null);
+   cmd.push_back(stripDir(psname));
+   iopipestream gs(cmd,"gs","Ghostscript");
+@@ -309,7 +309,7 @@
+   cmd.push_back("-dNOPAUSE");
+   cmd.push_back("-dBATCH");
+   if(safe) cmd.push_back("-dSAFER");
+-  cmd.push_back("-sDEVICE=epswrite");
++  cmd.push_back("-sDEVICE=eps2write");
+   cmd.push_back("-sOutputFile=-");
+   cmd.push_back(pdfname);
+   iopipestream gs(cmd,"gs","Ghostscript");
+@@ -398,7 +398,7 @@
+   cmd2.push_back("-dBATCH");
+   cmd2.push_back("-P");
+   if(safe) cmd2.push_back("-dSAFER");
+-  cmd2.push_back("-sDEVICE=epswrite");
++  cmd2.push_back("-sDEVICE=eps2write");
+   cmd2.push_back("-sOutputFile=-");
+   cmd2.push_back("-");
+   iopipestream gs(cmd2,"gs","Ghostscript");

Copied: asymptote/repos/staging-i686/texlive.install (from rev 253032, 
asymptote/trunk/texlive.install)
===
--- staging-i686/texlive.install(rev 0)
+++ staging-i686/texlive.install2015-12-06 21:46:10 UTC (rev 

[arch-commits] Commit in asymptote/repos (8 files)

2015-09-09 Thread Allan McRae
Date: Thursday, September 10, 2015 @ 06:51:07
  Author: allan
Revision: 245675

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

Added:
  asymptote/repos/staging-i686/
  asymptote/repos/staging-i686/PKGBUILD
(from rev 245674, asymptote/trunk/PKGBUILD)
  asymptote/repos/staging-i686/fix-ghostscript-9.15.diff
(from rev 245674, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/staging-i686/texlive.install
(from rev 245674, asymptote/trunk/texlive.install)
  asymptote/repos/staging-x86_64/
  asymptote/repos/staging-x86_64/PKGBUILD
(from rev 245674, asymptote/trunk/PKGBUILD)
  asymptote/repos/staging-x86_64/fix-ghostscript-9.15.diff
(from rev 245674, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/staging-x86_64/texlive.install
(from rev 245674, asymptote/trunk/texlive.install)

--+
 staging-i686/PKGBUILD|   55 +
 staging-i686/fix-ghostscript-9.15.diff   |   31 
 staging-i686/texlive.install |   20 ++
 staging-x86_64/PKGBUILD  |   55 +
 staging-x86_64/fix-ghostscript-9.15.diff |   31 
 staging-x86_64/texlive.install   |   20 ++
 6 files changed, 212 insertions(+)

Copied: asymptote/repos/staging-i686/PKGBUILD (from rev 245674, 
asymptote/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-10 04:51:07 UTC (rev 245675)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Firmicus 
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.32
+pkgrel=2
+pkgdesc="A vector graphics language (like metapost)"
+arch=('i686' 'x86_64')
+url="http://asymptote.sourceforge.net/;
+license=("GPL3")
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+)
+optdepends=('python2:   for the xasy GUI'
+'python2-pillow:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz;
+"fix-ghostscript-9.15.diff")
+install=texlive.install
+sha1sums=('18a4c22a89014ce18caf958a152b971ea39a77f0'
+  '7060daca4180659a9a13844110f15b89c3c24bf6')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np0 -i "${srcdir}/fix-ghostscript-9.15.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
+  make all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check-all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="${pkgdir}" install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Copied: asymptote/repos/staging-i686/fix-ghostscript-9.15.diff (from rev 
245674, asymptote/trunk/fix-ghostscript-9.15.diff)
===
--- staging-i686/fix-ghostscript-9.15.diff  (rev 0)
+++ staging-i686/fix-ghostscript-9.15.diff  2015-09-10 04:51:07 UTC (rev 
245675)
@@ -0,0 +1,31 @@
+Index: runlabel.in
+===
+--- runlabel.in(revision 5685)
 runlabel.in(working copy)
+@@ -111,7 +111,7 @@
+ #else
+   const string null="/dev/null";
+ #endif
+-  cmd.push_back("-sDEVICE=epswrite");
++  cmd.push_back("-sDEVICE=eps2write");
+   cmd.push_back("-sOutputFile="+null);
+   cmd.push_back(stripDir(psname));
+   iopipestream gs(cmd,"gs","Ghostscript");
+@@ -309,7 +309,7 @@
+   cmd.push_back("-dNOPAUSE");
+   cmd.push_back("-dBATCH");
+   if(safe) cmd.push_back("-dSAFER");
+-  cmd.push_back("-sDEVICE=epswrite");
++  cmd.push_back("-sDEVICE=eps2write");
+   cmd.push_back("-sOutputFile=-");
+   cmd.push_back(pdfname);
+   iopipestream gs(cmd,"gs","Ghostscript");
+@@ -398,7 +398,7 @@
+   cmd2.push_back("-dBATCH");
+   cmd2.push_back("-P");
+   if(safe) cmd2.push_back("-dSAFER");
+-  cmd2.push_back("-sDEVICE=epswrite");
++  cmd2.push_back("-sDEVICE=eps2write");
+   cmd2.push_back("-sOutputFile=-");
+   cmd2.push_back("-");
+   iopipestream gs(cmd2,"gs","Ghostscript");

Copied: asymptote/repos/staging-i686/texlive.install (from rev 245674, 
asymptote/trunk/texlive.install)

[arch-commits] Commit in asymptote/repos (8 files)

2013-06-03 Thread Rémy Oudompheng
Date: Monday, June 3, 2013 @ 17:58:10
  Author: remy
Revision: 187088

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 187087, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/texlive.install
(from rev 187087, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 187087, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 187087, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/texlive.install

--+
 /PKGBUILD|   92 +
 /texlive.install |   40 +
 extra-i686/PKGBUILD  |   45 
 extra-i686/texlive.install   |   20 
 extra-x86_64/PKGBUILD|   45 
 extra-x86_64/texlive.install |   20 
 6 files changed, 132 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-03 15:58:06 UTC (rev 187087)
+++ extra-i686/PKGBUILD 2013-06-03 15:58:10 UTC (rev 187088)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: Firmicus francois.archlinux.org
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.21
-pkgrel=1
-pkgdesc=A vector graphics language (like metapost)
-arch=('i686' 'x86_64')
-url=http://asymptote.sourceforge.net/;
-license=(GPL3)
-depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick'
- 'mesa' # For OpenGL headers
-)
-optdepends=('python2:   for the xasy GUI'
-'python-imaging:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
-install=texlive.install
-sha1sums=('946269c63b7aa3a7d2875f5faa8a0b8d3d36628c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context
-  make all
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check-all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 187087, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-03 15:58:10 UTC (rev 187088)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.23
+pkgrel=1
+pkgdesc=A vector graphics language (like metapost)
+arch=('i686' 'x86_64')
+url=http://asymptote.sourceforge.net/;
+license=(GPL3)
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa' # For OpenGL headers
+)
+optdepends=('python2:   for the xasy GUI'
+'python-imaging:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
+install=texlive.install
+sha1sums=('c24de9766ae7195c1cda947f9d2ae07497a0af8f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
+  make all
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check-all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Deleted: extra-i686/texlive.install
===
--- extra-i686/texlive.install  2013-06-03 15:58:06 UTC (rev 187087)
+++ extra-i686/texlive.install  2013-06-03 15:58:10 UTC (rev 187088)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-
-post_install() {
-  install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-  echo  updating the filename database for 

[arch-commits] Commit in asymptote/repos (8 files)

2012-10-23 Thread Rémy Oudompheng
Date: Tuesday, October 23, 2012 @ 16:01:18
  Author: remy
Revision: 169579

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 169578, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/texlive.install
(from rev 169578, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 169578, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 169578, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/texlive.install

--+
 extra-i686/PKGBUILD  |   88 -
 extra-i686/texlive.install   |   40 +-
 extra-x86_64/PKGBUILD|   88 -
 extra-x86_64/texlive.install |   40 +-
 4 files changed, 130 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-23 20:01:05 UTC (rev 169578)
+++ extra-i686/PKGBUILD 2012-10-23 20:01:18 UTC (rev 169579)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: Firmicus francois.archlinux.org
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.20
-pkgrel=1
-pkgdesc=A vector graphics language (like metapost)
-arch=('i686' 'x86_64')
-url=http://asymptote.sourceforge.net/;
-license=(GPL3)
-depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick')
-optdepends=('python2:   for the xasy GUI'
-'python-imaging:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
-install=texlive.install
-sha1sums=('4c86ab71cff57a592944303b11d9bb6ec34f1cbd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context
-  make all
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check-all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 169578, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-23 20:01:18 UTC (rev 169579)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.21
+pkgrel=1
+pkgdesc=A vector graphics language (like metapost)
+arch=('i686' 'x86_64')
+url=http://asymptote.sourceforge.net/;
+license=(GPL3)
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa' # For OpenGL headers
+)
+optdepends=('python2:   for the xasy GUI'
+'python-imaging:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
+install=texlive.install
+sha1sums=('946269c63b7aa3a7d2875f5faa8a0b8d3d36628c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context
+  make all
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check-all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Deleted: extra-i686/texlive.install
===
--- extra-i686/texlive.install  2012-10-23 20:01:05 UTC (rev 169578)
+++ extra-i686/texlive.install  2012-10-23 20:01:18 UTC (rev 169579)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-
-post_install() {
-  install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-  echo  updating the filename database for texlive...
-  mktexlsr --quiet usr/share/texmf
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  install-info --delete ${info_dir}/asy-faq.info.gz 

[arch-commits] Commit in asymptote/repos (8 files)

2012-06-04 Thread Rémy Oudompheng
Date: Monday, June 4, 2012 @ 17:42:23
  Author: remy
Revision: 160750

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 160749, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/texlive.install
(from rev 160749, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 160749, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 160749, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/texlive.install

--+
 extra-i686/PKGBUILD  |   86 -
 extra-i686/texlive.install   |   40 +--
 extra-x86_64/PKGBUILD|   86 -
 extra-x86_64/texlive.install |   40 +--
 4 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-04 21:42:12 UTC (rev 160749)
+++ extra-i686/PKGBUILD 2012-06-04 21:42:23 UTC (rev 160750)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: Firmicus francois.archlinux.org
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.15
-pkgrel=2
-pkgdesc=A vector graphics language (like metapost)
-arch=('i686' 'x86_64')
-url=http://asymptote.sourceforge.net/;
-license=(GPL3)
-depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick')
-optdepends=('python2:   for the xasy GUI'
-'python-imaging:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
-install=texlive.install
-sha1sums=('e0fb336c195fb21a39e3d0f3acd4881ce5e170a7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context
-  make all
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check-all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 160749, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-04 21:42:23 UTC (rev 160750)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.16
+pkgrel=1
+pkgdesc=A vector graphics language (like metapost)
+arch=('i686' 'x86_64')
+url=http://asymptote.sourceforge.net/;
+license=(GPL3)
+depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick')
+optdepends=('python2:   for the xasy GUI'
+'python-imaging:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
+install=texlive.install
+sha1sums=('ca110698b8c710eb93830f0fa55d29503c39e92a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context
+  make all
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check-all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Deleted: extra-i686/texlive.install
===
--- extra-i686/texlive.install  2012-06-04 21:42:12 UTC (rev 160749)
+++ extra-i686/texlive.install  2012-06-04 21:42:23 UTC (rev 160750)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-
-post_install() {
-  install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-  echo  updating the filename database for texlive...
-  mktexlsr --quiet usr/share/texmf
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  install-info --delete ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-}
-
-post_remove() {
-  echo  updating the filename database for 

[arch-commits] Commit in asymptote/repos (8 files)

2012-04-06 Thread Rémy Oudompheng
Date: Friday, April 6, 2012 @ 03:00:20
  Author: remy
Revision: 155758

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 155757, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/texlive.install
(from rev 155757, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 155757, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 155757, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/texlive.install

--+
 extra-i686/PKGBUILD  |   86 -
 extra-i686/texlive.install   |   40 +--
 extra-x86_64/PKGBUILD|   86 -
 extra-x86_64/texlive.install |   40 +--
 4 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-06 07:00:10 UTC (rev 155757)
+++ extra-i686/PKGBUILD 2012-04-06 07:00:20 UTC (rev 155758)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: Firmicus francois.archlinux.org
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.15
-pkgrel=1
-pkgdesc=A vector graphics language (like metapost)
-arch=('i686' 'x86_64')
-url=http://asymptote.sourceforge.net/;
-license=(GPL3)
-depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw')
-makedepends=('ghostscript' 'imagemagick')
-optdepends=('python2:   for the xasy GUI'
-'python-imaging:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
-install=texlive.install
-sha1sums=('e0fb336c195fb21a39e3d0f3acd4881ce5e170a7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context
-  make all
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check-all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 155757, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-06 07:00:20 UTC (rev 155758)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.15
+pkgrel=2
+pkgdesc=A vector graphics language (like metapost)
+arch=('i686' 'x86_64')
+url=http://asymptote.sourceforge.net/;
+license=(GPL3)
+depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick')
+optdepends=('python2:   for the xasy GUI'
+'python-imaging:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
+install=texlive.install
+sha1sums=('e0fb336c195fb21a39e3d0f3acd4881ce5e170a7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context
+  make all
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check-all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Deleted: extra-i686/texlive.install
===
--- extra-i686/texlive.install  2012-04-06 07:00:10 UTC (rev 155757)
+++ extra-i686/texlive.install  2012-04-06 07:00:20 UTC (rev 155758)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-
-post_install() {
-  install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-  echo  updating the filename database for texlive...
-  mktexlsr --quiet usr/share/texmf
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  install-info --delete ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-}
-
-post_remove() {
-  echo  updating the filename database for texlive...

[arch-commits] Commit in asymptote/repos (8 files)

2011-12-03 Thread Rémy Oudompheng
Date: Saturday, December 3, 2011 @ 12:46:02
  Author: remy
Revision: 144094

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 144093, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/texlive.install
(from rev 144093, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 144093, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 144093, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/texlive.install

--+
 extra-i686/PKGBUILD  |   86 -
 extra-i686/texlive.install   |   40 +--
 extra-x86_64/PKGBUILD|   86 -
 extra-x86_64/texlive.install |   40 +--
 4 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-03 17:45:51 UTC (rev 144093)
+++ extra-i686/PKGBUILD 2011-12-03 17:46:02 UTC (rev 144094)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: Firmicus francois.archlinux.org
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.13
-pkgrel=1
-pkgdesc=A vector graphics language (like metapost)
-arch=('i686' 'x86_64')
-url=http://asymptote.sourceforge.net/;
-license=(GPL3)
-depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw')
-makedepends=('ghostscript' 'imagemagick')
-optdepends=('python2:   for the xasy GUI'
-'python-imaging:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
-install=texlive.install
-sha1sums=('b4f2b72c0a4e7a02b716bfd0ad64bab45c567bbd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context
-  make all
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check-all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 144093, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-03 17:46:02 UTC (rev 144094)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.15
+pkgrel=1
+pkgdesc=A vector graphics language (like metapost)
+arch=('i686' 'x86_64')
+url=http://asymptote.sourceforge.net/;
+license=(GPL3)
+depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw')
+makedepends=('ghostscript' 'imagemagick')
+optdepends=('python2:   for the xasy GUI'
+'python-imaging:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
+install=texlive.install
+sha1sums=('e0fb336c195fb21a39e3d0f3acd4881ce5e170a7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context
+  make all
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check-all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Deleted: extra-i686/texlive.install
===
--- extra-i686/texlive.install  2011-12-03 17:45:51 UTC (rev 144093)
+++ extra-i686/texlive.install  2011-12-03 17:46:02 UTC (rev 144094)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-
-post_install() {
-  install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-  echo  updating the filename database for texlive...
-  mktexlsr --quiet usr/share/texmf
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  install-info --delete ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-}
-
-post_remove() {
-  echo  updating the filename database for texlive...
-