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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32577158089 for ; Sun, 10 Sep 2023 11:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34C2E2BC018; Sun, 10 Sep 2023 11:11:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1A9F92BC016 for ; Sun, 10 Sep 2023 11:11:43 +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 33414335CE9 for ; Sun, 10 Sep 2023 11:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A29711167 for ; Sun, 10 Sep 2023 11:11:40 +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: <1694344114.3ba8e13364803f4831f879f0aec80741bdd9cb9a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kio/kio-5.9999.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3ba8e13364803f4831f879f0aec80741bdd9cb9a X-VCS-Branch: master Date: Sun, 10 Sep 2023 11:11:40 +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: 3f5d866e-248f-421a-a0dc-7c74eeae7c59 X-Archives-Hash: 06556e47408ce0cbdff30bb8bb73bb6a commit: 3ba8e13364803f4831f879f0aec80741bdd9cb9a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 10 10:38:07 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 10 11:08:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ba8e133 kde-frameworks/kio: Set ECM_HANDBOOK=optional, ECM_HANDBOOK_DIR=docs Upstream translations organisation has changed since commit cd9341e9c5693512297c3cfc1714523096bd7771. Moves handbook handling back into ecm.eclass and automatically fixes missing BDEPEND=kde-frameworks/kdoctools as well. See also: https://github.com/gentoo/gentoo/pull/32487 Thanks-to: Hanabishi Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kio/kio-5.9999.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/kde-frameworks/kio/kio-5.9999.ebuild b/kde-frameworks/kio/kio-5.9999.ebuild index 06276bb2c4..a58e122c3d 100644 --- a/kde-frameworks/kio/kio-5.9999.ebuild +++ b/kde-frameworks/kio/kio-5.9999.ebuild @@ -4,6 +4,8 @@ EAPI=8 ECM_DESIGNERPLUGIN="true" +ECM_HANDBOOK="optional" +ECM_HANDBOOK_DIR="docs" ECM_TEST="forceoptional" PVCUT=$(ver_cut 1-2) QTMIN=5.15.9 @@ -13,14 +15,12 @@ DESCRIPTION="Framework providing transparent file and data management" LICENSE="LGPL-2+" KEYWORDS="" -IUSE="acl +handbook kerberos +kwallet X" +IUSE="acl kerberos +kwallet X" # tests hang RESTRICT="test" RDEPEND=" - dev-libs/libxml2 - dev-libs/libxslt >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 @@ -54,7 +54,11 @@ RDEPEND=" sys-apps/attr virtual/acl ) - handbook? ( =kde-frameworks/kdoctools-${PVCUT}*:5 ) + handbook? ( + dev-libs/libxml2 + dev-libs/libxslt + =kde-frameworks/kdoctools-${PVCUT}*:5 + ) kerberos? ( virtual/krb5 ) kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:5 ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5 ) @@ -69,7 +73,6 @@ src_configure() { local mycmakeargs=( -DKIO_NO_PUBLIC_QTCONCURRENT=ON $(cmake_use_find_package acl ACL) - $(cmake_use_find_package handbook KF5DocTools) $(cmake_use_find_package kerberos GSSAPI) $(cmake_use_find_package kwallet KF5Wallet) -DWITH_X11=$(usex X)