!49 Fix logo
From: @lliuzhi Reviewed-by: @ut-layne-yang Signed-off-by: @ut-layne-yang
This commit is contained in:
commit
f9abf0fadd
176
0001-fix-logo.patch
Normal file
176
0001-fix-logo.patch
Normal file
File diff suppressed because one or more lines are too long
36
README.en.md
36
README.en.md
@ -1,36 +0,0 @@
|
|||||||
# deepin-desktop-base
|
|
||||||
|
|
||||||
#### Description
|
|
||||||
deepin desktop base
|
|
||||||
|
|
||||||
#### Software Architecture
|
|
||||||
Software architecture description
|
|
||||||
|
|
||||||
#### Installation
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### Instructions
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### Contribution
|
|
||||||
|
|
||||||
1. Fork the repository
|
|
||||||
2. Create Feat_xxx branch
|
|
||||||
3. Commit your code
|
|
||||||
4. Create Pull Request
|
|
||||||
|
|
||||||
|
|
||||||
#### Gitee Feature
|
|
||||||
|
|
||||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
|
||||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
|
||||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
|
||||||
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
|
||||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
|
||||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
||||||
37
README.md
37
README.md
@ -1,37 +0,0 @@
|
|||||||
# deepin-desktop-base
|
|
||||||
|
|
||||||
#### 介绍
|
|
||||||
deepin desktop base
|
|
||||||
|
|
||||||
#### 软件架构
|
|
||||||
软件架构说明
|
|
||||||
|
|
||||||
|
|
||||||
#### 安装教程
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### 使用说明
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### 参与贡献
|
|
||||||
|
|
||||||
1. Fork 本仓库
|
|
||||||
2. 新建 Feat_xxx 分支
|
|
||||||
3. 提交代码
|
|
||||||
4. 新建 Pull Request
|
|
||||||
|
|
||||||
|
|
||||||
#### 码云特技
|
|
||||||
|
|
||||||
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
|
|
||||||
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
|
|
||||||
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
|
|
||||||
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
|
|
||||||
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
|
|
||||||
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: deepin-desktop-base
|
Name: deepin-desktop-base
|
||||||
Version: 2022.01.27
|
Version: 2022.01.27
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Base files for Deepin Desktop
|
Summary: Base files for Deepin Desktop
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://github.com/linuxdeepin/deepin-desktop-base
|
URL: https://github.com/linuxdeepin/deepin-desktop-base
|
||||||
@ -11,6 +11,7 @@ Source1: dde.conf
|
|||||||
|
|
||||||
Patch1: 0001-fix-unified-use-desktop-version-server.in.patch
|
Patch1: 0001-fix-unified-use-desktop-version-server.in.patch
|
||||||
Patch2: 0002-adapt-E.patch
|
Patch2: 0002-adapt-E.patch
|
||||||
|
Patch3: 0001-fix-logo.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -36,6 +37,7 @@ Obsoletes: license-config < 0.0.4-3
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Remove Deepin lsb-release
|
# Remove Deepin lsb-release
|
||||||
@ -83,6 +85,9 @@ install -Dm644 files/os-license %{buildroot}/%{_sysconfdir}/.uos/os-license
|
|||||||
%{_sysconfdir}/os-version
|
%{_sysconfdir}/os-version
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 12 2023 liuzhilin <liuzhilin@uniontech.com> - 2022.01.27-5
|
||||||
|
- fix logo
|
||||||
|
|
||||||
* Mon Nov 27 2023 hanshuang <hanshuang@uniontech.com> - 2022.01.27-4
|
* Mon Nov 27 2023 hanshuang <hanshuang@uniontech.com> - 2022.01.27-4
|
||||||
- modify spec remove openeuler info
|
- modify spec remove openeuler info
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user