summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-18 15:25:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-20 13:30:12 +0200
commit33c003d226f653dbbbff52023fe1588c60508a1b (patch)
tree9798491d40db4663b5bd28581885559404a72dce /kde-apps/akonadi-import-wizard
parentkde-apps/akonadi-contacts: 24.04.90 version bump (diff)
downloadgentoo-33c003d226f653dbbbff52023fe1588c60508a1b.tar.gz
gentoo-33c003d226f653dbbbff52023fe1588c60508a1b.tar.bz2
gentoo-33c003d226f653dbbbff52023fe1588c60508a1b.zip
kde-apps/akonadi-import-wizard: 24.04.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-import-wizard')
-rw-r--r--kde-apps/akonadi-import-wizard/Manifest1
-rw-r--r--kde-apps/akonadi-import-wizard/akonadi-import-wizard-24.04.90.ebuild41
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest
index ba03fb576cf8..ca5e0d19c8bd 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.5.tar.xz 515068 BLAKE2B 787ce65a7f72902be253d7629adf01fe081ae78537eab7a1d53b2bdab74f91926910c0271995607272dee620f362fc677f0cf26c823e4f176746827b650d62cb SHA512 6fcc714eae5093352a4476938fe7f08698dc712b07d5276a8c491ae367b9cb3dad3f0ba6823696c8902dd665dcebaf64e1754ec85f11a6475df9c6b77cea7eba
DIST akonadi-import-wizard-24.02.2.tar.xz 516592 BLAKE2B 7273d2edda4bb889bd430b46471b3cfb114c31d24480bf8bee355777a14bc68252f9aa8c14d58258ccaf32edc9eabcb87958d7af7abcb6bda0055f11c8da2108 SHA512 2c46c3e23d10ff8a56418d5fe454ca543f2fc24f045f20dfe0eed45ace07ee7d04e4c6dc87e296fc71f2c1cb3f02b8f24d6ea5e883ba57da7c06b2a38543210b
+DIST akonadi-import-wizard-24.04.90.tar.xz 488304 BLAKE2B 6d147dae9756b3678cf61c41309ad800f2f91f96a864fab57d5de4c2d22767c74954d48a47147cbb78f41636136f16704e3eed15f0d6f6f76499e05096dde012 SHA512 a2c6ab6306b3714cde481458ceae8d2b70b300d348645f7cf8fa8d10d9331067d3060947c10a05d043e9c5ce7132eff8c794859f9efd15536a32c9a2ca27891b
diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-24.04.90.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-24.04.90.ebuild
new file mode 100644
index 000000000000..e7e5ee9d6300
--- /dev/null
+++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-24.04.90.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.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}"