diff options
author | 2020-06-14 00:36:05 +0200 | |
---|---|---|
committer | 2020-06-14 08:51:25 +0200 | |
commit | 9efd24de6c1fdb4a027b91db473262aba16731e0 (patch) | |
tree | 2b546c79713a9915fb32d1fd0542ba5c5354ed81 /kde-frameworks/kpeople/kpeople-5.71.0.ebuild | |
parent | profiles: mask ruby 2.4 for removal (diff) | |
download | gentoo-9efd24de6c1fdb4a027b91db473262aba16731e0.tar.gz gentoo-9efd24de6c1fdb4a027b91db473262aba16731e0.tar.bz2 gentoo-9efd24de6c1fdb4a027b91db473262aba16731e0.zip |
kde-frameworks: Add KDE Frameworks 5.71.0
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kpeople/kpeople-5.71.0.ebuild')
-rw-r--r-- | kde-frameworks/kpeople/kpeople-5.71.0.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/kde-frameworks/kpeople/kpeople-5.71.0.ebuild b/kde-frameworks/kpeople/kpeople-5.71.0.ebuild new file mode 100644 index 000000000000..aad5f97c5301 --- /dev/null +++ b/kde-frameworks/kpeople/kpeople-5.71.0.ebuild @@ -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.1 +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 +} |