academic/wxMaxima: Updated for version 0.8.4

This commit is contained in:
Larry Hajali 2010-05-13 00:20:29 +02:00 committed by David Somero
parent fc2cbafac0
commit 4c3794d742
4 changed files with 16 additions and 17 deletions

View file

@ -1,4 +1,4 @@
wxMaxima is a cross platform GUI for the computer algebra wxMaxima is a cross platform GUI for the computer algebra
system Maxima based on wxWidgets. system Maxima based on wxWidgets.
Requires: maxima and wxGTK/wxPython. wxMaxima requires maxima and wxGTK or wxPython.

View file

@ -6,7 +6,7 @@
# leave one space after the ':'. # leave one space after the ':'.
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
wxMaxima: wxMaxima (cross platform GUI for Maxima) wxMaxima: wxMaxima (cross platform GUI for the computer algebra system)
wxMaxima: wxMaxima:
wxMaxima: wxMaxima is a cross platform GUI for the computer algebra system wxMaxima: wxMaxima is a cross platform GUI for the computer algebra system
wxMaxima: Maxima based on wxWidgets. wxMaxima: Maxima based on wxWidgets.

View file

@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com> # Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=wxMaxima PRGNAM=wxMaxima
VERSION=${VERSION:-0.8.2} VERSION=${VERSION:-0.8.4}
ARCH=${ARCH:-i486} ARCH=${ARCH:-i486}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -46,7 +46,6 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--disable-dependency-tracking \ --disable-dependency-tracking \
--enable-unicode-glyphs \
--enable-printing \ --enable-printing \
--build=$ARCH-slackware-linux --build=$ARCH-slackware-linux
@ -54,12 +53,10 @@ make
make install-strip DESTDIR=$PKG make install-strip DESTDIR=$PKG
# Cleanup the desktop menu item. # Cleanup the desktop menu item.
echo "" >> wxmaxima.desktop
echo "StartupNotify=false" >> wxmaxima.desktop echo "StartupNotify=false" >> wxmaxima.desktop
sed -i \ sed -i \
-e "s|^Categories=.*|Categories=Utility;|" \ -e "/^Categories/s|=.*|=Education;Science;Math;|" \
-e "s|^Icon=.*|Icon=${PRGNAM}\.png|" \ -e "/^Icon/s|=.*|=${PRGNAM}.png|" wxmaxima.desktop
-e "s|^Terminal=0|Terminal=false|" wxmaxima.desktop
mkdir -p $PKG/usr/share/{applications,pixmaps} mkdir -p $PKG/usr/share/{applications,pixmaps}
install -m 0644 wxmaxima.desktop $PKG/usr/share/applications/$PRGNAM.desktop install -m 0644 wxmaxima.desktop $PKG/usr/share/applications/$PRGNAM.desktop
@ -77,4 +74,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="wxMaxima" PRGNAM="wxMaxima"
VERSION="0.8.2" VERSION="0.8.4"
HOMEPAGE="http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page" HOMEPAGE="http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page"
DOWNLOAD="http://downloads.sourceforge.net/sourceforge/wxmaxima/wxMaxima-0.8.2.tar.gz" DOWNLOAD="http://downloads.sourceforge.net/project/wxmaxima/wxMaxima/0.8.4/wxMaxima-0.8.4.tar.gz"
MD5SUM="d3d4abde8495aebb295df587587de4a8" MD5SUM="b972743501298932bc0b0796c5489332"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali" MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com" EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero" APPROVED="dsomero"