Skip to content

Commit

Permalink
kde-frameworks/kcrash: 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 e3007dc commit 6f42992
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.74.0.tar.xz 22256 BLAKE2B 8ae601bdb04853ae1cc79f409ed51688a8b61cec818bca51a29fe75f63c798ce477428610a5ebcd35ec73e1c7952f8a7c4ff4259ba681d305b3b800f4c7cb1ff SHA512 082a18aa69e62b05c262111396fbda62a5a5192f345ed9563f9f549ca05be34d6027e7339aef66d46d02a3fa7abc57c362db49dbbb71e94111815644890f0447
DIST kcrash-5.76.0.tar.xz 22256 BLAKE2B 81f0a1563e408358201e78ff63b5f25a67f21332e11fbd62e102215edff9e816ae7a4670c06b9654ed2ede7873b66b75c74cf95d9c050f292a7d585bfd6d2704 SHA512 2a67b5a4fa8b9902c626e8c97a90fc04ba19a5933e012f2ba11344a548c930a3e74eb188c125236d846dadf21bae9b072d3c181dfcdffd555a150dfdc9ab4ecd
DIST kcrash-5.77.0.tar.xz 22252 BLAKE2B 8e5775b78d86d03c4f0cb04b3d0536f71e46e345380bbe83c94000cafe2335ebaf5e4e57e2cf8e172e6afbb8941875b52fba97352f95b167777e40ff768efbf9 SHA512 5d76d7229716a4f27af63f6d506772d6c99a0c516fa0f051d695a62f7850ab1d2d9136aaa4adadc29c9ca1d1d3bdf2d825b588593fdeba0206587270b6e17bf0
32 changes: 32 additions & 0 deletions kde-frameworks/kcrash/kcrash-5.77.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.15.1
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 6f42992

Please sign in to comment.