control file add opencv complication dependencies

This commit is contained in:
tanyulong2021 2022-08-04 11:25:20 +08:00
parent 81335772f3
commit ce55a2cd38
2 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,26 @@
From b753e8693e9b06ee2a8f29ac274719d8d7ab9eb9 Mon Sep 17 00:00:00 2001
From: tanyulong2021 <tanyulong@kylinos.cn>
Date: Thu, 4 Aug 2022 11:22:52 +0800
Subject: [PATCH] add opencv complication dependencies
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 32b2925..baaedc6 100755
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends: debhelper-compat (= 12),
libpolkit-qt5-1-dev,
qttools5-dev,
qttools5-dev-tools,
- pkg-config
+ pkg-config,
+ libopencv-dev,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/ukui/ukui-biometric-auth
--
2.33.0

View File

@ -4,7 +4,7 @@
Name: ukui-biometric-auth
Summary: ukui-biometric-auth
Version: 1.2.1
Release: 10
Release: 11
License: GPL-3+
URL: https://github.com/ukui/ukui-biometric-auth
@ -19,6 +19,7 @@ Patch2: 0003-modify-pam-module.patch
Patch3: 0004-solve-the-problem-that-ukui-greeter-wayland-can-t-use-biometric-authentication.patch
Patch4: 0005-fix-the-problem-that-the-probability-window-is-not-displayed-in-the-center-of-screen.patch
Patch5: 0006-can-t-exit-with-ctrl-c-using-biometric-autentication.patch
Patch6: 0007-add-opencv-complication-dependencies.patch
%description
ukui-biometric-auth
@ -55,6 +56,7 @@ biometric-auth package.
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%build
mkdir build
@ -89,6 +91,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog
* Thu Aug 04 2022 tanyulong <tanyulong@kylinos.cn> - 1.2.1-11
- control file add opencv complication dependencies
* Wed Aug 03 2022 tanyulong <tanyulong@kylinos.cn> - 1.2.1-10
- can't exit with ctrl-c using biometric autentication