diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-01-05 08:13:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:41:47 +0700 |
commit | 9904037721c776a15b48d78a19478d66fc806a15 (patch) | |
tree | 29e89028475a22fa321e52eabab766c657423a30 /desktop/qtpass/qtpass.SlackBuild | |
parent | 4e9c5abf548f5bca53d15e9e9f4e2851cc0840a1 (diff) | |
download | slackbuilds-9904037721c776a15b48d78a19478d66fc806a15.tar.gz |
desktop/qtpass: Updated for version 1.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/qtpass/qtpass.SlackBuild')
-rw-r--r-- | desktop/qtpass/qtpass.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/desktop/qtpass/qtpass.SlackBuild b/desktop/qtpass/qtpass.SlackBuild index b24fc3ec45..9d56dd1821 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 |