summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-15 21:21:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-15 22:06:49 +0200
commit8ec53766d94ffc00a7fb5fedccfcdd81443eb37b (patch)
tree6ca941408877eba748f7d105e489bad1a5aa65ce /kde-apps/akonadi-import-wizard
parentkde-apps/akonadi-contacts: 23.08.1 version bump (diff)
downloadgentoo-8ec53766d94ffc00a7fb5fedccfcdd81443eb37b.tar.gz
gentoo-8ec53766d94ffc00a7fb5fedccfcdd81443eb37b.tar.bz2
gentoo-8ec53766d94ffc00a7fb5fedccfcdd81443eb37b.zip
kde-apps/akonadi-import-wizard: 23.08.1 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-23.08.1.ebuild43
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest
index d606afdb4173..24d2847c257a 100644
--- a/kde-apps/akonadi-import-wizard/Manifest
+++ b/kde-apps/akonadi-import-wizard/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-import-wizard-23.04.3.tar.xz 514944 BLAKE2B d3f83bae15aa4fe8240960e0bf3ea74bd1c30356830c100b30e62c14126346757b8e5437bf4dce7bfc6142191a080c7a0679d7bcdcb4791f2c90baa065c6647d SHA512 d3f4f4cd6c761c1aa0684942755449088e69ff1e9b651b4bba7374b5d52bc5c3659044e3e0a65cdbf08667ca006d31e170b29d56b763dfa9bd045531e90e9f64
DIST akonadi-import-wizard-23.08.0.tar.xz 515080 BLAKE2B 022954d3d726713fc79efc1cedc6efcb2e60a5f996c26fd57904d6a2791efdd801d933b067da83e963cf05dafdba157d4938bad9720c51d9c6344db884f9c59e SHA512 663f20f6f16cffb4aa09cbcc30591e7290ee2cb6a54afd8f342b7360821e3ccea538c23b6c0e6dc355a0f24376a5ad9ae79e66bd2491dba4d1712a8a0ed6f73d
+DIST akonadi-import-wizard-23.08.1.tar.xz 515100 BLAKE2B e9064cba6c0ffb833ad9e03ddf8a0b56bd1cbd3f0823c9fbfd4d3fae36ffade529e9f0dd2c636c60d6fe950c16acad52bbcf2d8461bf65b416ee0d9c8a7c005e SHA512 ec4e7881086a1626e8c6855dda47843512d0ebfee60ab89d9373480865fd2162b1be6d41c9c9669a70b875902c0a4f80e5b07a5a992776e7a8bb171787a963cf
diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.1.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.1.ebuild
new file mode 100644
index 000000000000..0cdc16a220df
--- /dev/null
+++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 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.106.0
+QTMIN=5.15.9
+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/karchive-${KFMIN}: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}"