This repository was archived by the owner on Jul 15, 2026. It is now read-only.
chore: remove obsolete build configuration files - #124
Closed
18202781743 wants to merge 1 commit into
Closed
Conversation
1. Deleted conanfile.py which was used for Conan package management 2. Removed linglong.yaml for Linglong package configuration 3. Deleted rpm/dtkcore.spec for RPM packaging 4. Updated .syncexclude to remove references to deleted files 5. These files were removed as they are no longer needed for current build system 6. The project appears to be moving away from these legacy packaging methods chore: 移除过时的构建配置文件 1. 删除了用于 Conan 包管理的 conanfile.py 文件 2. 移除了用于 Linglong 包配置的 linglong.yaml 文件 3. 删除了 RPM 打包的 rpm/dtkcore.spec 文件 4. 更新了 .syncexclude 文件,移除了对已删除文件的引用 5. 这些文件被移除是因为它们不再适用于当前的构建系统 6. 项目似乎正在逐步淘汰这些传统的打包方法
Contributor
deepin pr auto review代码审查意见如下: .syncexclude 文件
conanfile.py 文件
linglong.yaml 文件
rpm/dtkcore.spec 文件
通用建议
总体来说,这些文件被删除可能意味着它们不再需要,或者有其他工具或方法替代了它们的功能。如果这些文件确实不再需要,那么删除是合理的。如果需要保留这些文件,建议进行相应的更新和优化。 |
asterwyx
approved these changes
Jun 19, 2025
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, asterwyx 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 |
Contributor
|
TAG Bot New tag: 6.0.38 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
build system
methods
chore: 移除过时的构建配置文件