summaryrefslogtreecommitdiffstats
path: root/graphics/qcad/qcad.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2018-09-19 09:34:28 -0700
committer David Spencer <idlemoor@slackbuilds.org>2018-09-21 23:32:25 +0100
commit4121bbbe2671c6e57215694c5ff2b986d23919df (patch)
tree2a7f4fd0dcf4262c129dc52ccb8f33ee7d247c26 /graphics/qcad/qcad.SlackBuild
parent0a4899caf21ab182531f5c5e62d7af9e4a1fd36f (diff)
downloadslackbuilds-4121bbbe2671c6e57215694c5ff2b986d23919df.tar.gz
slackbuilds-4121bbbe2671c6e57215694c5ff2b986d23919df.tar.xz
graphics/qcad: Updated for version 3.21.3.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'graphics/qcad/qcad.SlackBuild')
-rw-r--r--graphics/qcad/qcad.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/qcad/qcad.SlackBuild b/graphics/qcad/qcad.SlackBuild
index ff553d08fc..b1fd47ee37 100644
--- a/graphics/qcad/qcad.SlackBuild
+++ b/graphics/qcad/qcad.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for qcad
-# Copyright 2013-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2013-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qcad
-VERSION=${VERSION:-3.17.1.1}
+VERSION=${VERSION:-3.21.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,9 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Fix Qt4 compile issue.
-patch -p1 < $CWD/qt4.patch
-
# Build with Qt5/Qt4. Default is Qt4.
if [ "${QT5:-no}" == "yes" ]; then
qmake-qt5 QMAKE_CFLAGS+="$SLKCFLAGS" QMAKE_CXXFLAGS+="$SLKCFLAGS" \