!21 [sync] PR-20: upgrade to version 2021.12.16
From: @openeuler-sync-bot Reviewed-by: @leeffo Signed-off-by: @leeffo
This commit is contained in:
commit
75a9f0f41d
35
0002-feat-GB_SS_GB18030_Extended.patch
Normal file
35
0002-feat-GB_SS_GB18030_Extended.patch
Normal file
@ -0,0 +1,35 @@
|
||||
From 213d5c949bb45c1f309120231eda78dc0944bfbe Mon Sep 17 00:00:00 2001
|
||||
From: Lv Peilong <lvpeilong@uniontech.com>
|
||||
Date: Mon, 20 Mar 2023 13:53:17 +0800
|
||||
Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E4=B8=AD=E6=96=87?=
|
||||
=?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=8B=E9=BB=98=E8=AE=A4=E5=AD=97=E4=BD=93?=
|
||||
=?UTF-8?q?=E4=B8=BAGB=5FSS=5FGB18030=5FExtended?=
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
修改中文环境下默认字体为GB_SS_GB18030_Extended
|
||||
|
||||
Log: 修改中文环境下默认字体为GB_SS_GB18030_Extended
|
||||
Task: https://pms.uniontech.com/task-view-251979.html
|
||||
Influence: 镜像默认字体功能
|
||||
Change-Id: If736f4beb0ab0e68cd1ac8e33dc5afd4e3f664de
|
||||
---
|
||||
usr.share.d/deepin-default-settings/fontconfig.json | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/usr.share.d/deepin-default-settings/fontconfig.json b/usr.share.d/deepin-default-settings/fontconfig.json
|
||||
index 42748c9..141e983 100644
|
||||
--- a/usr.share.d/deepin-default-settings/fontconfig.json
|
||||
+++ b/usr.share.d/deepin-default-settings/fontconfig.json
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"zh_CN":{
|
||||
- "Standard":"Noto Sans CJK SC",
|
||||
+ "Standard":"GB_SS_GB18030_Extended",
|
||||
"Mono":"Noto Mono"
|
||||
},
|
||||
"zh_TW":{
|
||||
--
|
||||
2.20.1
|
||||
|
||||
Binary file not shown.
@ -1,10 +1,13 @@
|
||||
Name: deepin-default-settings
|
||||
Version: 2021.11.11
|
||||
Version: 2021.12.16
|
||||
Release: 1
|
||||
Summary: default settings for deepin destkop environment
|
||||
License: GPLv3
|
||||
URL: https://github.com/linuxdeepin/default-settings
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch0: 0001-del-some-config.patch
|
||||
Patch1: 0002-feat-GB_SS_GB18030_Extended.patch
|
||||
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: dde-desktop
|
||||
@ -20,7 +23,7 @@ Summary: default settings for deepin destkop environment
|
||||
This package includes files to override cups default page and fcitx icon.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -112,6 +115,7 @@ fi
|
||||
%{_sysconfdir}/sudoers.d/01_always_set_sudoers_home
|
||||
/lib/udev/rules.d/99-deepin.rules
|
||||
%{_libexecdir}/dde-first-run
|
||||
%{_bindir}/dde-first-run
|
||||
#服务器不需要桌面版调优参数
|
||||
%exclude %{_sysctldir}/deepin.conf
|
||||
%{_datadir}/applications/deepin/dde-mimetype.list
|
||||
@ -127,6 +131,9 @@ fi
|
||||
%{_datadir}/deepin-default-settings/fcitx/*.png
|
||||
|
||||
%changelog
|
||||
* Fri Jul 28 2023 leeffo <liweiganga@uniontech.com> - 2021.12.16-1
|
||||
- upgrade to version 2021.12.16
|
||||
|
||||
* Thu Mar 30 2023 liweiganga <liweiganga@uniontech.com> - 2021.11.11-1
|
||||
- update: update to 2021.11.11
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user