[arch-commits] Commit in maxima-ecl/trunk (PKGBUILD maxima-printing.patch)

Antonio Rojas arojas at gemini.archlinux.org
Tue Oct 12 09:31:52 UTC 2021


    Date: Tuesday, October 12, 2021 @ 09:31:52
  Author: arojas
Revision: 1029747

Remove no longer needed sage specific patch

Modified:
  maxima-ecl/trunk/PKGBUILD
Deleted:
  maxima-ecl/trunk/maxima-printing.patch

-----------------------+
 PKGBUILD              |    9 +++------
 maxima-printing.patch |   19 -------------------
 2 files changed, 3 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-12 09:25:12 UTC (rev 1029746)
+++ PKGBUILD	2021-10-12 09:31:52 UTC (rev 1029747)
@@ -7,7 +7,7 @@
 _pkgname=maxima
 pkgver=5.45.1
 _eclver=21.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A sophisticated computer algebra system (compiled against ecl)'
 arch=(x86_64)
 license=(GPL)
@@ -19,11 +19,10 @@
 provides=(maxima)
 options=(!zipman) # don't zip info pages or they won't work inside maxima
 source=(https://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-$pkgver.tar.gz
-        build-fasl.patch matrixexp.patch maxima-printing.patch)
+        build-fasl.patch matrixexp.patch)
 sha256sums=('fe9016276970bef214a1a244348558644514d7fdfaa4fc8b9d0e87afcbb4e7dc'
             '90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
-            'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619'
-            '631f65e477a1496b0ce71d385117713274fcabfa2487c52b165fc3b1d015c0db')
+            'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619')
 
 prepare() {
   cd $_pkgname-$pkgver
@@ -32,8 +31,6 @@
   patch -p1 -i ../build-fasl.patch
 # fix matrix exponentiation
   patch -p1 -i ../matrixexp.patch
-# fix bogus ? characters
-  patch -p1 -i ../maxima-printing.patch
 }
 
 build() {

Deleted: maxima-printing.patch
===================================================================
--- maxima-printing.patch	2021-10-12 09:25:12 UTC (rev 1029746)
+++ maxima-printing.patch	2021-10-12 09:31:52 UTC (rev 1029747)
@@ -1,19 +0,0 @@
-diff --git a/src/grind.lisp b/src/grind.lisp
-index 4ae73a3..86b80e6 100644
---- a/src/grind.lisp
-+++ b/src/grind.lisp
-@@ -295,12 +295,12 @@
-       (msz nil l r)
-       (do ((nl) (w 0))
-           ((null (cdr x))
--           (setq nl (cons (if (stringp (car x))
-+           (setq nl (cons (if (atom (car x))
-                               (msz (makestring (car x)) l r)
-                               (msize (car x) l r lop rop))
-                           nl))
-            (cons (+ w (caar nl)) (nreverse nl)))
--        (setq nl (cons (if (stringp (car x))
-+        (setq nl (cons (if (atom (car x))
-                            (msz (makestring (car x)) l r)
-                            (msize (car x) l r lop rop))
-                        nl)



More information about the arch-commits mailing list