mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
kde-apps/akonadi-import-wizard: 22.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST akonadi-import-wizard-22.08.3.tar.xz 512920 BLAKE2B d59ed00536b13ff0d1798ce7b6498c237f9b2d974e04db1ec0220c468cb6b920e85750f6a81fc42097b326fcff91c87e71c4d9f571d5a7445058a023b696310f SHA512 4656ef122cb7a07eb54de4553162ee07cb4fa3c7969b62760eeb36576509567a71929a80b2acf2de94781b7ddc2fc43aeebdbd7f5ebe65af1d95afe549881abe
|
||||
DIST akonadi-import-wizard-22.12.0.tar.xz 514376 BLAKE2B 70a8ea8f9a717b79e3a8f64fae972e97a5541a5a8d790e8f94bdfe5685e64c6d54c453e2120dbf66cef6ba170ff89d9b2ebd5273be34d7bbb0e4d677eb375b0f SHA512 3351a1fad2cb295436a4aa51ad4e140a991265c31b2ead18f3a0dbae9d2b35e163aba9ef8fb16b12f51ec26719ece93830a3f63f8d6212290c6610363a2d7542
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="forceoptional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=5.99.0
|
||||
QTMIN=5.15.5
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="Assistant to import PIM data from other applications into Akonadi"
|
||||
HOMEPAGE+=" https://userbase.kde.org/KMail/Import_Options"
|
||||
|
||||
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-libs/qtkeychain:=[qt5(+)]
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||
>=dev-qt/qtxml-${QTMIN}:5
|
||||
>=kde-apps/akonadi-${PVCUT}:5
|
||||
>=kde-apps/kidentitymanagement-${PVCUT}:5
|
||||
>=kde-apps/kmailtransport-${PVCUT}:5
|
||||
>=kde-apps/mailcommon-${PVCUT}:5
|
||||
>=kde-apps/mailimporter-${PVCUT}:5
|
||||
>=kde-apps/messagelib-${PVCUT}:5
|
||||
>=kde-apps/pimcommon-${PVCUT}:5
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:5
|
||||
>=kde-frameworks/kconfig-${KFMIN}:5
|
||||
>=kde-frameworks/kcontacts-${KFMIN}:5
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:5
|
||||
>=kde-frameworks/kcrash-${KFMIN}:5
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:5
|
||||
>=kde-frameworks/ki18n-${KFMIN}:5
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user