mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
kde-apps/akonadi-contacts: 26.04.0 version bump
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST akonadi-contacts-25.12.3.tar.xz 442032 BLAKE2B dd2dbcb77862bc3a3d552ce741e2b0ddf735611c6e4b7c7c81b20a6d50e9b4c07b2e0b8c8cd717a0377216a6d6f378b60f0b3643cff5be1807375bce231e65d1 SHA512 93d5ecd6eabe91796f59a267f4d3d0ab0554fc2bef94ff6bd0b77cc95df912688afc330b6fd3da065cdc3e7e0cc4059ec5dc340f0f0f3d868c832f07fe8aba9e
|
||||
DIST akonadi-contacts-26.04.0.tar.xz 445396 BLAKE2B 4f0ae18d62bdec040f7da48652e37c8493f9bfe93d6a4367cde63e2c0dd235a8b90989d65a32bdd3ab44f04a4953042ccc1420ec4b35b6287bacd800e4c797b4 SHA512 dcceac0550f79ae7377a5e7add197f1940b587de15756728d0ebf9b8f515e8724965c72811e1e06bf8c8e40ad3d6c110e9dd7335220b5ad1d5fd6ea5616f20c6
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_QTHELP="false" # TODO: Port to ECMGenerateQDoc
|
||||
ECM_TEST="forceoptional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.22.0
|
||||
QTMIN=6.10.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-2.0.1: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}"
|
||||
Reference in New Issue
Block a user