summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-09 21:15:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-09 21:54:34 +0100
commitaeeb05e329cc9d2e0bf62905041260d9be706b54 (patch)
tree417ea4b76689666f6e9faea86da237ffe8c10974 /kde-apps/akonadi-import-wizard
parentkde-apps/akonadi-contacts: 22.12.0 version bump (diff)
downloadgentoo-aeeb05e329cc9d2e0bf62905041260d9be706b54.tar.gz
gentoo-aeeb05e329cc9d2e0bf62905041260d9be706b54.tar.bz2
gentoo-aeeb05e329cc9d2e0bf62905041260d9be706b54.zip
kde-apps/akonadi-import-wizard: 22.12.0 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-22.12.0.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest
index 4d2ffffa0712..929f90787b01 100644
--- a/kde-apps/akonadi-import-wizard/Manifest
+++ b/kde-apps/akonadi-import-wizard/Manifest
@@ -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
diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-22.12.0.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-22.12.0.ebuild
new file mode 100644
index 000000000000..f7d1307de9ed
--- /dev/null
+++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-22.12.0.ebuild
@@ -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}"