sync: from linuxdeepin/dde-session-shell#521
Conversation
There was a problem hiding this comment.
Sorry @deepin-ci-robot, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
Synchronize source files from linuxdeepin/dde-session-shell. Source-pull-request: linuxdeepin/dde-session-shell#74
467eed0 to
44536e9
Compare
|
/retest |
deepin pr auto review★ 总体评分:60分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 diff --git a/CMakeLists.txt b/CMakeLists.txt
index a47611df..c35a899b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -455,7 +455,12 @@ else ()
endif ()
# install conf files
-if (DDE_SESSION_SHELL_SNIPE)
- install(FILES files/dde-session-shell.conf DESTINATION /var/lib/dde-session-shell/)
+if (ENABLE_DSS_SNIPE)
+ set(DDE_SESSION_SHELL_CONF_DIR "/var/lib/dde-session-shell/")
+ install(FILES files/dde-session-shell.conf DESTINATION ${DDE_SESSION_SHELL_CONF_DIR})
+ add_compile_definitions(ENABLE_DSS_SNIPE)
else()
install(FILES files/dde-session-shell.conf DESTINATION ${CMAKE_INSTALL_DATADIR}/dde-session-shell/)
endif() |
|
@deepin-ci-robot: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
二者的桥接在 if (DDE_SESSION_SHELL_SNIPE OR Qt6_FOUND)
add_definitions(-DENABLE_DSS_SNIPE)当 此外,同一段代码在 本次 60 分的扣分理由属于误判,请重新评估。 |
|
根据之前的合并记录,当前pr源头已经approve,因此给approve。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: deepin-ci-robot, Ivy233 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Synchronize source files from linuxdeepin/dde-session-shell.
Source-pull-request: linuxdeepin/dde-session-shell#74