summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Slagle2016-07-25 12:09:07 -0700
committerKevin Slagle2016-07-25 12:09:07 -0700
commit5ccaa557091193ae1c7c461d3a32e76a1b2025e8 (patch)
tree004661461c710fb1eee0097a4d09526d55925ba3
parent6a0c825eb9cd0185c6bd8d5957b8076caeb1080f (diff)
downloadaur-5ccaa557091193ae1c7c461d3a32e76a1b2025e8.tar.gz
added mesa-demos optdepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46d93b341f0b..18e6f83d4c0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri May 27 22:51:00 UTC 2016
+# Mon Jul 25 19:08:49 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
@@ -13,6 +13,7 @@ pkgbase = mathematica
depends = libxcursor
depends = alsa-lib
depends = libxml2
+ optdepends = mesa-demos: glxinfo for "fully optimized graphics capabilities"
options = !strip
source = local://Mathematica_10.4.1_LINUX.sh
md5sums = ea1f13a88279e6fc2ed1edc80e7a1612
diff --git a/PKGBUILD b/PKGBUILD
index bb8d99181b9b..28fc0cf9d998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ arch=('i686' 'x86_64')
url="http://www.wolfram.com/mathematica/"
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')
install='mathematica.install'