diff options
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 |
commit | ea3f912fe13fc065d86b55e62fc3bca52ec13838 (patch) | |
tree | 8c333cad18af81a6a206374a40c3a39acbb88fe4 /office/keepassxc/README | |
parent | 522b9ce2f7e7cbfd44256d9deb5d4dcdb6b30df7 (diff) |
office/keepassxc: Updated for version 2.3.4.
Removed XC prefix from compile-time options.
Diffstat (limited to 'office/keepassxc/README')
-rw-r--r-- | office/keepassxc/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README index 3f4b3d089e67..de1dc55ca145 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. |