mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/scilab: Updated for version 6.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
59e2ad3e27
commit
66f7f0aa09
7 changed files with 98 additions and 9 deletions
18
academic/scilab/scilab-adv-cli.desktop
Normal file
18
academic/scilab/scilab-adv-cli.desktop
Normal file
|
@ -0,0 +1,18 @@
|
|||
[Desktop Entry]
|
||||
Comment=Scientific software package for numerical computations
|
||||
Comment[fr]=Logiciel scientifique de calcul numérique
|
||||
Comment[de]=eine Wissenschaftssoftware für numerische Berechnungen
|
||||
Comment[ru]=Научная программа для численных расчётов
|
||||
Exec=scilab-adv-cli
|
||||
GenericName=Scientific Software Package
|
||||
GenericName[fr]=Logiciel de calcul numérique
|
||||
GenericName[de]=Wissenschaftssoftware
|
||||
GenericName[ru]=Научный программный комплекс
|
||||
Icon=scilab.png
|
||||
Name=Scilab advanced CLI
|
||||
Name[de]=Scilab advanced CLI
|
||||
Name[ru]=Scilab передовой CLI
|
||||
StartupNotify=false
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Categories=Education;Science;Physics;
|
17
academic/scilab/scilab-cli.desktop
Normal file
17
academic/scilab/scilab-cli.desktop
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Desktop Entry]
|
||||
Comment=Scientific software package for numerical computations
|
||||
Comment[fr]=Logiciel scientifique de calcul numérique
|
||||
Comment[de]=eine Wissenschaftssoftware für numerische Berechnungen
|
||||
Comment[ru]=Научная программа для численных расчётов
|
||||
Exec=scilab-cli
|
||||
GenericName=Scientific Software Package
|
||||
GenericName[fr]=Logiciel de calcul numérique
|
||||
GenericName[de]=Wissenschaftssoftware
|
||||
GenericName[ru]=Научный программный комплекс
|
||||
Icon=scilab.png
|
||||
Name=Scilab CLI
|
||||
Name[de]=Scilab CLI
|
||||
StartupNotify=false
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Categories=Education;Science;Physics;
|
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for Scilab
|
||||
|
||||
# Copyright 2011-2015 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||
# Copyright 2018 Edward W. Koenig ,kingbeowulf@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=scilab
|
||||
VERSION=${VERSION:-6.0.0}
|
||||
VERSION=${VERSION:-6.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -64,9 +65,14 @@ cat $CWD/profile.d/$PRGNAM.sh > $PKG/etc/profile.d/$PRGNAM.sh
|
|||
cat $CWD/profile.d/$PRGNAM.csh > $PKG/etc/profile.d/$PRGNAM.csh
|
||||
chmod 0755 $PKG/etc/profile.d/*
|
||||
|
||||
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX} $PKG/usr/share
|
||||
mv lib/pkgconfig $PKG/usr/lib${LIBDIRSUFFIX}
|
||||
mv share/applications share/icons share/mime $PKG/usr/share/
|
||||
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig $PKG/usr/share/{applications,icons,mime}
|
||||
mv $PKG/opt/$PRGNAM/lib/pkgconfig $PKG/usr/lib${LIBDIRSUFFIX}
|
||||
mv $PKG/opt/$PRGNAM/share/mime $PKG/usr/share
|
||||
mv $PKG/opt/$PRGNAM/share/icons $PKG/usr/share
|
||||
|
||||
# fix issues with .desktop files due to upstream bugs
|
||||
rm -rf $PKG/opt/$PRGNAM/share/applications
|
||||
cp -a $CWD/*.desktop $PKG/usr/share/applications
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv ACKNOWLEDGE* CHANGES* COPYING* README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
17
academic/scilab/scilab.desktop
Normal file
17
academic/scilab/scilab.desktop
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Desktop Entry]
|
||||
Comment=Scientific software package for numerical computations
|
||||
Comment[fr]=Logiciel scientifique de calcul numérique
|
||||
Comment[de]=eine Wissenschaftssoftware für numerische Berechnungen
|
||||
Comment[ru]=Научная программа для численных расчётов
|
||||
Exec=scilab -f
|
||||
GenericName=Scientific Software Package
|
||||
GenericName[fr]=Logiciel de calcul numérique
|
||||
GenericName[de]=Wissenschaftssoftware
|
||||
GenericName[ru]=Научный программный комплекс
|
||||
Icon=scilab.png
|
||||
MimeType=application/x-scilab-sci;application/x-scilab-sce;application/x-scilab-tst;application/x-scilab-dem;application/x-scilab-sod;application/x-scilab-xcos;application/x-scilab-zcos;application/x-scilab-bin;application/x-scilab-cosf;application/x-scilab-cos;
|
||||
Name=Scilab
|
||||
StartupNotify=false
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Categories=Education;Science;Physics;
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="scilab"
|
||||
VERSION="6.0.0"
|
||||
VERSION="6.0.1"
|
||||
HOMEPAGE="http://www.scilab.org"
|
||||
DOWNLOAD="http://www.scilab.org/download/6.0.0/scilab-6.0.0.bin.linux-i686.tar.gz"
|
||||
MD5SUM="94849b3456ffaca86b65f06332aec3cd"
|
||||
DOWNLOAD_x86_64="http://www.scilab.org/download/6.0.0/scilab-6.0.0.bin.linux-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="6095de25900c860c5ddceeef652bbf6a"
|
||||
DOWNLOAD="http://www.scilab.org/download/6.0.1/scilab-6.0.1.bin.linux-i686.tar.gz"
|
||||
MD5SUM="84c395da3049619396dfa1b151f70566"
|
||||
DOWNLOAD_x86_64="http://www.scilab.org/download/6.0.1/scilab-6.0.1.bin.linux-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="f1b36ab08b77dfe62e7d60e2f3a06d51"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Edward W. Koenig"
|
||||
EMAIL="kingbeowulf@gmail.com"
|
||||
|
|
16
academic/scilab/scinotes.desktop
Normal file
16
academic/scilab/scinotes.desktop
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Desktop Entry]
|
||||
Comment=Scilab text editor
|
||||
Comment[fr]=Editeur de texte Scilab
|
||||
Comment[ru]=Текстовый редактор Scilab
|
||||
Exec=scinotes
|
||||
GenericName=Scientific Software Package
|
||||
GenericName[fr]=Logiciel de calcul numérique
|
||||
GenericName[de]=Wissenschaftssoftware
|
||||
GenericName[ru]=Научный программный комплекс
|
||||
Icon=scinotes.png
|
||||
MimeType=application/x-scilab-sci;application/x-scilab-sce;application/x-scilab-tst;application/x-scilab-dem;
|
||||
Name=Scinotes
|
||||
StartupNotify=false
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Categories=Education;Science;Physics;
|
15
academic/scilab/xcos.desktop
Normal file
15
academic/scilab/xcos.desktop
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Desktop Entry]
|
||||
Comment=Hybrid simulator
|
||||
Comment[ru]=Гибридный симулятор
|
||||
Exec=xcos
|
||||
GenericName=Scientific Software Package
|
||||
GenericName[fr]=Logiciel de calcul numérique
|
||||
GenericName[de]=Wissenschaftssoftware
|
||||
GenericName[ru]=Научный программный комплекс
|
||||
Icon=xcos.png
|
||||
MimeType=application/x-scilab-xcos;application/x-scilab-zcos;application/x-scilab-cosf;application/x-scilab-cos;
|
||||
Name=Xcos
|
||||
StartupNotify=false
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Categories=Education;Science;Physics;
|
Loading…
Reference in a new issue