mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kdoctools: 6.28.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kdoctools-6.27.0.tar.xz 461176 BLAKE2B c5f16c702eeb40d2f6a8f7f8cb01ecd218c1d7a125c4d387030c88d7a072eedc838f264862c2e301a5e7b99d4733c056b405a4e9aa92e8d109d7410ba69c3212 SHA512 af8d17adeab2d6fccda3e7e85c5ac45499297e3588989b58e9dcbb5e06470b6d04f1a6882760930b07eaef6f6f61ca350278d37818c6c49d83aa15bde518627b
|
||||
DIST kdoctools-6.28.0.tar.xz 461212 BLAKE2B fd223e23e37bfe9193dee9904fd8bc8aabb682680c758ba369eb8310d6f4c81da5977fc6fe2f62bac71ec5a54dd2217ab35008aaddef96b640a89c75df9f8995 SHA512 35e5b981d6a7cfb471d46d5bccc59ee2a43aadbcb8c1f7c54747956589dc33a83e34648a197c457770912c2724dfd43086d027e20924467e45e19395b34887dd
|
||||
|
||||
43
kde-frameworks/kdoctools/kdoctools-6.28.0.ebuild
Normal file
43
kde-frameworks/kdoctools/kdoctools-6.28.0.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_QTHELP="false"
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Tools to generate documentation in various formats from DocBook files"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE="nls"
|
||||
|
||||
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-${KDE_CATV}*:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-lang/perl
|
||||
dev-perl/URI
|
||||
nls? ( >=kde-frameworks/ki18n-${KDE_CATV}:6 )
|
||||
"
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
# bug 665622
|
||||
kdoctools_install
|
||||
)
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-5.54.0-gentoo-docbundledir.patch" )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package nls KF6I18n)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user