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 | |
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')
-rw-r--r-- | desktop/qtpass/qtpass.SlackBuild | 9 | ||||
-rw-r--r-- | desktop/qtpass/qtpass.info | 6 |
2 files changed, 8 insertions, 7 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 diff --git a/desktop/qtpass/qtpass.info b/desktop/qtpass/qtpass.info index f7b8f328c9..004838cc6f 100644 --- a/desktop/qtpass/qtpass.info +++ b/desktop/qtpass/qtpass.info @@ -1,8 +1,8 @@ PRGNAM="qtpass" -VERSION="1.2.0" +VERSION="1.2.1" HOMEPAGE="https://github.com/IJHack/QtPass" -DOWNLOAD="https://github.com/IJHack/QtPass/archive/v1.2.0/QtPass-1.2.0.tar.gz" -MD5SUM="8e610bd813d69ceaf21fca2c8cb3285f" +DOWNLOAD="https://github.com/IJHack/QtPass/archive/v1.2.1/QtPass-1.2.1.tar.gz" +MD5SUM="0a2acc1bf81d18588d1fc9486821a0b2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 password-store" |