diff options
Diffstat (limited to 'academic/scidavis/scidavis.SlackBuild')
-rw-r--r-- | academic/scidavis/scidavis.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/academic/scidavis/scidavis.SlackBuild b/academic/scidavis/scidavis.SlackBuild index eb2f44118da0d..53589845d0481 100644 --- a/academic/scidavis/scidavis.SlackBuild +++ b/academic/scidavis/scidavis.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=scidavis VERSION=${VERSION:-1.23} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -76,6 +76,10 @@ grep -rl "qwtplot3d/" libscidavis/src/ | xargs sed -i "s:<qwtplot3d/:<:" # higher or lower than 1.0.0 patch -p1 < $CWD/fix_issue_with_scipy_vesions.patch scidavis/scidavisrc.py +# Patch to fix crash on right-click inside the project explorer outside the icon for folders area +# For more information see: https://github.com/highperformancecoder/scidavis/issues/90 +patch -p1 < $CWD/fix-gh-issue-90.patch libscidavis/src/ApplicationWindow.cpp + # Since version 1.23 it is possible to build/use SciDAVis with Python 3 - just use # PYTHON3=yes before execute scidavis.SlackBuild. Default is to use python 2 (PYTHON3=no). # *** It does not build using Python 3 in Slackware 14.2 or previous because PyQt was not built with |