Skip to content

Commit

Permalink
kde-frameworks/kpeople: 5.75.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 Oct 10, 2020
1 parent 592ceb6 commit abdb1d6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kpeople/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kpeople-5.74.0.tar.xz 61664 BLAKE2B 96155d2501dad4431dfb372c5fa78cecfd95bf17251bae489d272ddcddceb5c4ae7aa564484fe9e3d3d73b83d265c98246ef9bfbce5f523e70cd85ec52489907 SHA512 c85ed5e3010d25153957159f6bda46882dbe806b9029aeeb5326ecde6b8e4f3a43bd37a57104757563f1ee7014fb216385c962a25bc0438cf4633bb4b41016cc
DIST kpeople-5.75.0.tar.xz 61624 BLAKE2B 46861e64b6018df6b560435a50d8c9f4033c430485bc7915cb53e806a708670a8d6aa53b3fec404065dec065c59b749dca3fb591b894434042deb073ad7bec7a SHA512 09e29020ce50c975556cf2488c172778a8f653b370ec9de9e294a9a795c8221387d8186dc68b8c80f8bb8adcc128d9a4109348184684f0d4af70ea55cf595e64
40 changes: 40 additions & 0 deletions kde-frameworks/kpeople/kpeople-5.75.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 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="KDE contact person abstraction library"
HOMEPAGE="https://invent.kde.org/frameworks/kpeople"

LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE=""

DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtsql-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
=kde-frameworks/kitemviews-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
"
RDEPEND="${DEPEND}"

src_test() {
# personsmodeltest segfaults, bug 668192
local myctestargs=(
-j1
-E "(persondatatest)"
)

ecm_src_test
}

0 comments on commit abdb1d6

Please sign in to comment.