mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
kde-apps/akonadi-contacts: 22.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST akonadi-contacts-22.08.3.tar.xz 427264 BLAKE2B e5e2642b70feb2aed5fba637fa18363e20e2647de13233303276bb3fa83f019422386fbdbf5b466d39611d293aec93778ddb3a9a48c1fcfa0915af10f7a81732 SHA512 1197184c29bb21131e78b74bb706ff83a8963a109be451f5f05e2e8027e31b39779eddd0bba4f5bac450bfccd5908244751f1337378c51fdc94e3e448d84e1d9
|
||||
DIST akonadi-contacts-22.12.0.tar.xz 439068 BLAKE2B f1659a57dd6caf423d67b4f2d9eec522aea10e7247ff5a02881684a6844101f8f3e889a9097b49bcd3401812cce0b30eee810acc2d5d09f39e69bcb2d6c2553b SHA512 6f14be7c2b9c559794e8f4611d81748898ae05c4512d97526c26bcbe2c63456659c9848b06d057a19163c5ced442d70401c370b8ec86985fd1fa621ac72c931b
|
||||
|
||||
48
kde-apps/akonadi-contacts/akonadi-contacts-22.12.0.ebuild
Normal file
48
kde-apps/akonadi-contacts/akonadi-contacts-22.12.0.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_QTHELP="true"
|
||||
ECM_TEST="forceoptional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=5.99.0
|
||||
QTMIN=5.15.5
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Library for akonadi contact integration"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
# some akonadi tests time out, that probably needs more work as it's ~700 tests
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/grantlee-5.2.0:5
|
||||
>=dev-qt/qtdbus-${QTMIN}:5
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||
>=kde-apps/akonadi-${PVCUT}:5
|
||||
>=kde-apps/grantleetheme-${PVCUT}:5
|
||||
>=kde-apps/kmime-${PVCUT}:5
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:5
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:5
|
||||
>=kde-frameworks/kconfig-${KFMIN}:5
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/kcontacts-${KFMIN}:5
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:5
|
||||
>=kde-frameworks/ki18n-${KFMIN}:5
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:5
|
||||
>=kde-frameworks/kio-${KFMIN}:5
|
||||
>=kde-frameworks/kservice-${KFMIN}:5
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:5
|
||||
>=kde-frameworks/prison-${KFMIN}:5
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:5
|
||||
"
|
||||
Reference in New Issue
Block a user