Skip to content

Commit

Permalink
kde-misc/akonadiclient: Port to KF6
Browse files Browse the repository at this point in the history
Upstream commit 81d8a18fb677391c3c30df1e4e9a57f84cd5a6d1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Sep 9, 2024
1 parent d3927a2 commit d3bf79f
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions kde-misc/akonadiclient/akonadiclient-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,28 @@
EAPI=8

ECM_HANDBOOK="forceoptional"
ECM_TEST="forceoptional"
KFMIN=5.115.0
QTMIN=5.15.12
ECM_TEST="true"
KFMIN=6.5.0
QTMIN=6.7.2
inherit ecm kde.org

DESCRIPTION="Commandline interface for accessing Akonadi"
HOMEPAGE="https://invent.kde.org/pim/akonadiclient/"

LICENSE="GPL-2"
SLOT="5"
SLOT="6"
KEYWORDS=""
IUSE=""

DEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5
kde-apps/akonadi:5[xml]
kde-apps/kmime:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kcontacts-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=dev-qt/qtbase-${QTMIN}:6[widgets]
kde-apps/akonadi:6[xml]
kde-apps/kmime:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
"
RDEPEND="${DEPEND}
!${CATEGORY}/${PN}:5
"
RDEPEND="${DEPEND}"

0 comments on commit d3bf79f

Please sign in to comment.