summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse R Codling2022-09-19 22:17:07 -0400
committerJesse R Codling2022-09-19 22:17:07 -0400
commit9daa446d3adb89dd7fbb1ce3f3b6cd0398060115 (patch)
tree5f39723dc954e132940e4a30379050c5ec255cd8 /PKGBUILD
parentc1dc926c1a80cb07e43606a3c76bd7960e44a441 (diff)
downloadaur-9daa446d3adb89dd7fbb1ce3f3b6cd0398060115.tar.gz
Initial version for R2022b
Just adds a couple of new overrides. Still waiting on the new dependencies list, if there are any changes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97ac3fa3f480..db331cc00108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@
## guide when making this one.
pkgname=matlab-support
-pkgver=9.12.0
+pkgver=9.13.0
pkgrel=1
pkgdesc='Provides dependencies desktop file and common fixes for MATLAB.'
arch=('x86_64')
@@ -99,14 +99,14 @@ conflicts=('matlab')
source=()
prepare() {
- # desktop file links matlab to system glib's as opposed to the ones shipped with matlab
+ # desktop file overrides some problematic libraries from MATLAB's install
# see https://wiki.archlinux.org/index.php/Matlab#Addon_manager_not_working for more info
msg2 'Creating desktop file'
gendesk -f -n --pkgname 'matlab' \
--pkgdesc 'A high-level language for numerical computation and visualization.' \
--categories 'Development;Education;Science;Mathematics;IDE' \
- --exec 'env LD_PRELOAD=/usr/lib/libfreetype.so.6:/usr/lib/libstdc++.so.6:/usr/lib/libgio-2.0.so:/usr/lib/libglib-2.0.so:/usr/lib/libgmodule-2.0.so:/usr/lib/libgobject-2.0.so:/usr/lib/libgthread-2.0.so matlab -desktop' \
+ --exec 'env LD_PRELOAD=/usr/lib/libfreetype.so.6:/usr/lib/libstdc++.so.6:/usr/lib/libfontconfig.so.1:/usr/lib/libtiff.so.5 matlab -desktop' \
--mimetypes 'text/x-matlab' \
"${srcdir}/matlab.desktop" >/dev/null
}