Skip to content

Commit

Permalink
kde-frameworks/kdoctools: 5.72.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jul 11, 2020
1 parent d32d086 commit 0483fec
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kdoctools/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kdoctools-5.70.0.tar.xz 426784 BLAKE2B f6b34599b074d7720f44b09d62518f3d76b406167a95d0a3920dd9048829512350850c51ce327ce9a254539e4ac7691dfd9bf620a2268f2b823a4a54273070a5 SHA512 646f37a6e4d233affa5d2ee38e490a1da30845d66ec758841fa1f39d630492a80cc3c4aad3d46d9808ecbb73b90af56e5f8009f1aba2e7db1da7d88a19634353
DIST kdoctools-5.71.0.tar.xz 426972 BLAKE2B 3001b130a55667d400fb1487f1f81af694bf8512757f8b3b3d8ed6af4996d8284924435aafc12545bc7e2c589b8b4ce1b278d662a233d67e03441266fc8ca149 SHA512 d20bceb3aaa8cef68f95d6e209af35215f37b96e8a6f039a50da8c299fe4714ffa21bc2cbe825744ec14f248823a147883f4833f1201de28c64d6032c63ed2d6
DIST kdoctools-5.72.0.tar.xz 426952 BLAKE2B 2d2abc95953d56c49cc300efb9d044ceafd9975ba3a88438893d7df56d167dd2c987f309925ab4ebd713bda5d58585f6ce613dec754cf2ee0de23ee9bc419c25 SHA512 a4164b797a47353090725b6c9ee97220ea882aa8a15ff3d4ef143305423684c7fa611b923d458ae739252025d4930f72530c7b02f7f0d6933120c42bfc51e292
48 changes: 48 additions & 0 deletions kde-frameworks/kdoctools/kdoctools-5.72.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 0483fec

Please sign in to comment.