summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 20:30:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 22:43:27 +0200
commit990584bc83a110e58dbff8054e6f875de496c1fd (patch)
treeda5e8b4cc1cd5a78cca844c9a5266268840584e9
parent6ed37598d209af5dabd50836714b76c2ba7484dd (diff)
downloadkde-990584bc83a110e58dbff8054e6f875de496c1fd.tar.gz
kde-990584bc83a110e58dbff8054e6f875de496c1fd.tar.bz2
kde-990584bc83a110e58dbff8054e6f875de496c1fd.zip
kde-apps/akonadi-import-wizard: 25.04.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/akonadi-import-wizard/Manifest1
-rw-r--r--kde-apps/akonadi-import-wizard/akonadi-import-wizard-25.04.3.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest
new file mode 100644
index 00000000000..38f4a33350c
--- /dev/null
+++ b/kde-apps/akonadi-import-wizard/Manifest
@@ -0,0 +1 @@
+DIST akonadi-import-wizard-25.04.3.tar.xz 495672 BLAKE2B 546e5c6614c38726c783b3496f694a51e358b9550473a0aff91d7868e930d4d87b0cd25ebaed6ea1dc2648f3adf9dcd61e3018175a91a697ef3e5d56cd28f9bf SHA512 2072e0342835adf1a111e98a34ba4f4fbfaf99ced9383e743a31af2676342556db9cb1ffa0cc7586870fb1775a0f682002865f95d7c047c1093524272d2fc06e
diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-25.04.3.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-25.04.3.ebuild
new file mode 100644
index 00000000000..6730c74a7f4
--- /dev/null
+++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-25.04.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 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.13.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org xdg
+
+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/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64"
+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/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"