Skip to content

Commit

Permalink
kde-frameworks/kcontacts: 5.78.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 Jan 9, 2021
1 parent f4bacc2 commit a94a2ca
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kcontacts/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kcontacts-5.74.0.tar.xz 543200 BLAKE2B c7e00bbdb0d613ea4bbed7daaca00f2b3c9733b961ee12e7bfb2fc9239d9deffc260d4d082c1ffef4f659282af2cac80a38b83340de2f3c9986c3c07c7fe16a3 SHA512 a4c78e0676a52abbee473310924280a7776c79bec3cf2273379f0c90e904ea0a31f5b5bd372472b29bfa5ec3a7ca5764af9e422bfc6a06fe3158287182815c71
DIST kcontacts-5.77.0.tar.xz 544072 BLAKE2B 26e21dba6cc98d80670cc7aaf26de442501d73b0c0dce23431c65cc9425403056e959432b1005d46e9c820b9c0b8c73f59751d57fa19f1dc2aef3198cd71fb25 SHA512 82ca6ebf5dabe945a146629537070a4518aaf1fd30af294a40c85e48029a54ed6dc62637685e54a2f6f4d226b531a2efb9aaaeec0e84a53f899f14a1a9de0caa
DIST kcontacts-5.78.0.tar.xz 543032 BLAKE2B b57fff8ec0b3eb9318813a71b0be7382e496c96aa4f6abc8fb5daa24346267a77dba16f72a6f265c8d9c4f91b23da243b1951a9a94b392947caa2f23de123916 SHA512 e9100f51934bf1027ce82d203db5d8d0c3034ae062ec0512814cc2957ee4c861a47db9d7c5d1f379ac3cb13f625aefc50d2ba143eb1b76dbc11d770637527416
35 changes: 35 additions & 0 deletions kde-frameworks/kcontacts/kcontacts-5.78.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_TEST="true"
PVCUT=$(ver_cut 1-2)
QTMIN=5.15.1
VIRTUALX_REQUIRED="test"
inherit ecm kde.org

DESCRIPTION="Address book API based on KDE Frameworks"
LICENSE="GPL-2+"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""

DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
=kde-frameworks/kcodecs-${PVCUT}*:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
"
RDEPEND="${DEPEND}
!kde-apps/kcontacts:5
app-text/iso-codes
"

src_test() {
# bug #566648 (access to /dev/dri/card0 denied), bug #625988
local myctestargs=(
-E "(kcontacts-addresstest|kcontacts-picturetest)"
)
ecm_src_test
}

0 comments on commit a94a2ca

Please sign in to comment.