[arch-commits] Commit in asymptote/repos (12 files)
Rémy Oudompheng
remy at archlinux.org
Fri Jun 3 07:01:43 UTC 2016
Date: Friday, June 3, 2016 @ 09:01:42
Author: remy
Revision: 268861
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
asymptote/repos/extra-i686/PKGBUILD
(from rev 268860, asymptote/trunk/PKGBUILD)
asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
(from rev 268860, asymptote/trunk/fix-ghostscript-9.15.diff)
asymptote/repos/extra-i686/texlive.install
(from rev 268860, asymptote/trunk/texlive.install)
asymptote/repos/extra-x86_64/PKGBUILD
(from rev 268860, asymptote/trunk/PKGBUILD)
asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
(from rev 268860, asymptote/trunk/fix-ghostscript-9.15.diff)
asymptote/repos/extra-x86_64/texlive.install
(from rev 268860, asymptote/trunk/texlive.install)
Deleted:
asymptote/repos/extra-i686/PKGBUILD
asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
asymptote/repos/extra-i686/texlive.install
asymptote/repos/extra-x86_64/PKGBUILD
asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
asymptote/repos/extra-x86_64/texlive.install
----------------------------------------+
/PKGBUILD | 92 +++++++++++++++++++++++++++++++
/fix-ghostscript-9.15.diff | 62 ++++++++++++++++++++
/texlive.install | 26 ++++++++
extra-i686/PKGBUILD | 46 ---------------
extra-i686/fix-ghostscript-9.15.diff | 31 ----------
extra-i686/texlive.install | 13 ----
extra-x86_64/PKGBUILD | 46 ---------------
extra-x86_64/fix-ghostscript-9.15.diff | 31 ----------
extra-x86_64/texlive.install | 13 ----
9 files changed, 180 insertions(+), 180 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-06-03 06:44:21 UTC (rev 268860)
+++ extra-i686/PKGBUILD 2016-06-03 07:01:42 UTC (rev 268861)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-# Contributor: Firmicus <francois.archlinux.org>
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.37
-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")
-sha1sums=('758f56247604f0066d038b467451df970e6bc94b')
-
-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 at env python at 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 268860, asymptote/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-03 07:01:42 UTC (rev 268861)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+# Contributor: Firmicus <francois.archlinux.org>
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.38
+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")
+sha1sums=('911dc852a788f19300ae44162dbc12539de9e0b3')
+
+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 at env python at 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/fix-ghostscript-9.15.diff
===================================================================
--- extra-i686/fix-ghostscript-9.15.diff 2016-06-03 06:44:21 UTC (rev 268860)
+++ extra-i686/fix-ghostscript-9.15.diff 2016-06-03 07:01:42 UTC (rev 268861)
@@ -1,31 +0,0 @@
-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/extra-i686/fix-ghostscript-9.15.diff (from rev 268860, asymptote/trunk/fix-ghostscript-9.15.diff)
===================================================================
--- extra-i686/fix-ghostscript-9.15.diff (rev 0)
+++ extra-i686/fix-ghostscript-9.15.diff 2016-06-03 07:01:42 UTC (rev 268861)
@@ -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");
Deleted: extra-i686/texlive.install
===================================================================
--- extra-i686/texlive.install 2016-06-03 06:44:21 UTC (rev 268860)
+++ extra-i686/texlive.install 2016-06-03 07:01:42 UTC (rev 268861)
@@ -1,13 +0,0 @@
-post_install() {
- echo ">>> updating the filename database for texlive..."
- mktexlsr --quiet usr/share/texmf
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- echo ">>> updating the filename database for texlive..."
- mktexlsr --quiet usr/share/texmf
-}
Copied: asymptote/repos/extra-i686/texlive.install (from rev 268860, asymptote/trunk/texlive.install)
===================================================================
--- extra-i686/texlive.install (rev 0)
+++ extra-i686/texlive.install 2016-06-03 07:01:42 UTC (rev 268861)
@@ -0,0 +1,13 @@
+post_install() {
+ echo ">>> updating the filename database for texlive..."
+ mktexlsr --quiet usr/share/texmf
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo ">>> updating the filename database for texlive..."
+ mktexlsr --quiet usr/share/texmf
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-06-03 06:44:21 UTC (rev 268860)
+++ extra-x86_64/PKGBUILD 2016-06-03 07:01:42 UTC (rev 268861)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-# Contributor: Firmicus <francois.archlinux.org>
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.37
-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")
-sha1sums=('758f56247604f0066d038b467451df970e6bc94b')
-
-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 at env python at 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-x86_64/PKGBUILD (from rev 268860, asymptote/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-06-03 07:01:42 UTC (rev 268861)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+# Contributor: Firmicus <francois.archlinux.org>
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.38
+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")
+sha1sums=('911dc852a788f19300ae44162dbc12539de9e0b3')
+
+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 at env python at 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-x86_64/fix-ghostscript-9.15.diff
===================================================================
--- extra-x86_64/fix-ghostscript-9.15.diff 2016-06-03 06:44:21 UTC (rev 268860)
+++ extra-x86_64/fix-ghostscript-9.15.diff 2016-06-03 07:01:42 UTC (rev 268861)
@@ -1,31 +0,0 @@
-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/extra-x86_64/fix-ghostscript-9.15.diff (from rev 268860, asymptote/trunk/fix-ghostscript-9.15.diff)
===================================================================
--- extra-x86_64/fix-ghostscript-9.15.diff (rev 0)
+++ extra-x86_64/fix-ghostscript-9.15.diff 2016-06-03 07:01:42 UTC (rev 268861)
@@ -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");
Deleted: extra-x86_64/texlive.install
===================================================================
--- extra-x86_64/texlive.install 2016-06-03 06:44:21 UTC (rev 268860)
+++ extra-x86_64/texlive.install 2016-06-03 07:01:42 UTC (rev 268861)
@@ -1,13 +0,0 @@
-post_install() {
- echo ">>> updating the filename database for texlive..."
- mktexlsr --quiet usr/share/texmf
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- echo ">>> updating the filename database for texlive..."
- mktexlsr --quiet usr/share/texmf
-}
Copied: asymptote/repos/extra-x86_64/texlive.install (from rev 268860, asymptote/trunk/texlive.install)
===================================================================
--- extra-x86_64/texlive.install (rev 0)
+++ extra-x86_64/texlive.install 2016-06-03 07:01:42 UTC (rev 268861)
@@ -0,0 +1,13 @@
+post_install() {
+ echo ">>> updating the filename database for texlive..."
+ mktexlsr --quiet usr/share/texmf
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo ">>> updating the filename database for texlive..."
+ mktexlsr --quiet usr/share/texmf
+}
More information about the arch-commits
mailing list