mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
keepassxc: enable fdosecrets by default
This allows one to use `keepassxc` as a secrets storage via `libsecret`. Closes: #28020 [via git-merge-pr] Signed-off-by: Piraty <piraty1@inbox.ru>
This commit is contained in:
parent
8d4a3dc078
commit
41093a600c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'keepassxc'
|
# Template file for 'keepassxc'
|
||||||
pkgname=keepassxc
|
pkgname=keepassxc
|
||||||
version=2.6.3
|
version=2.6.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_TESTS=ON -DWITH_XC_UPDATECHECK=OFF -DWITH_XC_DOCS=ON
|
configure_args="-DWITH_TESTS=ON -DWITH_XC_UPDATECHECK=OFF -DWITH_XC_DOCS=ON
|
||||||
-DWITH_XC_AUTOTYPE=$(vopt_if autotype ON OFF)
|
-DWITH_XC_AUTOTYPE=$(vopt_if autotype ON OFF)
|
||||||
|
@ -36,7 +36,7 @@ desc_option_keeshare="Include sharing integration with KeeShare"
|
||||||
desc_option_network="Include networking code (favicon download)"
|
desc_option_network="Include networking code (favicon download)"
|
||||||
desc_option_sshagent="Include SSH agent support"
|
desc_option_sshagent="Include SSH agent support"
|
||||||
desc_option_yubikey="Include YubiKey support"
|
desc_option_yubikey="Include YubiKey support"
|
||||||
build_options_default="autotype browser keeshare network sshagent yubikey"
|
build_options_default="autotype browser fdosecrets keeshare network sshagent yubikey"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue