Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 762424
Collapse All | Expand All

(-)a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-40.0.ebuild (-1 / +10 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
5
inherit gnome.org gnome2-utils meson xdg
5
6
PYTHON_COMPAT=(python3_{6..9})
7
inherit gnome.org gnome2-utils meson python-any-r1 xdg
6
8
7
DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
9
DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
8
HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas"
10
HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas"
Lines 17-22 BDEPEND=" Link Here
17
	dev-util/glib-utils
19
	dev-util/glib-utils
18
	>=sys-devel/gettext-0.19.8
20
	>=sys-devel/gettext-0.19.8
19
	virtual/pkgconfig
21
	virtual/pkgconfig
22
	${PYTHON_DEPS}
20
"
23
"
21
24
22
PATCHES=(
25
PATCHES=(
Lines 24-29 PATCHES=( Link Here
24
	"${FILESDIR}"/3.32.0-default-fonts.patch
27
	"${FILESDIR}"/3.32.0-default-fonts.patch
25
)
28
)
26
29
30
src_prepare() {
31
	default
32
33
	python_fix_shebang build-aux/meson/post-install.py
34
}
35
27
src_configure() {
36
src_configure() {
28
	meson_src_configure $(meson_use introspection)
37
	meson_src_configure $(meson_use introspection)
29
}
38
}

Return to bug 762424