keepassxc: enable support for favicon download and KeeShare by default

Closes: #13555 [via git-merge-pr]
This commit is contained in:
Linux-BSD 2019-08-08 15:46:00 -05:00 committed by Piraty
parent d702d78b98
commit 6d679e2aee

View file

@ -1,11 +1,12 @@
# Template file for 'keepassxc'
pkgname=keepassxc
version=2.4.3
revision=1
revision=2
build_style=cmake
configure_args="-DWITH_TESTS=ON -DWITH_XC_UPDATECHECK=OFF
-DWITH_XC_AUTOTYPE=$(vopt_if autotype ON OFF)
-DWITH_XC_BROWSER=$(vopt_if browser ON OFF)
-DWITH_XC_KEESHARE=$(vopt_if keeshare ON OFF)
-DWITH_XC_KEESHARE_SECURE=$(vopt_if keeshare ON OFF)
-DWITH_XC_NETWORKING=$(vopt_if network ON OFF)
-DWITH_XC_SSHAGENT=$(vopt_if sshagent ON OFF)
@ -16,25 +17,24 @@ makedepends="qt5-tools-devel qt5-svg-devel libgcrypt-devel libargon2-devel
$(vopt_if autotype 'qt5-x11extras-devel libXtst-devel libXi-devel')
$(vopt_if browser libsodium-devel)
$(vopt_if keeshare quazip-devel)
$(vopt_if network libcurl-devel)
$(vopt_if yubikey 'libykpers-devel libyubikey-devel')"
short_desc="KeePassXC is a cross-platform port of “Keepass Password Safe”"
maintainer="Piraty <piraty1@inbox.ru>"
license="GPL-3.0-or-later, BSD-3-Clause, CC0-1.0, LGPL-2.0-only, LGPL-2.1-only,
LGPL-3.0-or-later, Nokia-Qt-exception-1.1, MIT BSL-1.0"
LGPL-3.0-or-later, Nokia-Qt-exception-1.1, MIT, BSL-1.0"
homepage="https://keepassxc.org/"
distfiles="https://github.com/keepassxreboot/keepassxc/releases/download/${version}/keepassxc-${version}-src.tar.xz"
checksum=d7c952192131047689c3f8fb7275df0e0dfbf2094a554dbbee9a6d6cfa8f2734
# https://github.com/keepassxreboot/keepassxc/blob/a775031fe9471310e50232d1861d4991e2803aff/CMakeLists.txt#L46
build_options="browser keeshare network sshagent yubikey"
build_options="autotype browser keeshare network sshagent yubikey"
desc_option_autotype="Include auto-type"
desc_option_browser="Include browser integration with keepassxc-browser-plugin"
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 sshagent yubikey"
build_options_default="autotype browser keeshare network sshagent yubikey"
post_install() {
vlicense COPYING