graphics/qcad: Updated for version 3.16.4.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
48cf80b058
commit
5017ab8588
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for qcad
|
||||
|
||||
# Copyright 2013-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2013-2017 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.16.0.0}
|
||||
VERSION=${VERSION:-3.16.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -105,7 +105,7 @@ done
|
|||
|
||||
if [ "$QT5" == "yes" ]; then
|
||||
rm -rf $PKG/usr/share/$PRGNAM/plugins/codecs \
|
||||
$PKG/usr/share/$PRGNAM/plugins/printsupport/readme.txt
|
||||
$PKG/usr/share/$PRGNAM/plugins/printsupport/*
|
||||
for i in /usr/lib${LIBDIRSUFFIX}/${QTDIRECTORY}/plugins/printsupport/*; do
|
||||
ln -s $i $PKG/usr/share/$PRGNAM/plugins/printsupport/$(basename $i)
|
||||
done
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qcad"
|
||||
VERSION="3.16.0.0"
|
||||
VERSION="3.16.4.0"
|
||||
HOMEPAGE="http://www.qcad.org/en/"
|
||||
DOWNLOAD="https://github.com/qcad/qcad/archive/v3.16.0.0/qcad-3.16.0.0.tar.gz"
|
||||
MD5SUM="ae7dbe39436e253d68bcc201edb25814"
|
||||
DOWNLOAD="https://github.com/qcad/qcad/archive/v3.16.4.0/qcad-3.16.4.0.tar.gz"
|
||||
MD5SUM="a0bc64c67aa9f2f0d19ac88df3ff450d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue