kde-frameworks/kcrash: 6.28.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-07-10 18:04:55 +02:00
parent 12f21536d3
commit 37b30abcb1
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kcrash-6.27.0.tar.xz 32888 BLAKE2B 9595d739b9d7b5048bf853dd5b8981d4e9e9703664f63a533b45327199be4e22b423b30cb496aff037dde0a4c2ad06b0ada81b6bb74d4dfdad013cf7c0b1eb66 SHA512 84e3828fa5cad16931eabdf7dd459b552a600cd142691f5b85d9bed807fc856cd8bf688d716aad99f409db599912dfa42347a05b10bb30b4486b3ffdf6f8318c
DIST kcrash-6.28.0.tar.xz 34388 BLAKE2B c9193a15d5c9cd914517f0baa0c66b9abc80e0d6aa3515ec9d1a798605f0f35b137e4000be5f57faa91cb382930cf0651aea47fe12ef257ca7e428903177b58f SHA512 e8366d605df8e9e8a6f2c6420b217abd16e04bbae1db8d5cbadca813ccaab9e614d2fd8f4bc90e8d99c04a46af9678c2b7fc099ff08d32e08bd6008a3349aa44

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="forceoptional"
QTMIN=6.10.1
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for intercepting and handling application crashes"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="X"
# requires running Plasma environment
RESTRICT="test"
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
X? ( x11-libs/libX11 )
"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] )
"
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
src_configure() {
local mycmakeargs=(
-DWITH_X11=$(usex X)
)
ecm_src_configure
}