summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Eleftheriou2018-02-13 00:00:36 +0100
committerGeorge Eleftheriou2018-02-13 00:00:36 +0100
commite3c7514733438bc315eeb5323d55dc2fb731a00d (patch)
treef50cd43acbd4cd3a364020c5ffdabd6ccadfeec6
parent918f212825c5435981ad1cfb8ae0cd691fd0f4bc (diff)
downloadaur-e3c7514733438bc315eeb5323d55dc2fb731a00d.tar.gz
forgot Terminal=true to also workaround the crash of xcos.desktop :)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7d57af6ba0f..2ffe64821581 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scilab-bin
pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
pkgver = 6.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://www.scilab.org
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8b7f2e5a36e3..788e10441e18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
pkgver=6.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
arch=("x86_64" "i686")
license=("BSD" "custom:CeCILL")
@@ -26,6 +26,7 @@ prepare() {
sed -i "s|Terminal=false|Terminal=true|" scilab.desktop
sed -i "s|Exec=scinotes|Exec=/opt/scilab/bin/scinotes|" scinotes.desktop
sed -i "s|Exec=xcos|Exec=/opt/scilab/bin/xcos|" xcos.desktop
+ sed -i "s|Terminal=false|Terminal=true|" xcos.desktop
cd "${srcdir}/${_pkgname}-${pkgver}"
}