chore: add linglong.yaml for deepin-reader #195
Merged
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.
This commit introduces the
linglong.yamlfile for building the deepin- reader application within the Linglong packaging system. This file defines the application's metadata, build instructions, dependencies, and sources required for a successful build. It includes instructions for installing dependencies, setting up include paths, building the application with qmake and make, and generating the.installfile to specify the installed files for the package. The inclusion of this file enables the creation of a Linglong package for deepin-reader, ensuring proper installation and management of the application within the Linglong ecosystem.Influence:
chore: 为 deepin-reader 添加 linglong.yaml
此提交引入了
linglong.yaml文件,用于在 Linglong 软件包系统中构建deepin-reader 应用程序。该文件定义了应用程序的元数据、构建说明、依赖项和
成功构建所需的源。它包括安装依赖项、设置包含路径、使用 qmake 和 make 构
建应用程序,以及生成
.install文件以指定软件包的已安装文件的指令。 包含此文件可以为 deepin-reader 创建 Linglong 软件包,确保在 Linglong 生态 系统中正确安装和管理应用程序。
Influence: