aboutsummaryrefslogtreecommitdiff
path: root/desktop/qtpass/qtpass.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/qtpass/qtpass.SlackBuild')
-rw-r--r--desktop/qtpass/qtpass.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/desktop/qtpass/qtpass.SlackBuild b/desktop/qtpass/qtpass.SlackBuild
index b24fc3ec45947..9d56dd1821ad9 100644
--- a/desktop/qtpass/qtpass.SlackBuild
+++ b/desktop/qtpass/qtpass.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for qtpass
-# Copyright 2017 Andrew Clemons, Wellington New Zealand
+# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
PRGNAM=qtpass
SRCNAM="$(echo "$PRGNAM" | tr 'qp' 'QP')"
-VERSION=${VERSION:-1.2.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.2.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -77,7 +77,8 @@ 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
+make
+make install
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true