Compare commits
10 Commits
82f5d6d8b1
...
18864c8de8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18864c8de8 | ||
|
|
1619512b52 | ||
|
|
693f934e1a | ||
|
|
86a15c7c00 | ||
|
|
ce18a4f5df | ||
|
|
fd7b7d31f9 | ||
|
|
d04bd9f201 | ||
|
|
17013af612 | ||
|
|
162d4a7743 | ||
|
|
cdb15ac811 |
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
|
||||
|
||||
Binary file not shown.
BIN
gsettings-desktop-schemas-45.0.tar.xz
Normal file
BIN
gsettings-desktop-schemas-45.0.tar.xz
Normal file
Binary file not shown.
@ -1,35 +1,40 @@
|
||||
%global debug_package %{nil}
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 41.0
|
||||
Release: 1
|
||||
Summary: Settings for various components of a desktop
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 45.0
|
||||
Release: 1
|
||||
Summary: A collection of GSettings schemas
|
||||
License: LGPLv2+
|
||||
URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
|
||||
Source0: https://download-fallback.gnome.org/sources/%{name}/41/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/45/%{name}-%{version}.tar.xz
|
||||
Patch0001: 0001-Using-monospace-11-as-monospace-font-name.patch
|
||||
|
||||
BuildRequires: gettext glib2-devel >= 2.31.0 gobject-introspection-devel meson
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: meson
|
||||
|
||||
Requires: glib2 >= 2.31.0
|
||||
|
||||
Recommends: font(cantarell) font(sourcecodepro)
|
||||
Recommends: font(cantarell)
|
||||
Recommends: font(sourcecodepro)
|
||||
|
||||
%description
|
||||
GSettings schemas for desktop components are contained in this package.
|
||||
gsettings-desktop-schemas contains a collection of GSettings schemas for
|
||||
settings shared by various components of a desktop.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and header files for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Libraries and header files are contained in %{name}-devel package. You need to
|
||||
install the %{name}-devel package if you want to develop applications that use
|
||||
%{name}.
|
||||
The %{name}-devel package contains libraries
|
||||
and header files for developing applications that use %{name}.
|
||||
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -37,30 +42,44 @@ install the %{name}-devel package if you want to develop applications that use
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
%check
|
||||
glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc NEWS AUTHORS
|
||||
%doc AUTHORS NEWS
|
||||
%license COPYING
|
||||
%{_datadir}/glib-2.0/schemas/*
|
||||
%{_datadir}/GConf/gsettings/*.convert
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
|
||||
%{_datadir}/GConf/gsettings/wm-schemas.convert
|
||||
%{_libdir}/girepository-1.0/GDesktopEnums-3.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*
|
||||
%{_datadir}/pkgconfig/*
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%{_datadir}/gir-1.0/GDesktopEnums-3.0.gir
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc HACKING README MAINTAINERS
|
||||
|
||||
%changelog
|
||||
* Mon Jan 8 2024 zhangpan <zhangpan103@h-partners.com> - 45.0-1
|
||||
- Update to 45.0
|
||||
|
||||
* 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
|
||||
- Update to 44.0
|
||||
|
||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
|
||||
- Update to 43.0
|
||||
|
||||
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
|
||||
- Upgrade to 42.0
|
||||
|
||||
* Thu Dec 2 2021 hanhui <hanhui15@huawei.com> - 41.0-1
|
||||
- update to 41.0
|
||||
|
||||
|
||||
2
org.gnome.desktop.interface.gschema.override
Normal file
2
org.gnome.desktop.interface.gschema.override
Normal file
@ -0,0 +1,2 @@
|
||||
[org.gnome.desktop.interface]
|
||||
monospace-font-name='Monospace 11'
|
||||
Loading…
x
Reference in New Issue
Block a user