mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kcontacts: 5.75.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kcontacts-5.74.0.tar.xz 543200 BLAKE2B c7e00bbdb0d613ea4bbed7daaca00f2b3c9733b961ee12e7bfb2fc9239d9deffc260d4d082c1ffef4f659282af2cac80a38b83340de2f3c9986c3c07c7fe16a3 SHA512 a4c78e0676a52abbee473310924280a7776c79bec3cf2273379f0c90e904ea0a31f5b5bd372472b29bfa5ec3a7ca5764af9e422bfc6a06fe3158287182815c71
|
||||
DIST kcontacts-5.75.0.tar.xz 543264 BLAKE2B 46ea53096e5c4f1a7b9e081dd8f89fe32f65d5b7e1466e3a3548812877a584f90eb882108b5bbca268265c27dd15fb8ef0e462171d97a43fa4996233fc5b1d49 SHA512 9e5cf4cad6f8b251fec888f48442af6179172d78a583726600fd67053a1f0e32eba5bf5250bb8c1ef88abaec6a400f970d0f01ad42a9ac632908d109b457d155
|
||||
|
||||
35
kde-frameworks/kcontacts/kcontacts-5.75.0.ebuild
Normal file
35
kde-frameworks/kcontacts/kcontacts-5.75.0.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2020 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.14.2
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user