kde-frameworks/kcalendarcore: arm64 stable (bug #703250)
[gentoo.git] / kde-frameworks / kcalendarcore / kcalendarcore-5.64.0-r1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 ECM_TEST="true"
7 QTMIN=5.12.3
8 VIRTUALX_REQUIRED="test"
9 inherit ecm kde.org
10
11 DESCRIPTION="Library for interfacing with calendars"
12 LICENSE="GPL-2+ test? ( LGPL-3+ )"
13 KEYWORDS="amd64 arm64 ~x86"
14 IUSE=""
15
16 BDEPEND="
17         sys-devel/bison
18 "
19 DEPEND="
20         >=dev-qt/qtgui-${QTMIN}:5
21         dev-libs/libical:=
22 "
23 RDEPEND="${DEPEND}
24         !kde-apps/kcalcore:5
25 "
26
27 RESTRICT+=" test" # multiple tests fail or hang indefinitely
28
29 PATCHES+=( "${FILESDIR}/${P}-fix-RRULE-generation-for-timezones.patch" ) # bug 699448