Skip to content

Commit

Permalink
kde-frameworks/kpeople: 5.105.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 Apr 8, 2023
1 parent b9cde87 commit 38c7f50
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,2 +1,3 @@
DIST kpeople-5.102.0.tar.xz 62976 BLAKE2B a069f5f43dee3f270f765863369713c04eba7eaa901250b29236785c1765229940642f8a111fd464db3abf4893b90b2ad0a389195390256e15a8d6d397623e31 SHA512 e84cec60e4f36b374c2d4993631425833d92a5a48dd78b5c0229137e7076441bb32914493ef4703c3bf2f9f4bedcab02dbbd48e1fb2579ef6dc26919623199e8
DIST kpeople-5.104.0.tar.xz 62996 BLAKE2B bf0d0238b9b59efa916ca6a933b29e13687ea7d7b032d11bf3c64603511e0cfe035afa6e401c14630c86ccaab1d7f3bc905554a3b2fab41ba894b40a15f8fa4d SHA512 efdaef5759f983ca7f567fe6408df541e6bf1c0d74e12dd2427d4fdb51d7a88e44958539d74ea36b51dfbf2ea8bbdb1467e157b15d328a63a766fc908d3eb351
DIST kpeople-5.105.0.tar.xz 63016 BLAKE2B 95ff20b02410fd69aaefc8727f0d35fa29adfa156421e230af9205ee0cd9c8a8d575deb9a6132361595b9027c9579a9d01f3a8e3b5a8c2c60e75ef9433a2230d SHA512 ea6c9e360e5816dc959773904e2162569c0eead7e8ce88e074ae76b0cb0481b54ace71a67e67346a4fe5314dfa1f0fb8eac9bec176ec64cf3890cfc9856b39d0
40 changes: 40 additions & 0 deletions kde-frameworks/kpeople/kpeople-5.105.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PVCUT=$(ver_cut 1-2)
QTMIN=5.15.5
VIRTUALX_REQUIRED="test"
inherit ecm frameworks.kde.org

DESCRIPTION="KDE contact person abstraction library"
HOMEPAGE="https://invent.kde.org/frameworks/kpeople"

LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~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 38c7f50

Please sign in to comment.