mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
gnome-base/gsettings-desktop-schemas: drop 47.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST gsettings-desktop-schemas-47.1.tar.xz 806272 BLAKE2B 8a67f6da435c30b87c172ae12b1cce7d614f2804eb3135d6c36d144adce697aec13f9861ff15edf6a55c20f96cf51b0a9bbdcbdd6de65c327bc8cd13888fe389 SHA512 8c4575958f6dd351e4a1a60d61f9080933979942b2fcef5c1211ab508b99a91325c857a9ac8d92e372968fad4736d55aa7b746f185aae9ecd1f691ced9ff53a0
|
||||
DIST gsettings-desktop-schemas-48.0.tar.xz 813656 BLAKE2B b65b7c2e5c1951623b07cbe6e5c7b39c8dd5ccf222bcac18a1fb5b92d21ce072ffe51d89202b173394ece4dcd23ad1936b844c39fc76facaf1f704583a0603bd SHA512 2c438b14c21a8dd0da12d3eca0b0e77e75d900f4c5ce9365312578e874f4e4fadc16caeefe89dcf1b8482305d3755ee81bfa20ab54e7a77d180fb2a8bf2c39b7
|
||||
DIST gsettings-desktop-schemas-49.1.tar.xz 854352 BLAKE2B c333f9ec4971704341ad37798441c6e1c0afc2dcd0c78f5bea4889c52702efe348302ce7c5dfc6505ff6023490204210ff9f8659fa4cf95a524d3e2c9a921b7b SHA512 60924480d92bbb56d0f61e3b923398e9eb355c5c998989861dd25b8540f042bc70d174646c286946b868367fb8e74d5bd6b90885f7a48a2ec75b87ec447e964b
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
From 63563ee0e65c1d2ae9aa0ae5530035605fed0f1c Mon Sep 17 00:00:00 2001
|
||||
From: Mart Raudsepp <leio@gentoo.org>
|
||||
Date: Sun, 1 Sep 2019 20:34:44 +0300
|
||||
Subject: [PATCH] Revert "schemas: change default monospaced and document
|
||||
fonts"
|
||||
|
||||
This reverts commit 965062de47f5171727c1e4f7f0aac2ad40e3484a.
|
||||
|
||||
It is not GNOME business to override distribution choices for default
|
||||
monospace and document font.
|
||||
---
|
||||
schemas/org.gnome.desktop.interface.gschema.xml.in | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in b/schemas/org.gnome.desktop.interface.gschema.xml.in
|
||||
index 22ef50d..1713f25 100644
|
||||
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
|
||||
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in
|
||||
@@ -149,14 +149,14 @@
|
||||
</description>
|
||||
</key>
|
||||
<key name="document-font-name" type="s">
|
||||
- <default>'Cantarell 11'</default>
|
||||
+ <default>'Sans 11'</default>
|
||||
<summary>Document font</summary>
|
||||
<description>
|
||||
Name of the default font used for reading documents.
|
||||
</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.20.1
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome.org gnome2-utils meson xdg
|
||||
|
||||
DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
|
||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
|
||||
IUSE="+introspection"
|
||||
|
||||
BDEPEND="
|
||||
introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )
|
||||
dev-util/glib-utils
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
# Revert change to 'Source Code Pro 10' and 'Cantarell 11' fonts back to generic sans and monospace aliases
|
||||
"${FILESDIR}"/3.32.0-default-fonts.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use introspection)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user