diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-28 13:02:31 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-28 14:53:19 +0100 |
commit | d16935020ad3a3ee1b45a86a2342256ba7911906 (patch) | |
tree | b132f37251cdc246ebfff955ba32d08655f2c7af | |
parent | kde-apps/akonadi-contacts: 24.02.0 version bump (diff) | |
download | gentoo-d16935020ad3a3ee1b45a86a2342256ba7911906.tar.gz gentoo-d16935020ad3a3ee1b45a86a2342256ba7911906.tar.bz2 gentoo-d16935020ad3a3ee1b45a86a2342256ba7911906.zip |
kde-apps/akonadi-import-wizard: 24.02.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/akonadi-import-wizard/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-import-wizard/akonadi-import-wizard-24.02.0.ebuild | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest index 2c6aacf280b5..378edbe7032c 100644 --- a/kde-apps/akonadi-import-wizard/Manifest +++ b/kde-apps/akonadi-import-wizard/Manifest @@ -1,2 +1,3 @@ DIST akonadi-import-wizard-23.08.4.tar.xz 515092 BLAKE2B e95871f5c29dc2972c7a108616fc77663fe17fb0d57db5c08671a3fb4713e8ddd2a693e9f1c45f588b072db8adf536e5ab820c89de4f0b46da01dc6bb10bcbcb SHA512 d3f77ea73ec5a4f04f09ee91d74a9c7ae8ccd35dfd1a37cd3021b59f19cd0e3ff5e14535515dc43047e5a2b56a26a9e50d52519a4623b0aa578c1ce31b128d5f DIST akonadi-import-wizard-23.08.5.tar.xz 515068 BLAKE2B 787ce65a7f72902be253d7629adf01fe081ae78537eab7a1d53b2bdab74f91926910c0271995607272dee620f362fc677f0cf26c823e4f176746827b650d62cb SHA512 6fcc714eae5093352a4476938fe7f08698dc712b07d5276a8c491ae367b9cb3dad3f0ba6823696c8902dd665dcebaf64e1754ec85f11a6475df9c6b77cea7eba +DIST akonadi-import-wizard-24.02.0.tar.xz 516560 BLAKE2B 299bce669413b47d24bfd7be57b15c1120b5b9b4ca2ad3bd83d24def7c01e2b3bb58933241d62f9c689e1215fd45b376b7615f365620e6198ed901559fbe534a SHA512 86eefbd4766b9be56932880f54db25fe61f0133385e12c09c5904d6cce09ec2ea138f3fb547d58ed156ade40f6bad77db63eb1879afc04de6b0c74149c2b06ff diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-24.02.0.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-24.02.0.ebuild new file mode 100644 index 000000000000..be3070aa152c --- /dev/null +++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-24.02.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=6.0 +QTMIN=6.6.2 +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="6" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-libs/qtkeychain-0.14.2:=[qt6] + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml] + >=kde-apps/akonadi-${PVCUT}:6 + >=kde-apps/kidentitymanagement-${PVCUT}:6 + >=kde-apps/kmailtransport-${PVCUT}:6 + >=kde-apps/mailcommon-${PVCUT}:6 + >=kde-apps/mailimporter-${PVCUT}:6 + >=kde-apps/messagelib-${PVCUT}:6 + >=kde-apps/pimcommon-${PVCUT}:6 + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcontacts-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kcrash-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 +" +RDEPEND="${DEPEND}" |