update changelog
This commit is contained in:
parent
4cbf72301b
commit
a18c88bc3f
|
@ -1,3 +1,11 @@
|
|||
ukui-biometric-auth (4.10.0.0-ok2~1117) nile; urgency=medium
|
||||
|
||||
* BUG号:无
|
||||
* 需求号:无
|
||||
* 其他修改说明:处理编译依赖问题
|
||||
|
||||
-- Yang Min <yangmin@kylinos.cn> Fri, 17 Nov 2023 10:06:56 +0800
|
||||
|
||||
ukui-biometric-auth (4.10.0.0-ok1~1116) nile; urgency=medium
|
||||
|
||||
* BUG号:无
|
||||
|
|
|
@ -18,7 +18,6 @@ Build-Depends: cmake (>= 2.6),
|
|||
libkysdk-sysinfo-dev,
|
||||
libukui-log4qt-dev,
|
||||
libssl-dev,
|
||||
libkf5windowsystem-dev,
|
||||
liblightdm-qt5-3-dev
|
||||
Standards-Version: 4.5.0
|
||||
Rules-Requires-Root: no
|
||||
|
|
|
@ -6,7 +6,6 @@ pkg_check_modules(KDKINFO REQUIRED kysdk-sysinfo)
|
|||
|
||||
find_package(PolkitQt5-1 REQUIRED 0.103.0)
|
||||
find_package(Qt5 COMPONENTS Core Widgets DBus X11Extras Xml Network Svg)
|
||||
find_package(KF5WindowSystem)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
|
@ -60,7 +59,7 @@ set(polkit_SRCS
|
|||
|
||||
add_executable(polkit-ukui-authentication-agent-1 ${polkit_SRCS})
|
||||
target_link_libraries(polkit-ukui-authentication-agent-1
|
||||
Qt5::Core Qt5::Widgets Qt5::DBus ${EXTRA_LIBS} KF5::WindowSystem
|
||||
Qt5::Core Qt5::Widgets Qt5::DBus ${EXTRA_LIBS}
|
||||
${POLKITQT-1_LIBRARIES}
|
||||
BioAuthWidgets
|
||||
-lrt
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <QFontMetrics>
|
||||
#include <QtMath>
|
||||
#include <QAbstractItemView>
|
||||
#include <KWindowSystem>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
|
@ -62,7 +61,6 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||
m_nCurLockMin(0),
|
||||
isbioSuccess(false)
|
||||
{
|
||||
KWindowSystem::setState(this->winId(), NET::SkipTaskbar | NET::SkipPager);
|
||||
ui->setupUi(this);
|
||||
setWindowTitle(tr("Authentication"));
|
||||
setWindowFlags(Qt::WindowCloseButtonHint | Qt::WindowStaysOnTopHint);
|
||||
|
|
Loading…
Reference in New Issue