using 'monospace 11' as monospace-font-name
Signed-off-by: xiaofan <xiaofan@iscas.ac.cn>
This commit is contained in:
parent
ce18a4f5df
commit
86a15c7c00
26
0001-Using-monospace-11-as-monospace-font-name.patch
Normal file
26
0001-Using-monospace-11-as-monospace-font-name.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From ef93431d27a6bca97f952953e8477b47144cfe1a Mon Sep 17 00:00:00 2001
|
||||||
|
From: xiaofan <xiaofan@iscas.ac.cn>
|
||||||
|
Date: Thu, 10 Aug 2023 02:08:59 +0000
|
||||||
|
Subject: [PATCH] Using 'monospace 11' as monospace-font-name
|
||||||
|
|
||||||
|
Signed-off-by: xiaofan <xiaofan@iscas.ac.cn>
|
||||||
|
---
|
||||||
|
schemas/org.gnome.desktop.interface.gschema.xml.in | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in b/schemas/org.gnome.desktop.interface.gschema.xml.in
|
||||||
|
index a998708..73032d1 100644
|
||||||
|
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
|
||||||
|
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in
|
||||||
|
@@ -163,7 +163,7 @@
|
||||||
|
</description>
|
||||||
|
</key>
|
||||||
|
<key name="monospace-font-name" type="s">
|
||||||
|
- <default>'Source Code Pro 10'</default>
|
||||||
|
+ <default>'monospace 11'</default>
|
||||||
|
<summary>Monospace font</summary>
|
||||||
|
<description>
|
||||||
|
Name of a monospaced (fixed-width) font for use in locations like
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
Name: gsettings-desktop-schemas
|
Name: gsettings-desktop-schemas
|
||||||
Version: 44.0
|
Version: 44.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A collection of GSettings schemas
|
Summary: A collection of GSettings schemas
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
|
URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
|
||||||
Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz
|
||||||
|
Patch0001: 0001-Using-monospace-11-as-monospace-font-name.patch
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: glib2-devel >= 2.31.0
|
BuildRequires: glib2-devel >= 2.31.0
|
||||||
@ -64,6 +65,9 @@ glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
|
|||||||
%doc HACKING README MAINTAINERS
|
%doc HACKING README MAINTAINERS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 18 2023 xiaofan <xiaofan@iscas.ac.cn> - 44.0-2
|
||||||
|
- Change monospace-font-name to 'monospace 11' from 'Source Code Pro 10'
|
||||||
|
|
||||||
* Wed Jul 19 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 44.0-1
|
* Wed Jul 19 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 44.0-1
|
||||||
- Update to 43.0
|
- Update to 43.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user