upgrade to version 2021.12.16

(cherry picked from commit 8e091f3612066b6fc308297e7ecc825b7ded9079)
This commit is contained in:
leeffo 2023-07-28 14:43:49 +08:00 committed by openeuler-sync-bot
parent b9c5962aa7
commit 5efbe47931
3 changed files with 44 additions and 2 deletions

View 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

View File

@ -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