kde-frameworks/kdoctools: 5.75.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-10-10 14:43:22 +02:00
parent 9db99345cf
commit 8e22507f02
2 changed files with 49 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kdoctools-5.74.0.tar.xz 430240 BLAKE2B 989df1f367721b393079d2cf551f008758e079cc5dd325b1bb22d30268f2ed635f2cfeb0504da5a09e74af320ac8271f72ba8dbe78ebeef1e7787006ed00bb02 SHA512 51a410c7cb9440926b27908be77ea9c26050943e4d3bfc24125b803b4104e22c0ca2963c7ccf968ab0d334846a4a3588fa7ade341cf02ec7d8ede4a06fe20327
DIST kdoctools-5.75.0.tar.xz 430212 BLAKE2B 9ee86da4c451cbf262cb3c7c3059918ffe926a24af4ca7c6c5eb354f5acb10e2df5e951be0831f383401c06cfae2b633983c06011d441cebc63f4414bcf880d6 SHA512 71aaae59abb3c3d34adac16f02aee298e928542ba543457dd94b2faa5a6791bb6e2aef5ad2e61f206963dfd42af2166191b1ff9b4bcce2f46815769563b96848

View File

@@ -0,0 +1,48 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
ECM_QTHELP="false"
PVCUT=$(ver_cut 1-2)
inherit ecm kde.org
DESCRIPTION="Tools to generate documentation in various formats from DocBook files"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="nls"
BDEPEND="
dev-lang/perl
dev-perl/URI
nls? ( >=kde-frameworks/ki18n-${PVCUT}:5 )
"
DEPEND="
app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets
app-text/sgml-common
dev-libs/libxml2:2
dev-libs/libxslt
=kde-frameworks/karchive-${PVCUT}*:5
"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-5.54.0-gentoo-docbundledir.patch" )
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package nls KF5I18n)
)
ecm_src_configure
}
src_test() {
# bug 665622
local myctestargs=(
-E "(kdoctools_install)"
)
ecm_src_test
}