From 41093a600c0f45105e6025d8c1eddcbbfc94352e Mon Sep 17 00:00:00 2001 From: gt7-void <40529120+gt7-void@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:42:15 -0300 Subject: [PATCH] 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 --- srcpkgs/keepassxc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/keepassxc/template b/srcpkgs/keepassxc/template index 7778193f5fb..d110e2fd043 100644 --- a/srcpkgs/keepassxc/template +++ b/srcpkgs/keepassxc/template @@ -1,7 +1,7 @@ # Template file for 'keepassxc' pkgname=keepassxc version=2.6.3 -revision=1 +revision=2 build_style=cmake configure_args="-DWITH_TESTS=ON -DWITH_XC_UPDATECHECK=OFF -DWITH_XC_DOCS=ON -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_sshagent="Include SSH agent 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() { vlicense COPYING