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 23BA61581EC for ; Sat, 23 Nov 2024 10:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 534A7E080E; Sat, 23 Nov 2024 10:14:01 +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 30C16E080E for ; Sat, 23 Nov 2024 10:14:01 +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 F36C833BF3B for ; Sat, 23 Nov 2024 10:13:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A952130F for ; Sat, 23 Nov 2024 10:13:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1732356782.19a5277a90c6968565e6479385d7aaaf0de1a093.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild X-VCS-Directories: kde-apps/konsolepart/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 19a5277a90c6968565e6479385d7aaaf0de1a093 X-VCS-Branch: master Date: Sat, 23 Nov 2024 10:13:58 +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: 72c859e7-afe7-4a6f-b411-5508c6326ab8 X-Archives-Hash: d713bdbeacc46f163f6f2d76f02bc7f1 commit: 19a5277a90c6968565e6479385d7aaaf0de1a093 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 23 10:06:10 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 23 10:13:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a5277a kde-apps/konsolepart: Disable build of help files Makes no sense to build them, only to remove in src_install() Closes: https://bugs.gentoo.org/944525 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild b/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild index 87cd86cd4d14..766a978bb823 100644 --- a/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild +++ b/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild @@ -3,7 +3,6 @@ EAPI=8 -ECM_HANDBOOK="optional" KDE_ORG_NAME="konsole" KFMIN=5.106.0 QTMIN=5.15.9 @@ -60,6 +59,7 @@ src_configure() { -DBUILD_TESTING=OFF -DENABLE_PLUGIN_SSHMANAGER=OFF -DENABLE_PLUGIN_QUICKCOMMANDS=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=ON ) ecm_src_configure @@ -69,7 +69,7 @@ src_install() { ecm_src_install rm -r "${ED}"/{etc,usr/bin} \ - "${ED}"/usr/share/{applications,doc,help,kconf_update,kglobalaccel,kio} \ + "${ED}"/usr/share/{applications,doc,kconf_update,kglobalaccel,kio} \ "${ED}"/usr/share/{knsrcfiles,knotifications5,konsole,locale,qlogging-categories5,zsh} \ "${ED}"/usr/$(get_libdir)/kconf_update_bin || die }