summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dd2355a9df7..642186d54b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,7 +53,8 @@ _instdir="/opt/${pkgname}"
prepare() {
# Create desktop file using system's libstdc++ and libfreetype for CJK font
gendesk -f -n --pkgname "${pkgname}" \
- --pkgdesc "${pkgdesc}" \
+ --name "MATLAB R2018a" \
+ --comment "${pkgdesc}" \
--categories "Development;Education;Science;Mathematics;IDE" \
--exec "env LD_PRELOAD=/usr/lib/libfreetype.so.6:/usr/lib/libstdc++.so.6 ${_instdir}/bin/matlab -desktop"