diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 12:39:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 13:36:01 +0200 |
commit | 8e24fa2e035430ecfd446558346326aa75ff3b77 (patch) | |
tree | 9169bf150ace16e79b42e74627ec49993cadd15b | |
parent | kde-apps/akonadi-calendar: 23.04.2 version bump (diff) | |
download | gentoo-8e24fa2e035430ecfd446558346326aa75ff3b77.tar.gz gentoo-8e24fa2e035430ecfd446558346326aa75ff3b77.tar.bz2 gentoo-8e24fa2e035430ecfd446558346326aa75ff3b77.zip |
kde-apps/akonadi-contacts: 23.04.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/akonadi-contacts/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-contacts/akonadi-contacts-23.04.2.ebuild | 48 |
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest index 9cd726157544..85cbbb5ca051 100644 --- a/kde-apps/akonadi-contacts/Manifest +++ b/kde-apps/akonadi-contacts/Manifest @@ -1,2 +1,3 @@ DIST akonadi-contacts-22.12.3.tar.xz 440240 BLAKE2B 7bcfd3704866fa258892226c40fd377c3d97bfad09a7ba6e9fd4907ec92ea1cd48d814550dc4c4c799148fcb7bdb710fbdfa5901a8cce1dd62971b2410828a6e SHA512 954eddaf701eff12875bb26c2a2c3775e2c9ebdc5993538014e0dfb54fea2c3b169255f692ed1f92f35bee31a2779664ff8aaf166c2dc7ae280b853e5bc45f02 DIST akonadi-contacts-23.04.1.tar.xz 442544 BLAKE2B c92903e90a3e5a6d6fecea13f2b9aff8b65ebe5e3fbdaa4d9d5e8221e4fb1203677fb27c68d722717f6334a1cf4ceddafe517b5c65c1b333d758a02120660a13 SHA512 68d33c178cf56e3e2df31a7fd53b4a23b4a0c476e18dae544e541e292fc4a6e0c4a5a7db063561a97d0197755341ca20caf20e5fade48597959d9fb927c45cfa +DIST akonadi-contacts-23.04.2.tar.xz 442516 BLAKE2B d300d118f11ffbc32fb9b87f55e31598f058282cff2d19808cf5f270a3d93e233ef6eebf83c2df353fa2315dbbcd5a9997c54dee95314e6834ab1b53a00120a2 SHA512 9b39b223af33122062c5fb549c87436bb93226ac698a8af3f4ab9668eeeb3e2638bc39165650d9f59ffc80c348768c4bf3e5e3de5eedf8e29e5ab14c88a8b705 diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-23.04.2.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-23.04.2.ebuild new file mode 100644 index 000000000000..aced490e1b64 --- /dev/null +++ b/kde-apps/akonadi-contacts/akonadi-contacts-23.04.2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2023 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.106.0 +QTMIN=5.15.9 +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.3.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 +" |