summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-08-23 13:13:14 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-25 09:59:36 +0700
commitea3f912fe13fc065d86b55e62fc3bca52ec13838 (patch)
tree8c333cad18af81a6a206374a40c3a39acbb88fe4 /office
parent522b9ce2f7e7cbfd44256d9deb5d4dcdb6b30df7 (diff)
downloadslackbuilds-ea3f912fe13fc065d86b55e62fc3bca52ec13838.tar.gz
slackbuilds-ea3f912fe13fc065d86b55e62fc3bca52ec13838.tar.xz
office/keepassxc: Updated for version 2.3.4.
Removed XC prefix from compile-time options.
Diffstat (limited to 'office')
-rw-r--r--office/keepassxc/README12
-rw-r--r--office/keepassxc/keepassxc.SlackBuild12
-rw-r--r--office/keepassxc/keepassxc.info6
3 files changed, 15 insertions, 15 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README
index 3f4b3d089e..de1dc55ca1 100644
--- a/office/keepassxc/README
+++ b/office/keepassxc/README
@@ -8,17 +8,17 @@ SlackBuild).
KeePassXC can be built with YubiKey two-factor authentication support for
unlocking the database. This introduces a dependency on ykpers and can be
-enabled by passing XC_YUBIKEY=ON to the script.
+enabled by passing YUBIKEY=ON to the script.
KeePassXC will be built with browser support, meaning it can function as
password storage for Mozilla Firefox and Chromium/Chrome. This may be disabled
-by passing XC_BROWSER=OFF to the script.
+by passing BROWSER=OFF to the script.
KeePassXC will be built with SSH agent support, meaning that KeepassXC can
-interact with a running agent. This may be disabled by passing XC_SSHAGENT=OFF
-to the script.
+interact with a running agent. This may be disabled by passing SSHAGENT=OFF to
+the script.
KeePassXC will be built with networking support, meaning that website favicons
-can be downloaded. This maybe disabled by passing XC_NETWORKING=OFF to the script.
+can be downloaded. This maybe disabled by passing NETWORKING=OFF to the script.
-Autotype may be disabled by passing XC_AUTOTYPE=OFF.
+Autotype may be disabled by passing AUTOTYPE=OFF.
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild
index 4e49fb5b15..35ac0975a9 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.3.3}
+VERSION=${VERSION:-2.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,11 +75,11 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_TESTS=OFF \
- -DWITH_XC_BROWSER="${XC_BROWSER:-ON}" \
- -DWITH_XC_YUBIKEY="${XC_YUBIKEY:-OFF}" \
- -DWITH_XC_NETWORKING="${XC_NETWORKING:-ON}" \
- -DWITH_XC_AUTOTYPE="${XC_AUTOTYPE:-ON}" \
- -DWITH_XC_SSHAGENT="${XC_SSHAGENT:-ON}" \
+ -DWITH_XC_BROWSER="${BROWSER:-ON}" \
+ -DWITH_XC_YUBIKEY="${YUBIKEY:-OFF}" \
+ -DWITH_XC_NETWORKING="${NETWORKING:-ON}" \
+ -DWITH_XC_AUTOTYPE="${AUTOTYPE:-ON}" \
+ -DWITH_XC_SSHAGENT="${SSHAGENT:-ON}" \
..
make
diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info
index 89f467760d..fa5ab1368f 100644
--- a/office/keepassxc/keepassxc.info
+++ b/office/keepassxc/keepassxc.info
@@ -1,8 +1,8 @@
PRGNAM="keepassxc"
-VERSION="2.3.3"
+VERSION="2.3.4"
HOMEPAGE="https://github.com/keepassxreboot/keepassxc"
-DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.3.3/keepassxc-2.3.3-src.tar.xz"
-MD5SUM="87872cbe11867c8526b366e19648b8fa"
+DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.3.4/keepassxc-2.3.4-src.tar.xz"
+MD5SUM="c8f8280cf4155c32d0b50c059d0a3edf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="argon2 libsodium qt5"