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

Antonio Rojas arojas at gemini.archlinux.org
Fri Apr 1 12:09:13 UTC 2022


    Date: Friday, April 1, 2022 @ 12:09:12
  Author: arojas
Revision: 441085

Move replaces/optdepends to maxima subpackage

Modified:
  maxima/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-01 11:55:07 UTC (rev 441084)
+++ PKGBUILD	2022-04-01 12:09:12 UTC (rev 441085)
@@ -7,7 +7,7 @@
 pkgver=5.45.1
 _sbclver=2.2.2
 _eclver=21.2.1
-pkgrel=10
+pkgrel=11
 pkgdesc='A sophisticated computer algebra system'
 arch=(x86_64)
 license=(GPL)
@@ -14,12 +14,6 @@
 url='http://maxima.sourceforge.net'
 depends=(texinfo shared-mime-info)
 makedepends=(python emacs ecl sbcl)
-optdepends=('gnuplot: plotting capabilities'
-            'rlwrap: readline support via /usr/bin/rmaxima'
-            'tk: graphical xmaxima interface' 
-            'ecl=$_eclver: ECL lisp backend')
-provides=(maxima-ecl)
-replaces=(maxima-ecl)
 # needs rebuild when bash changes version
 # needs a rebuild when ecl or sbcl changes version
 options=(!zipman) # don't zip info pages or they won't work inside maxima
@@ -61,6 +55,10 @@
 
 package_maxima() {
   depends+=(maxima-backend)
+  replaces=(maxima-ecl)
+  optdepends=('gnuplot: plotting capabilities'
+              'rlwrap: readline support via /usr/bin/rmaxima'
+              'tk: graphical xmaxima interface')
 
   cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" emacsdir=/usr/share/emacs/site-lisp/maxima install



More information about the arch-commits mailing list