diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-13 12:03:16 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-13 12:03:16 +0200 |
| commit | 27ffc6ee39f8bbefcf40b36177fc1be1f2fa10a0 (patch) | |
| tree | 8dd89dd3063c20f4a32ed7752373cc4ca2e6c82f /kde-apps/libkgapi | |
| parent | f4d128df134fa000d6b3961a9a713d903b9d3e21 (diff) | |
| download | kde-27ffc6ee39f8bbefcf40b36177fc1be1f2fa10a0.tar.gz kde-27ffc6ee39f8bbefcf40b36177fc1be1f2fa10a0.tar.bz2 kde-27ffc6ee39f8bbefcf40b36177fc1be1f2fa10a0.zip | |
kde-apps/libkgapi: 22.08.49.9999 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkgapi')
| -rw-r--r-- | kde-apps/libkgapi/libkgapi-22.08.49.9999.ebuild | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/libkgapi/libkgapi-22.08.49.9999.ebuild b/kde-apps/libkgapi/libkgapi-22.08.49.9999.ebuild new file mode 100644 index 00000000000..952726feea2 --- /dev/null +++ b/kde-apps/libkgapi/libkgapi-22.08.49.9999.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=5.96.0 +QTMIN=5.15.5 +VIRTUALX_REQUIRED="test" +inherit ecm gear.kde.org + +DESCRIPTION="Library for accessing Google calendar and contact resources" +HOMEPAGE="https://api.kde.org/kdepim/libkgapi/html/index.html" + +LICENSE="LGPL-2.1+" +SLOT="5" +KEYWORDS="" +IUSE="nls" + +BDEPEND=" + nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) +" +DEPEND=" + dev-libs/cyrus-sasl:2 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=kde-frameworks/kcalendarcore-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kwallet-${KFMIN}:5 +" +RDEPEND="${DEPEND}" + +src_test() { + local myctestargs=( + # Both fail for multiple distros, see bug #832709 for more discussion + # Revisit at least once Qt 5.15.3 is in wider distribution (in Gentoo at least): + # - contacts-contactcreatejobtest + # - contacts-contactmodifyjobtest + -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest)" + ) + + virtx cmake_src_test +} |
