[arch-commits] Commit in asymptote/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Fri Aug 10 17:02:30 UTC 2018


    Date: Friday, August 10, 2018 @ 17:02:30
  Author: remy
Revision: 331354

upgpkg: asymptote 2.47-1

Upstream update. Dependencies changed for xasy as it has been
rewritten with PyQt

Modified:
  asymptote/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-10 16:53:13 UTC (rev 331353)
+++ PKGBUILD	2018-08-10 17:02:30 UTC (rev 331354)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.44
+pkgver=2.47
 pkgrel=1
 pkgdesc="A vector graphics language (like metapost)"
 arch=('x86_64')
@@ -14,12 +14,12 @@
 makedepends=('ghostscript' 'imagemagick'
              'mesa'               # For OpenGL headers
              'texlive-plainextra' # For texinfo
+             'python-pyqt5'       # For xasy GUI generation
             )
-optdepends=('python2:           for the xasy GUI'
-            'python2-pillow:    for the xasy GUI'
-            'tix:               for the xasy GUI')
+optdepends=('python-pyqt5: for the xasy GUI'
+            'python-cson:  for the xasy GUI')
 source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz")
-sha1sums=('2eaa5128d4f65d8a6dc797505c6b06498b933c4e')
+sha1sums=('89b6eaf4148ebe9cae61a171a7a7ce24f38a7cbb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -40,7 +40,6 @@
 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
 



More information about the arch-commits mailing list