Install this version:
emerge -a =gnome-base/gsettings-desktop-schemas-50.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gnome-base/gsettings-desktop-schemas-50.0
Or alternatively:
emerge --autounmask-write -a =gnome-base/gsettings-desktop-schemas-50.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 50.0 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos | 0 |
# Copyright 1999-2026 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 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="+introspection"
BDEPEND="
introspection? ( >=dev-libs/gobject-introspection-1.54:= )
dev-util/glib-utils
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
src_configure() {
local emesonargs=(
$(meson_use introspection)
)
meson_src_configure
}
src_install() {
meson_src_install
# workaround for https://github.com/Miezhiko/Overlay/issues/71
ln -s "${ED}/usr/share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.xml" "${ED}/usr/share/glib-2.0/schemas/org.gnome.desktop.wm-preferences.gschema.xml" || die
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}
Manage flags for this package:
euse -i <flag> -p gnome-base/gsettings-desktop-schemas |
euse -E <flag> -p gnome-base/gsettings-desktop-schemas |
euse -D <flag> -p gnome-base/gsettings-desktop-schemas
introspection? ( >=dev-libs/gobject-introspection-1.54:= ) dev-util/glib-utils >=sys-devel/gettext-0.19.8 virtual/pkgconfig