Skip to content

Commit

Permalink
kde-frameworks/kdoctools: 5.74.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 Sep 12, 2020
1 parent 14d588b commit 88e78c8
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.73.0.tar.xz 426968 BLAKE2B 821b36477adc91d95f25e50d7eb1713917dfe671da838e86413b0017eb2dc3786984e4f3f3e6a200b4b840210374b493e79abfb1fb55d2a47b87a6a40f5e540a SHA512 e4c0199a3b22a3cf545d8367c793f042242f9daad92d0b9c263a55da6b6399b1ac9e5729df696b55ca9ea9ab9f78b53c992f104c277f92cbeb825fab6a05d309
DIST kdoctools-5.74.0.tar.xz 430240 BLAKE2B 989df1f367721b393079d2cf551f008758e079cc5dd325b1bb22d30268f2ed635f2cfeb0504da5a09e74af320ac8271f72ba8dbe78ebeef1e7787006ed00bb02 SHA512 51a410c7cb9440926b27908be77ea9c26050943e4d3bfc24125b803b4104e22c0ca2963c7ccf968ab0d334846a4a3588fa7ade341cf02ec7d8ede4a06fe20327
48 changes: 48 additions & 0 deletions kde-frameworks/kdoctools/kdoctools-5.74.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 88e78c8

Please sign in to comment.