From 589c694125481297bc029dc8c5e93bb5405b46b7 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 20 Mar 2018 18:54:27 +0100 Subject: [PATCH] keepassxc: fix auto-type fixes https://github.com/voidlinux/void-packages/issues/12716 --- srcpkgs/keepassxc/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/keepassxc/template b/srcpkgs/keepassxc/template index e243f85eef..53334c6f25 100644 --- a/srcpkgs/keepassxc/template +++ b/srcpkgs/keepassxc/template @@ -1,7 +1,7 @@ # Template file for 'keepassxc' pkgname=keepassxc version=2.3.1 -revision=1 +revision=2 build_style=cmake configure_args="-DWITH_TESTS=OFF -DWITH_XC_AUTOTYPE=$(vopt_if autotype ON OFF) @@ -10,7 +10,7 @@ configure_args="-DWITH_TESTS=OFF -DWITH_XC_BROWSER=$(vopt_if browser ON OFF) -DWITH_XC_SSHAGENT=$(vopt_if sshagent ON OFF)" makedepends="qt5-tools-devel libgcrypt-devel libargon2-devel - $(vopt_if autotype qt5-x11extras-devel) + $(vopt_if autotype 'qt5-x11extras-devel libXtst-devel libXi-devel') $(vopt_if browser libsodium-devel) $(vopt_if network libcurl-devel) $(vopt_if yubikey 'libykpers-devel libyubikey-devel')" @@ -28,10 +28,10 @@ fi build_options="autotype browser network sshagent yubikey" desc_option_autotype="Enable auto-type" desc_option_browser="Enable browser integration with keepassxc-browser" -desc_option_network="Enable networking support" +desc_option_network="Enable networking support (favicon download)" desc_option_sshagent="Enable SSH agent support" desc_option_yubikey="Enable YubiKey HMAC-SHA1 authentication support" -build_options_default="autotype sshagent yubikey" +build_options_default="autotype sshagent yubikey network" post_install() { vlicense COPYING