Skip to content

Commit

Permalink
kde-frameworks/kdoctools: 5.77.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 Dec 12, 2020
1 parent 6f42992 commit db429f8
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.74.0.tar.xz 430240 BLAKE2B 989df1f367721b393079d2cf551f008758e079cc5dd325b1bb22d30268f2ed635f2cfeb0504da5a09e74af320ac8271f72ba8dbe78ebeef1e7787006ed00bb02 SHA512 51a410c7cb9440926b27908be77ea9c26050943e4d3bfc24125b803b4104e22c0ca2963c7ccf968ab0d334846a4a3588fa7ade341cf02ec7d8ede4a06fe20327
DIST kdoctools-5.76.0.tar.xz 438600 BLAKE2B afb5236924b6a677c4c20fb06dcd1c78955d32d190268269677d096e22b0edb404cfea94d73accbbb3a0e88884a87b2e9fa8281032c3956e90b66916c5bdc747 SHA512 27646f054cd324a277334592541a0a5a44fe2ef794801cdf8fde2e39f370990dbd6114be99453a55883e6f9ed6ccb615fa34b2ae60fdee3ebf652573e679524b
DIST kdoctools-5.77.0.tar.xz 438744 BLAKE2B a421da40e069bf8e2c5be170850fb82d2f7381ec4e75dd128bc7c1d5e005015d4b23b367d945209dd11095faeae765dc9c5a69de40bd7fc267d590950fcc8fcc SHA512 de712640776b26ddf714920fe6d63bdd0c5aa15e162fd0d75fb8199528b26e5bf622ad56e20298e606707d1e0ee579d334c63f0d019c872a1ea35ac77735d205
48 changes: 48 additions & 0 deletions kde-frameworks/kdoctools/kdoctools-5.77.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 db429f8

Please sign in to comment.