From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C43813835A for ; Mon, 3 May 2021 22:39:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62674E0896; Mon, 3 May 2021 22:39:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4948FE0896 for ; Mon, 3 May 2021 22:39:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56F62335DB2 for ; Mon, 3 May 2021 22:39:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01C66743 for ; Mon, 3 May 2021 22:39:49 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1620081582.9e1a78b4da64ca9d1531fce6f69b379edda9e62c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/gtk/gtk-4.2.0.ebuild X-VCS-Directories: gui-libs/gtk/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9e1a78b4da64ca9d1531fce6f69b379edda9e62c X-VCS-Branch: master Date: Mon, 3 May 2021 22:39:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a61209bd-edf6-4b55-90d8-1753d157df46 X-Archives-Hash: 5241d248054e03e43f07825dbe526c8d commit: 9e1a78b4da64ca9d1531fce6f69b379edda9e62c Author: Matt Turner gentoo org> AuthorDate: Mon May 3 16:06:33 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon May 3 22:39:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1a78b4 gui-libs/gtk: Depend on dev-util/gi-docgen Signed-off-by: Matt Turner gentoo.org> gui-libs/gtk/gtk-4.2.0.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gui-libs/gtk/gtk-4.2.0.ebuild b/gui-libs/gtk/gtk-4.2.0.ebuild index c08b1a24df1..43ef1917efa 100644 --- a/gui-libs/gtk/gtk-4.2.0.ebuild +++ b/gui-libs/gtk/gtk-4.2.0.ebuild @@ -13,6 +13,7 @@ SLOT="4" IUSE="aqua broadway cloudprint colord cups examples ffmpeg gstreamer gtk-doc +introspection sysprof test vulkan wayland +X xinerama" REQUIRED_USE=" || ( aqua wayland X ) + gtk-doc? ( introspection ) xinerama? ( X ) " @@ -80,12 +81,11 @@ BDEPEND=" dev-libs/libxslt >=dev-util/gdbus-codegen-2.48 dev-util/glib-utils - >=dev-util/gtk-doc-am-1.20 >=sys-devel/gettext-0.19.7 virtual/pkgconfig gtk-doc? ( app-text/docbook-xml-dtd:4.3 - >=dev-util/gtk-doc-1.33 + dev-util/gi-docgen ) test? ( dev-libs/glib:2 @@ -159,6 +159,11 @@ src_test() { fi } +src_install() { + meson_src_install + mv "${ED}"/usr/share/doc/{gtk4,${P}} || die +} + pkg_preinst() { gnome2_schemas_savelist }