kde-frameworks/kcrash: 5.75.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-10-10 14:43:20 +02:00
parent 86586de1ff
commit 9db99345cf
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kcrash-5.74.0.tar.xz 22256 BLAKE2B 8ae601bdb04853ae1cc79f409ed51688a8b61cec818bca51a29fe75f63c798ce477428610a5ebcd35ec73e1c7952f8a7c4ff4259ba681d305b3b800f4c7cb1ff SHA512 082a18aa69e62b05c262111396fbda62a5a5192f345ed9563f9f549ca05be34d6027e7339aef66d46d02a3fa7abc57c362db49dbbb71e94111815644890f0447
DIST kcrash-5.75.0.tar.xz 22252 BLAKE2B 420efcfddf525076d108bc235295169e98b25d49c0efd780e17b033db57554c32f9271f07b2b091640f54cb36803775a98e13346f90afb2d3d05e1596ac8efa4 SHA512 8a6b9e9ab32daa45d3c8ef2ef7c9a8c5f02cbb30e20a473218af2888833d3786364ba48264ea1fbb555810ce82ad50dbdc6417853a3577991d92ea986c90d81f

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PVCUT=$(ver_cut 1-2)
QTMIN=5.14.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="Framework for intercepting and handling application crashes"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="nls"
# requires running kde environment
RESTRICT+=" test"
BDEPEND="
nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
"
RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/kwindowsystem-${PVCUT}*:5
x11-libs/libX11
"
DEPEND="${RDEPEND}
x11-base/xorg-proto
test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
"