From 0d41550e955951b9195380676ba0f4e6edea120b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 15 Jun 2021 10:05:14 +0000 Subject: keepassxc: update to 2.6.6 --- keepassxc/build/keepassxc.SlackBuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'keepassxc/build') diff --git a/keepassxc/build/keepassxc.SlackBuild b/keepassxc/build/keepassxc.SlackBuild index b5bff3da..1fb407ea 100755 --- a/keepassxc/build/keepassxc.SlackBuild +++ b/keepassxc/build/keepassxc.SlackBuild @@ -31,8 +31,10 @@ # Build needs: # Needs: # Changelog: -# 2.6.4-1: 28/Feb/2021 by Eric Hameleers +# 2.6.4-1: 28/feb/2021 by Eric Hameleers # * Initial build. +# 2.6.6-1: 15/jun/2021 by Eric Hameleers +# * Update. # # Run 'sh keepassxc.SlackBuild' to build a Slackware package. # The package (.t?z) and .txt file as well as build logs are created in /tmp . @@ -41,7 +43,7 @@ # ----------------------------------------------------------------------------- PRGNAM=keepassxc -VERSION=${VERSION:-2.6.4} +VERSION=${VERSION:-2.6.6} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} @@ -150,14 +152,11 @@ echo "Extracting the source archive(s) for $PRGNAM..." tar -xvf ${SOURCE} cd ${PRGNAM}-${VERSION} -#The installed quazip uses different paths: -cat $SRCDIR/patches/keepassxc_quazip.patch | patch -p1 --verbose \ - 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log - chown -R root:root . chmod -R u+w,go+r-w,a+rX-st . echo Building ... +export LDFLAGS="$SLKLDFLAGS -lncurses" mkdir -p build-${PRGNAM} cd build-${PRGNAM} # Enabling "WITH_XC_ALL=ON" will enable -- cgit v1.2.3-65-gdbad