From 8071825a088e003c37126940b77cecb28f326013 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Tue, 5 Nov 2019 11:30:07 -0800 Subject: office/keepassxc: Updated for version 2.5.0. --- office/keepassxc/README | 3 +++ office/keepassxc/keepassxc.SlackBuild | 6 ++++-- office/keepassxc/keepassxc.info | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/office/keepassxc/README b/office/keepassxc/README index f64d6b5532..5c7494d7b6 100644 --- a/office/keepassxc/README +++ b/office/keepassxc/README @@ -24,4 +24,7 @@ Support for database sharing and synchronisation using KeeShare will be disabled. It can be enabled by setting KEESHARE=ON, or a secure version can be enabled with KEESHARE_SECURE=ON, providing libraries/quazip-qt5 is installed. +KeePassXC will display a notification of new releases unless the option +UPDATECHECK=OFF is provided. + Autotype may be disabled by passing AUTOTYPE=OFF. diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index 72bc41f200..886f1a5fa2 100644 --- a/office/keepassxc/keepassxc.SlackBuild +++ b/office/keepassxc/keepassxc.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=keepassxc -VERSION=${VERSION:-2.4.3} +VERSION=${VERSION:-2.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,6 +71,7 @@ find -L . \ mkdir -p build cd build + export LDFLAGS="-ltermcap" cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ @@ -82,6 +83,7 @@ cd build -DWITH_XC_SSHAGENT=${SSHAGENT:-ON} \ -DWITH_XC_KEESHARE=${KEESHARE:-OFF} \ -DWITH_XC_KEESHARE_SECURE=${KEESHARE_SECURE:-OFF} \ + -DWITH_XC_UPDATECHECK=${UPDATECHECK:-ON} \ .. make @@ -97,7 +99,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - CHANGELOG COPYING README.md \ + CHANGELOG.md COPYING README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 110ed912e5..38acd2febb 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.4.3" +VERSION="2.5.0" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.4.3/keepassxc-2.4.3-src.tar.xz" -MD5SUM="ed2cc2adc2003fe9c3cb39ed032b5392" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.5.0/keepassxc-2.5.0-src.tar.xz" +MD5SUM="ca51fa9b7289bc4f070f61ee87f8d030" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="argon2 libsodium qrencode qt5" -- cgit v1.2.3