Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
asymptote


Commits:
1a86ebac by Antonio Rojas at 2024-06-22T22:43:11+02:00
upgpkg: 2.90-1: Update to 2.90, remove impossible to build docs

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = asymptote
        pkgdesc = A vector graphics language (like metapost)
-       pkgver = 2.89
-       pkgrel = 2
+       pkgver = 2.90
+       pkgrel = 1
        url = http://asymptote.sourceforge.net/
        arch = x86_64
        license = GPL-3.0-only
@@ -28,7 +28,7 @@ pkgbase = asymptote
        optdepends = python-pyqt5: for the xasy GUI
        optdepends = python-cson: for the xasy GUI
        optdepends = ghostscript: PDF output
-       source = 
https://github.com/vectorgraphics/asymptote/archive/2.89/asymptote-2.89.tar.gz
-       sha256sums = 
e2c6772b23074e8b9fa0832e2a4d5f743c02949e4799aaedfe59b6a0b0f10d96
+       source = 
https://github.com/vectorgraphics/asymptote/archive/2.90/asymptote-2.90.tar.gz
+       sha256sums = 
29ab94557ac4a9b3b10839a37e4d7aff9a9912d2424797f17590739d30bac76a
 
 pkgname = asymptote


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.89
-pkgrel=2
+pkgver=2.90
+pkgrel=1
 pkgdesc='A vector graphics language (like metapost)'
 arch=(x86_64)
 url='http://asymptote.sourceforge.net/'
@@ -33,7 +33,7 @@ optdepends=('python-pyqt5: for the xasy GUI'
             'python-cson: for the xasy GUI'
             'ghostscript: PDF output')
 
source=(https://github.com/vectorgraphics/asymptote/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e2c6772b23074e8b9fa0832e2a4d5f743c02949e4799aaedfe59b6a0b0f10d96')
+sha256sums=('29ab94557ac4a9b3b10839a37e4d7aff9a9912d2424797f17590739d30bac76a')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -47,7 +47,7 @@ build() {
               --prefix=/usr \
               --with-latex=/usr/share/texmf/tex/latex \
               --with-context=/usr/share/texmf/tex/context
-  make all
+  make asy asy-keywords.el
 }
 
 check() {
@@ -57,7 +57,7 @@ check() {
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install-all
+  make DESTDIR="$pkgdir" install-asy
   # this dir contains png files that are already embedded in the pdf 
documentation:
   rm -rf "$pkgdir"/usr/share/info/asymptote
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/commit/1a86ebac94fc97825677095fd5725ea33c5af1d9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/commit/1a86ebac94fc97825677095fd5725ea33c5af1d9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to