summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Slagle2016-08-17 22:09:03 -0700
committerKevin Slagle2016-08-17 22:09:03 -0700
commit677e6911a7047adcef1eee3961285efb90f08b68 (patch)
treed1925bf47131398f8bc0fb78603edc104b5299ff
parent5ccaa557091193ae1c7c461d3a32e76a1b2025e8 (diff)
downloadaur-677e6911a7047adcef1eee3961285efb90f08b68.tar.gz
update to 11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD17
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18e6f83d4c0c..2a413b6be0f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 25 19:08:49 UTC 2016
+# Thu Aug 18 05:08:34 UTC 2016
pkgbase = mathematica
pkgdesc = A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing.
- pkgver = 10.4.1
+ pkgver = 11.0.0
pkgrel = 1
url = http://www.wolfram.com/mathematica/
install = mathematica.install
@@ -15,8 +15,8 @@ pkgbase = mathematica
depends = libxml2
optdepends = mesa-demos: glxinfo for "fully optimized graphics capabilities"
options = !strip
- source = local://Mathematica_10.4.1_LINUX.sh
- md5sums = ea1f13a88279e6fc2ed1edc80e7a1612
+ source = local://Mathematica_11.0.0_LINUX.sh
+ md5sums = 7addaeaeea255d8eaf1cd45be2924361
pkgname = mathematica
diff --git a/PKGBUILD b/PKGBUILD
index 28fc0cf9d998..0ce174336c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Joshua Ellis <josh@jpellis.me>
pkgname=mathematica
-pkgver=10.4.1
+pkgver=11.0.0
pkgrel=1
pkgdesc="A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ license=('proprietary')
depends=('ttf-bitstream-vera' 'libxcursor' 'alsa-lib' 'libxml2')
optdepends=('mesa-demos: glxinfo for "fully optimized graphics capabilities"') # without glxinfo, Mathematica outputs a warning to the terminal on startup
source=("local://Mathematica_${pkgver}_LINUX.sh")
-md5sums=('ea1f13a88279e6fc2ed1edc80e7a1612')
+md5sums=('7addaeaeea255d8eaf1cd45be2924361')
install='mathematica.install'
options=('!strip')
@@ -65,11 +65,11 @@ package() {
cd ${pkgdir}/opt/Mathematica/SystemFiles/Installation
- desktopFile='wolfram-mathematica.desktop'
+ desktopFile='wolfram-mathematica11.desktop'
sed -Ei 's|^(\s*TryExec=).*|\1/usr/bin/Mathematica|g' $desktopFile
sed -Ei 's|^(\s*Exec=).*|\1/usr/bin/Mathematica %F|g' $desktopFile
cp $desktopFile ${pkgdir}/usr/share/applications/
- echo -e '\t\tCategories=Science;Math;NumericalAnalysis;DataVisualization;' >> ${pkgdir}/usr/share/applications/$desktopFile
+ echo -e 'Categories=Science;Math;NumericalAnalysis;DataVisualization;' >> ${pkgdir}/usr/share/applications/$desktopFile
cp wolfram-all.directory ${pkgdir}/usr/share/desktop-directories/
cp *.xml ${pkgdir}/usr/share/mime/packages/
@@ -78,17 +78,16 @@ package() {
mkdir -p ${pkgdir}/usr/share/icons/hicolor/{32x32,64x64,128x128}/{apps,mimetypes}
cd ${pkgdir}/opt/Mathematica/SystemFiles/FrontEnd/SystemResources/X
for i in "32" "64" "128"; do
- cp App.Mathematica.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/wolfram-mathematica.png
- cp App.Player.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/wolfram-mathematicaplayer.png
+ cp App.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/wolfram-mathematica.png
cp vnd.wolfram.cdf.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/mimetypes/application-vnd.wolfram.cdf.png
cp vnd.wolfram.nb.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/mimetypes/application-mathematica.png
cp vnd.wolfram.player.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/mimetypes/application-mathematicaplayer.png
cp vnd.wolfram.cdf.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/mimetypes/application-vnd.wolfram.cdf.png
- cp vnd.wolfram.nb.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/mimetypes/gnome-mime-application-mathematica.png
- cp vnd.wolfram.player.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/mimetypes/gnome-mime-application-mathematicaplayer.png
- cp vnd.wolfram.cdf.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/mimetypes/gnome-mime-application-vnd.wolfram.cdf.png
+ #cp vnd.wolfram.nb.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/mimetypes/gnome-mime-application-mathematica.png
+ #cp vnd.wolfram.player.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/mimetypes/gnome-mime-application-mathematicaplayer.png
+ #cp vnd.wolfram.cdf.${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/mimetypes/gnome-mime-application-vnd.wolfram.cdf.png
done
echo "Copying manpages..."