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

Ronald van Haren ronald at archlinux.org
Thu Sep 24 22:13:53 UTC 2009


    Date: Thursday, September 24, 2009 @ 18:13:53
  Author: ronald
Revision: 53000

upgpkg: maxima 5.19.2-3
     pacman zips info pages now by default, make sure it doesnt here

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-24 21:00:20 UTC (rev 52999)
+++ PKGBUILD	2009-09-24 22:13:53 UTC (rev 53000)
@@ -4,7 +4,7 @@
 
 pkgname=maxima
 pkgver=5.19.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Maxima - a sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@
 	'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version
 # needs a rebuild when sbcl changes version
-options=('!makeflags')
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima
 install=maxima.install
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
 md5sums=('c75eec2586f5be18e02978e70fac0b07'
@@ -36,7 +36,4 @@
   install -d ${pkgdir}/usr/share/pixmaps/
   ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
 	${pkgdir}/usr/share/pixmaps/${pkgname}.png || return 1
-
- # info files cannot be gzipped for them to work inside maxima!
- rm -rf ${pkgdir}/usr/share/info/dir
 }




More information about the arch-commits mailing list