[packages/keepassxc] explicitly build with system zxcvbn-c; rel 2
atler
atler at pld-linux.org
Fri Mar 7 14:15:24 CET 2025
commit 2c99cc9c883348b1d677df8dbf249d2b0bc2cd32
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Mar 7 13:26:41 2025 +0100
explicitly build with system zxcvbn-c; rel 2
keepassxc.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/keepassxc.spec b/keepassxc.spec
index f8b94a4..02423ef 100644
--- a/keepassxc.spec
+++ b/keepassxc.spec
@@ -4,7 +4,7 @@ Summary: KeePassXC - Cross Platform Password Manager
Summary(pl.UTF-8): KeePassXC - Wieloplatformowy zarządca haseł
Name: keepassxc
Version: 2.7.10
-Release: 1
+Release: 2
License: GPL v2+
Group: X11/Applications
Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/%{name}-%{version}-src.tar.xz
@@ -41,6 +41,7 @@ BuildRequires: xorg-lib-libXtst-devel
BuildRequires: xz
BuildRequires: ykpers-devel
BuildRequires: zlib-devel >= 1.2.0
+BuildRequires: zxcvbn-c-devel
Requires: Qt5Concurrent >= %{qtver}
%requires_ge_to Qt5Core Qt5Core-devel
Requires: Qt5DBus >= %{qtver}
@@ -81,6 +82,7 @@ szyfrowania jakie są do tej pory znane (AES i TwoFish).
%build
install -d build
cd build
+export CXXFLAGS="%{rpmcxxflags} -I/usr/include/zxcvbn"
%cmake \
-DKEEPASSXC_BUILD_TYPE=Release \
-DWITH_XC_BROWSER=ON \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/keepassxc.git/commitdiff/2c99cc9c883348b1d677df8dbf249d2b0bc2cd32
More information about the pld-cvs-commit
mailing list