You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/kimap2/kimap2-0.3.0.ebuild

28 lines
568 B

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=5.60.0
QTMIN=5.12.3
inherit ecm kde.org
DESCRIPTION="Next-generation IMAP library"
HOMEPAGE="https://invent.kde.org/pim/kimap2"
SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-2+"
SLOT="5"
KEYWORDS="~amd64"
DEPEND="
dev-libs/cyrus-sasl:2
>=dev-qt/qtnetwork-${QTMIN}:5[ssl]
>=kde-apps/kmime-19.04.3:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
"
RDEPEND="${DEPEND}"
RESTRICT="test"