Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/
Date: Mon, 03 May 2021 22:39:52
Message-Id: 1620081582.9e1a78b4da64ca9d1531fce6f69b379edda9e62c.mattst88@gentoo
1 commit: 9e1a78b4da64ca9d1531fce6f69b379edda9e62c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 16:06:33 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 22:39:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1a78b4
7
8 gui-libs/gtk: Depend on dev-util/gi-docgen
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gui-libs/gtk/gtk-4.2.0.ebuild | 9 +++++++--
13 1 file changed, 7 insertions(+), 2 deletions(-)
14
15 diff --git a/gui-libs/gtk/gtk-4.2.0.ebuild b/gui-libs/gtk/gtk-4.2.0.ebuild
16 index c08b1a24df1..43ef1917efa 100644
17 --- a/gui-libs/gtk/gtk-4.2.0.ebuild
18 +++ b/gui-libs/gtk/gtk-4.2.0.ebuild
19 @@ -13,6 +13,7 @@ SLOT="4"
20 IUSE="aqua broadway cloudprint colord cups examples ffmpeg gstreamer gtk-doc +introspection sysprof test vulkan wayland +X xinerama"
21 REQUIRED_USE="
22 || ( aqua wayland X )
23 + gtk-doc? ( introspection )
24 xinerama? ( X )
25 "
26
27 @@ -80,12 +81,11 @@ BDEPEND="
28 dev-libs/libxslt
29 >=dev-util/gdbus-codegen-2.48
30 dev-util/glib-utils
31 - >=dev-util/gtk-doc-am-1.20
32 >=sys-devel/gettext-0.19.7
33 virtual/pkgconfig
34 gtk-doc? (
35 app-text/docbook-xml-dtd:4.3
36 - >=dev-util/gtk-doc-1.33
37 + dev-util/gi-docgen
38 )
39 test? (
40 dev-libs/glib:2
41 @@ -159,6 +159,11 @@ src_test() {
42 fi
43 }
44
45 +src_install() {
46 + meson_src_install
47 + mv "${ED}"/usr/share/doc/{gtk4,${P}} || die
48 +}
49 +
50 pkg_preinst() {
51 gnome2_schemas_savelist
52 }