gentoo-ebuilds/kde-apps/mbox-importer/mbox-importer-25.04.3.ebuild
Andreas Sturmlechner 49b660ac37
kde-apps/mbox-importer: 25.04.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-07-05 20:06:24 +02:00

33 lines
923 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_HANDBOOK="forceoptional" # FIXME: Check back for doc in release
PVCUT=$(ver_cut 1-3)
KFMIN=6.13.0
QTMIN=6.7.2
inherit ecm gear.kde.org xdg
DESCRIPTION="Import mbox email archives from various sources into Akonadi"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="6/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm64"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
>=kde-apps/akonadi-${PVCUT}:6=
>=kde-apps/kidentitymanagement-${PVCUT}:6=
>=kde-apps/mailcommon-${PVCUT}:6=
>=kde-apps/mailimporter-${PVCUT}:6=
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
"
RDEPEND="${DEPEND}"