Skip to content

Commit

Permalink
kde-frameworks/kcrash: 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 bb15205 commit 14d588b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kcrash/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kcrash-5.70.0.tar.xz 22320 BLAKE2B 9e622e9c643bb4bfc7c8eddefd7166f2fc351aec2a98905b88e18f6c05f9c8ada69151683fc19396cbba63b955a46f0b6b3eb7837ec51f82ea8e993b0f5bfa3a SHA512 1d038c30f610311504564c2b41b558b27ea2c009c82f8f5ce1b1e468e386cdcfa3ce4571fee5b1d618c2ee79db58649ddb2ec747eb66a1ee2ad18ffc7ca3ff5e
DIST kcrash-5.73.0.tar.xz 24780 BLAKE2B a8ed64a13a8f0f55a62ff133a1449c4078f018ca19ef18ece6d3a7ae66d2a7c38b7341f0f208c8c11cec95917c6b61a55c0db1b94b25c6525e1694b751f30054 SHA512 c4f4fc5b42bc8a5300f26b3da1ccace32b5323b13766cc785e16a8c55f143523870457cd41d534d8d925b66f60d9ab4c1c06cc5537fa50707142d1c98d6a4b6f
DIST kcrash-5.74.0.tar.xz 22256 BLAKE2B 8ae601bdb04853ae1cc79f409ed51688a8b61cec818bca51a29fe75f63c798ce477428610a5ebcd35ec73e1c7952f8a7c4ff4259ba681d305b3b800f4c7cb1ff SHA512 082a18aa69e62b05c262111396fbda62a5a5192f345ed9563f9f549ca05be34d6027e7339aef66d46d02a3fa7abc57c362db49dbbb71e94111815644890f0447
32 changes: 32 additions & 0 deletions kde-frameworks/kcrash/kcrash-5.74.0.ebuild
Original file line number Diff line number Diff line change
@@ -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 )
"

0 comments on commit 14d588b

Please sign in to comment.