diff --git a/0001-fix-kiran-session-manager-fixes-link-Qt5DBus-error.patch b/0001-fix-kiran-session-manager-fixes-link-Qt5DBus-error.patch new file mode 100644 index 0000000000000000000000000000000000000000..8eed48d77c03c45f290ed1992dba4c9c5256e5f3 --- /dev/null +++ b/0001-fix-kiran-session-manager-fixes-link-Qt5DBus-error.patch @@ -0,0 +1,28 @@ +From 474e5d9a32f1b8fa4509b668ba48129d1061effc Mon Sep 17 00:00:00 2001 +From: niko_yhc +Date: Thu, 7 Sep 2023 16:04:42 +0800 +Subject: [PATCH] fix(kiran-session-manager):fixes link Qt5DBus error +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +修复链接Qt5DBus的错误 +--- + src/core/CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt +index 4c4479b..2452ecd 100644 +--- a/src/core/CMakeLists.txt ++++ b/src/core/CMakeLists.txt +@@ -66,6 +66,7 @@ target_link_libraries( + ${XTRANS_LIBRARIES} + ${GSETTINGS_QT_LIBRARIES} + Qt5::Core ++ Qt5::DBus + KF5::ConfigCore + KF5::KIOCore + lib-base +-- +2.27.0 + diff --git a/kiran-session-manager.spec b/kiran-session-manager.spec index 063b35d06b111c189f8ce17eb5005a8af2478f35..45f6e5fbcbadb198eca4dfd465b8bf7c937d1187 100644 --- a/kiran-session-manager.spec +++ b/kiran-session-manager.spec @@ -1,6 +1,6 @@ Name: kiran-session-manager Version: 2.5.0 -Release: 7 +Release: 8 Summary: Session manager for KIRAN desktop environment License: MulanPSL-2.0 @@ -10,7 +10,7 @@ Patch1000: 0001-feature-lockscreen-Add-LockScreenWhenHibernate-and-L.patch Patch1001: 0001-feature-session-Add-always-show-exit-window-flag.patch Patch1002: 0001-Add-Type-Application-in-kiran-session-idlemonitor.de.patch Patch1003: 0001-fix-boot-Fix-fork-other-session-program-failed-by-ad.patch - +Patch1004: 0001-fix-kiran-session-manager-fixes-link-Qt5DBus-error.patch BuildRequires: cmake >= 3.2 BuildRequires: pkgconfig(gio-unix-2.0) @@ -89,6 +89,9 @@ fi %changelog +* Thu Sep 7 2023 yinhongchang - 2.5.0-8 +- KYOS-F: fixes link Qt5DBus error + * Fri Jun 16 2023 tangjie02 - 2.5.0-7 - KYOS-B: Fix fork other session program failed by adding GDK_BACKEND and QT_QPA_FLATFORM environment variables.