summaryrefslogtreecommitdiffstats
path: root/office/keepassxc
diff options
context:
space:
mode:
author ArTourter <artourter@gmail.com>2023-08-16 18:00:38 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-19 09:15:24 +0700
commit7f2da76677b6fba3846a952182810c2f598a4871 (patch)
treea4f034ca9b6f34ad103aa2eab97dba9472b94ed1 /office/keepassxc
parent5796abba197f5a7534968005725914e2256b1770 (diff)
downloadslackbuilds-7f2da76677b6fba3846a952182810c2f598a4871.tar.gz
slackbuilds-7f2da76677b6fba3846a952182810c2f598a4871.tar.xz
office/keepassxc: Updated for version 2.7.6.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/keepassxc')
-rw-r--r--office/keepassxc/keepassxc.SlackBuild11
-rw-r--r--office/keepassxc/keepassxc.info6
2 files changed, 9 insertions, 8 deletions
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild
index f8b6773db6..dafa3485be 100644
--- a/office/keepassxc/keepassxc.SlackBuild
+++ b/office/keepassxc/keepassxc.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=keepassxc
-VERSION=${VERSION:-2.7.5}
+VERSION=${VERSION:-2.7.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -75,17 +75,18 @@ tar xvf $CWD/$PRGNAM-$VERSION-src.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
mkdir -p build
(
cd build
export LDFLAGS="-ltermcap"
cmake \
+ -DCMAKE_C_FLAGS="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib$LIBDIRSUFFIX \
-DCMAKE_INSTALL_MANDIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_TESTS=OFF \
diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info
index 72addfe58c..e90058be8e 100644
--- a/office/keepassxc/keepassxc.info
+++ b/office/keepassxc/keepassxc.info
@@ -1,8 +1,8 @@
PRGNAM="keepassxc"
-VERSION="2.7.5"
+VERSION="2.7.6"
HOMEPAGE="https://github.com/keepassxreboot/keepassxc"
-DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.5/keepassxc-2.7.5-src.tar.xz"
-MD5SUM="4f7ae95e60cdeac65d307867f7ab6f12"
+DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz"
+MD5SUM="0dfa2371e4f1619b9b9232b7568886a6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Botan"