diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-08-21 19:45:40 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 08:24:00 +0700 |
commit | a6ecaf0f9f0b7cd345f26b9602717a3822bd52e6 (patch) | |
tree | ca925a13152b4bba91e8832d05914e2d0fb78084 /desktop/qtpass/qtpass.SlackBuild | |
parent | 2ca494a1bd59f3cd250d15e4a244564ee525a775 (diff) |
desktop/qtpass: Updated for version 1.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'desktop/qtpass/qtpass.SlackBuild')
-rw-r--r-- | desktop/qtpass/qtpass.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/qtpass/qtpass.SlackBuild b/desktop/qtpass/qtpass.SlackBuild index 3c06d806f702..a5a55b9217a2 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.0} 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 |