summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Andrew Clemons2019-08-21 09:45:40 +0200
committer Willy Sudiarto Raharjo2019-08-24 03:24:00 +0200
commita6ecaf0f9f0b7cd345f26b9602717a3822bd52e6 (patch)
treeca925a13152b4bba91e8832d05914e2d0fb78084 /desktop
parent2ca494a1bd59f3cd250d15e4a244564ee525a775 (diff)
downloadslackbuilds-a6ecaf0f9f0b7cd345f26b9602717a3822bd52e6.tar.gz
desktop/qtpass: Updated for version 1.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/qtpass/qt_5_2_compat.diff.gzbin3664 -> 0 bytes
-rw-r--r--desktop/qtpass/qtpass.SlackBuild8
-rw-r--r--desktop/qtpass/qtpass.info6
3 files changed, 5 insertions, 9 deletions
diff --git a/desktop/qtpass/qt_5_2_compat.diff.gz b/desktop/qtpass/qt_5_2_compat.diff.gz
deleted file mode 100644
index 5c127ff3e5..0000000000
--- a/desktop/qtpass/qt_5_2_compat.diff.gz
+++ /dev/null
Binary files differ
diff --git a/desktop/qtpass/qtpass.SlackBuild b/desktop/qtpass/qtpass.SlackBuild
index 3c06d806f7..a5a55b9217 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
diff --git a/desktop/qtpass/qtpass.info b/desktop/qtpass/qtpass.info
index 714a81fc84..bfb7a1b8be 100644
--- a/desktop/qtpass/qtpass.info
+++ b/desktop/qtpass/qtpass.info
@@ -1,8 +1,8 @@
PRGNAM="qtpass"
-VERSION="1.2.3"
+VERSION="1.3.0"
HOMEPAGE="https://github.com/IJHack/QtPass"
-DOWNLOAD="https://github.com/IJHack/QtPass/archive/v1.2.3/QtPass-1.2.3.tar.gz"
-MD5SUM="97a11924a3c6aa42625c0a09686b37c0"
+DOWNLOAD="https://github.com/IJHack/QtPass/archive/v1.3.0/QtPass-1.3.0.tar.gz"
+MD5SUM="fbba46455fc5685060f4a099bd67f933"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 password-store"