Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
8e6f56cb76
!25 sync by openEuler-22.03-LTS-SP3
From: @ut-layne-yang 
Reviewed-by: @xzyangha 
Signed-off-by: @xzyangha
2024-06-19 06:49:05 +00:00
liuzhilin
a3b6d072db del unnecessary macros 2024-06-19 10:13:42 +08:00
liuzhilin
47b544cab2 update deepin-desktop-schemas package 2024-06-19 10:11:55 +08:00
openeuler-ci-bot
84af510b33
!16 [sync] PR-15: update to 5.9.22
From: @openeuler-sync-bot 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
2023-05-08 02:40:15 +00:00
liweiganga
b30b1e16cb update: update to 5.9.22
(cherry picked from commit 80ceb64384ba84d878cd664181d2f98c2a4d83f4)
2023-05-08 10:16:45 +08:00
openeuler-ci-bot
f1fb0c9c84
!14 update to upstream 5.9.12
From: @xzyangha 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-10-28 02:44:29 +00:00
yangxianzhao
08dae97ab9 update to upstream 5.9.12 2022-10-26 15:03:35 +08:00
openeuler-ci-bot
74f681ce8d
!11 fix build error
Merge pull request !11 from liweiganga/openEuler-22.03-LTS-Next
2022-02-07 06:17:27 +00:00
liweiganga
46f3484546 fix build error 2022-02-07 14:04:47 +08:00
openeuler-ci-bot
cb4d094b48 !7 update vendor
From: @zhangkea
Reviewed-by: @yeqinglong01
Signed-off-by: @yeqinglong01
2021-08-26 12:10:14 +00:00
ut001695
400d27600b update vendor
Signed-off-by: ut001695 <zhangkea@uniontech.com>
2021-08-26 19:48:15 +08:00
6 changed files with 26 additions and 82 deletions

View File

@ -1,36 +0,0 @@
# deepin-desktop-schemas
#### Description
deepin desktop schemas
#### 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/)

View File

@ -1,37 +0,0 @@
# deepin-desktop-schemas
#### 介绍
deepin desktop schemas
#### 软件架构
软件架构说明
#### 安装教程
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/)

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: deepin-desktop-schemas
Version: 5.8.0.26
Version: 5.10.11
Release: 2
Summary: GSettings deepin desktop-wide schemas
License: GPLv3
URL: https://github.com/linuxdeepin/deepin-desktop-schemas
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.gz
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
Provides: deepin-default-gsettings
Obsoletes: deepin-default-gsettings
@ -14,10 +14,10 @@ BuildArch: noarch
BuildRequires: golang
BuildRequires: glib2
BuildRequires: python3 golang-bin
BuildRequires: deepin-desktop-server
BuildRequires: deepin-desktop-base
Requires: deepin-desktop-server
Requires: deepin-desktop-base
%description
deepin-desktop-schemas contains a collection of GSettings schemas for
@ -28,10 +28,9 @@ deepin-desktop-schemas contains a collection of GSettings schemas for
tar -xf %{SOURCE1}
%build
export GOPATH=%{_builddir}/%{name}-%{version}/vendor
export GOPATH=%{_builddir}/%{name}-%{version}/vendor:$GOPATH
%if %{_arch} == "aarch64"
%if "%{_arch}" == "aarch64"
%define buildarch arm
%else
%define buildarch x86
@ -95,6 +94,24 @@ esac
%{_datadir}/deepin-appstore/*
%changelog
* Tue Mar 26 2024 liuzhilin <liuzhilin@uniontech.com> - 5.10.11-2
- del unnecessary macros
* Fri Jul 28 2023 leeffo <liweiganga@uniontech.com> - 5.10.11-1
- upgrade to version 5.10.11
* Fri Mar 31 2023 liweiganga <liweiganga@uniontech.com> - 5.9.22-1
- update: update 5.9.22
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.9.12-1
- Update to 5.9.12
* Mon Feb 07 2022 liweigang <liweiganga@uniontech.com> - 5.8.0.26-4
- fix build error
* Thu Aug 26 2021 zhangkea <zhangkea@uniontech.com> - 5.8.0.26-3
- Update vendor
* Wed Jul 21 2021 weidong <weidong@uniontech.com> - 5.8.0.26-2
- Using deepin-desktop-server instead of deepin-desktop-base

Binary file not shown.