Conversation
- Update dman's resources log: Update dman's resources.
- Add -fPIE to CMAKE_C_FLAGS for position-independent code generation. Log: Update CMake configuration to enhance compatibility.
Reviewer's GuideThis PR overhauls the Archive Manager documentation across all locale versions by restructuring sections, unifying formatting and improving wording; adds a new close.svg asset; and updates the CMake build flags to include PIE for C sources. Flow diagram for CMake build flag updateflowchart TD
A[Start CMake build]
B{Is C source?}
C[Add -fPIE to CMAKE_C_FLAGS]
D[Continue build process]
A --> B
B -- Yes --> C
C --> D
B -- No --> D
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
TAG Bot TAG: 6.5.6 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev, lzwind 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 |
deepin pr auto review代码审查意见:
总的来说,这些修改都是为了提高软件的功能性和用户体验,但是需要确保这些修改是必要的,并且已经通过了充分的测试。 |
Summary by Sourcery
Revise and standardize the Archive Manager documentation across all supported locales, reorganize the Getting Started, Operations Guide, and Main Menu sections with updated terminology and formatting, replace Markdown image links with HTML tags, and update build flags and assets.
Enhancements:
Build:
Documentation: