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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FCAE15812D for ; Sun, 05 Jan 2025 00:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13E63E076B; Sun, 05 Jan 2025 00:32:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA2EDE076B for ; Sun, 05 Jan 2025 00:32:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F09AF340BE2 for ; Sun, 05 Jan 2025 00:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59791AED for ; Sun, 05 Jan 2025 00:32:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1736037135.3304037ebe7320f9a15457c0f3c07401ab180b2a.sam@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.16.12.ebuild X-VCS-Directories: gui-libs/gtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3304037ebe7320f9a15457c0f3c07401ab180b2a X-VCS-Branch: master Date: Sun, 05 Jan 2025 00:32:39 +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: ed9363ab-6fe3-41d9-a032-176367705a70 X-Archives-Hash: 44d02f5b1337bfbb27873c6a8e33e00f commit: 3304037ebe7320f9a15457c0f3c07401ab180b2a Author: Sam James gentoo org> AuthorDate: Sun Jan 5 00:31:50 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 5 00:32:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3304037e gui-libs/gtk: drop doc install for now Closes: https://bugs.gentoo.org/947514 Signed-off-by: Sam James gentoo.org> gui-libs/gtk/gtk-4.16.12.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gui-libs/gtk/gtk-4.16.12.ebuild b/gui-libs/gtk/gtk-4.16.12.ebuild index ad674256ca1b..c8e20f2e99ec 100644 --- a/gui-libs/gtk/gtk-4.16.12.ebuild +++ b/gui-libs/gtk/gtk-4.16.12.ebuild @@ -236,9 +236,11 @@ src_test() { src_install() { meson_src_install - insinto /usr/share/gtk-doc/html + # TODO: Seems that HTML docs are no longer in the tarball after + # upstream switched to CI-generated releases? bug #947514 + #insinto /usr/share/gtk-doc/html # This will install API docs specific to X11 and wayland regardless of USE flags, but this is intentional - doins -r "${S}"/docs/reference/{gtk/gtk4,gsk/gsk4,gdk/gdk4{,-wayland,-x11}} + #doins -r "${S}"/docs/reference/{gtk/gtk4,gsk/gsk4,gdk/gdk4{,-wayland,-x11}} } pkg_preinst() {