keepassxc: fix auto-type

fixes https://github.com/voidlinux/void-packages/issues/12716
This commit is contained in:
Piraty 2018-03-20 18:54:27 +01:00 committed by lemmi
parent 44e2dfc6d9
commit 589c694125

View file

@ -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