summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2017-02-10 12:33:10 +1100
committerJP-Ellis2017-02-10 12:33:10 +1100
commit5dfcb1e361db1fa38218e34e07b2c11e5464b483 (patch)
treebcb51cf0c16020920659336be74dcd9829b76893 /PKGBUILD
parent00ac9430a1f9c93d76318a0b974284e9d41d4a3e (diff)
downloadaur-5dfcb1e361db1fa38218e34e07b2c11e5464b483.tar.gz
Remove certain dependencies, or mark them as optional
Mathematica can be run entirely from the command line, without a graphical user interface. If a window manager is installed, it should most likely have all the necessary dependencies, though please let me know if there's something missing. Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4bc327c4587..f1f8024daba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,9 @@ pkgdesc="A computational software program used in scientific, engineering, and m
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
+depends=('libxml2')
+optdepends=('mesa-demos: for "fully optimized graphics capabilities"'
+ 'alsa-lib: for sound support')
source=("local://Mathematica_${pkgver}_LINUX.sh")
md5sums=('444f096c9e058d8a4f8555c06ccc0233')
options=('!strip')