summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--academic/smath-studio/smath-studio.SlackBuild6
-rw-r--r--academic/smath-studio/smath-studio.desktop2
-rw-r--r--academic/smath-studio/smath-studio.info8
3 files changed, 9 insertions, 7 deletions
diff --git a/academic/smath-studio/smath-studio.SlackBuild b/academic/smath-studio/smath-studio.SlackBuild
index 753bf8cce0..bd6008c4d1 100644
--- a/academic/smath-studio/smath-studio.SlackBuild
+++ b/academic/smath-studio/smath-studio.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=smath-studio
-VERSION=${VERSION:-0.91}
+VERSION=${VERSION:-0.93}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ORIG_PRGNAM=SMathStudio
-ORIG_FILENAME=${ORIG_PRGNAM}Desktop
ORIG_VERSION=${VERSION/./_}
+ORIG_FILENAME=${ORIG_PRGNAM}Desktop.$ORIG_VERSION.Mono.tar.gz
ARCH=noarch
@@ -43,7 +43,7 @@ set -e
rm -rf $PKG
mkdir -p $OUTPUT $TMP $PKG/opt/$PRGNAM
cd $PKG/opt/$PRGNAM
-tar xvf $CWD/$ORIG_FILENAME.$ORIG_VERSION.Mono.tar.gz
+tar xvf $CWD/$ORIG_FILENAME
unzip $CWD/$ORIG_PRGNAM.Icons.zip
chown -R root:root .
find . -type d -exec chmod 755 {} \;
diff --git a/academic/smath-studio/smath-studio.desktop b/academic/smath-studio/smath-studio.desktop
index da796dfc53..618401521a 100644
--- a/academic/smath-studio/smath-studio.desktop
+++ b/academic/smath-studio/smath-studio.desktop
@@ -2,9 +2,11 @@
Encoding=UTF-8
Version=1.0
Type=Application
+Terminal=false
Name=SMath Studio
GenericName=Computer algebra system
Comment=Symbolic computation software
Icon=smath-studio
Exec=smath-studio
Categories=Education;
+MimeType=
diff --git a/academic/smath-studio/smath-studio.info b/academic/smath-studio/smath-studio.info
index eaaa3fae98..0213e9c542 100644
--- a/academic/smath-studio/smath-studio.info
+++ b/academic/smath-studio/smath-studio.info
@@ -1,9 +1,9 @@
PRGNAM="smath-studio"
-VERSION="0.91"
+VERSION="0.93"
HOMEPAGE="http://smath.info"
-DOWNLOAD="http://omploader.org/vY3V1ZA/SMathStudioDesktop.0_91.Mono.tar.gz \
- http://omploader.org/vY3V1ZQ/SMathStudio.Icons.zip"
-MD5SUM="36b0348c65249c654957d8d49e5973f2 \
+DOWNLOAD="http://dl.dropbox.com/u/11914640/SMathStudioDesktop.0_93.Mono.tar.gz \
+ http://dl.dropbox.com/u/11914640/SMathStudio.Icons.zip"
+MD5SUM="7ee30d5cc45d8064c247fce89a4fadc0 \
1dd3ff0477b5c3c57fb815320a387643"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""