summaryrefslogtreecommitdiffstats
path: root/desktop/qtpass/qtpass.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/qtpass/qtpass.SlackBuild')
-rw-r--r--desktop/qtpass/qtpass.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/qtpass/qtpass.SlackBuild b/desktop/qtpass/qtpass.SlackBuild
index 3c06d806f7..604e8d2009 100644
--- a/desktop/qtpass/qtpass.SlackBuild
+++ b/desktop/qtpass/qtpass.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for qtpass
-# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
+# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=qtpass
SRCNAM="$(echo "$PRGNAM" | tr 'qp' 'QP')"
-VERSION=${VERSION:-1.2.3}
+VERSION=${VERSION:-1.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,6 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
-zcat $CWD/qt_5_2_compat.diff.gz | patch -p1 --verbose
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -75,9 +74,6 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
qmake-qt5 PREFIX="$PKG/usr"
-# Don't install tests, it doesn't honour the package prefix
-sed -i -e '/install_subtargets:/s/sub-tests-install_subtargets //' Makefile
-
make
make install