kde-apps/akonadi-contacts: 25.12.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-12-11 19:35:15 +01:00
parent 59e0b9f1e5
commit 040e42a955
2 changed files with 46 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST akonadi-contacts-25.08.3.tar.xz 445596 BLAKE2B 8487e6cb8a6e0b0caadeb5b30fd7a0da63850759f1dade6c036ccb4c6b1b0bc66ee3bfbcd7d88cdb6b5cae209c193055abc9445914e7a37edf8493a6a1f39e6f SHA512 faf744c19029d3170cc9cdd5654727164466d7b016e4f47caba58cf781b4a4a5d9bef4dc58a12710917253ccdced3da2cbce9f92de1470af6d9ef672cdf05b09
DIST akonadi-contacts-25.12.0.tar.xz 445012 BLAKE2B 23f5727c76ec10b40476da4976f78e0bfb9d5c814ad34f0020667302362f407e6116954a64f0206645a409e36142a848c2e9342a35fc6878fd0437c4b8df5453 SHA512 c926fd24186fefa2aabdb2a33a2fff521a44cf9337a406d78ae707bd63942b4657acd0ad61261196b2a921e7197ef193695693704b99633f134020c26a6cf916

View File

@@ -0,0 +1,45 @@
# Copyright 1999-2025 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=6.19.0
QTMIN=6.9.1
inherit ecm gear.kde.org
DESCRIPTION="Library for akonadi contact integration"
LICENSE="GPL-2+"
SLOT="6/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm64"
IUSE=""
# some akonadi tests time out, that probably needs more work as it's ~700 tests
RESTRICT="test"
RDEPEND="
>=dev-libs/ktextaddons-1.8.0:6
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
>=kde-apps/akonadi-${PVCUT}:6=
>=kde-apps/grantleetheme-${PVCUT}:6=
>=kde-apps/kmime-${PVCUT}:6=
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/ktexttemplate-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
>=kde-frameworks/prison-${KFMIN}:6
"
DEPEND="${RDEPEND}"