Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
asymptote
Commits:
49cf734f by Antonio Rojas at 2026-02-11T22:31:45+01:00
upgpkg: 3.06-2: Fix xasy optdepend
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = asymptote
pkgdesc = A vector graphics language (like metapost)
pkgver = 3.06
- pkgrel = 1
+ pkgrel = 2
url = http://asymptote.sourceforge.net/
arch = x86_64
license = GPL-3.0-only
@@ -13,17 +13,14 @@ pkgbase = asymptote
makedepends = glm
makedepends = glu
makedepends = imagemagick
- makedepends = python-click
- makedepends = python-pyqt5
+ makedepends = python
makedepends = texlive-binextra
makedepends = texlive-fontutils
makedepends = texlive-latexextra
makedepends = texlive-plaingeneric
- depends = boost-libs
depends = curl
depends = fftw
depends = freeglut
- depends = gc
depends = gcc-libs
depends = glibc
depends = gsl
@@ -33,7 +30,7 @@ pkgbase = asymptote
depends = readline
depends = texlive-basic
depends = zlib
- optdepends = python-pyqt5: for the xasy GUI
+ optdepends = pyside6: for the xasy GUI
optdepends = python-cson: for the xasy GUI
optdepends = ghostscript: PDF output
source = git+https://github.com/vectorgraphics/asymptote#tag=3.06
=====================================
PKGBUILD
=====================================
@@ -5,16 +5,14 @@
pkgname=asymptote
pkgver=3.06
-pkgrel=1
+pkgrel=2
pkgdesc='A vector graphics language (like metapost)'
arch=(x86_64)
url='http://asymptote.sourceforge.net/'
license=(GPL-3.0-only)
-depends=(boost-libs
- curl
+depends=(curl
fftw
freeglut
- gc
gcc-libs
glibc
gsl
@@ -32,13 +30,12 @@ makedepends=(boost
glm
glu
imagemagick
- python-click
- python-pyqt5
+ python
texlive-binextra
texlive-fontutils
texlive-latexextra
texlive-plaingeneric)
-optdepends=('python-pyqt5: for the xasy GUI'
+optdepends=('pyside6: for the xasy GUI'
'python-cson: for the xasy GUI'
'ghostscript: PDF output')
source=(git+https://github.com/vectorgraphics/asymptote#tag=$pkgver)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/commit/49cf734fd856a98134e9506643a0bc956f1f70a8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/commit/49cf734fd856a98134e9506643a0bc956f1f70a8
You're receiving this email because of your account on gitlab.archlinux.org.