diff options
author | 2023-10-11 10:58:12 +0200 | |
---|---|---|
committer | 2023-10-11 11:10:53 +0200 | |
commit | 3214f2346fcaec282e7588b83eb891a024af16bd (patch) | |
tree | fd9c2ba787d4d2caebb72e6d3ed1770b0254282c /kde-apps/akonadi-import-wizard | |
parent | kde-apps/akonadi-contacts: 23.08.2 version bump (diff) | |
download | kde-3214f2346fcaec282e7588b83eb891a024af16bd.tar.gz kde-3214f2346fcaec282e7588b83eb891a024af16bd.tar.bz2 kde-3214f2346fcaec282e7588b83eb891a024af16bd.zip |
kde-apps/akonadi-import-wizard: 23.08.2 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/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.2.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest new file mode 100644 index 0000000000..ee457e991a --- /dev/null +++ b/kde-apps/akonadi-import-wizard/Manifest @@ -0,0 +1 @@ +DIST akonadi-import-wizard-23.08.2.tar.xz 515108 BLAKE2B 24c7d828f77048b99970ebbd2495b86fc932c01c85e6d3827e435394d1ed849ea5714a3732f1cab34b8ba86a43ee10183e402a38f5f6605551e7c6ac30d25260 SHA512 ff341f4bc7fe7453c6d0256985c52689418c1a6e1e272eadff65de325ba947bcc4e755ac2b81c0d84634f0fff6b7f8c56f84523c7ce92eefa634fd06cabaed2a diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.2.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.2.ebuild new file mode 100644 index 0000000000..0cdc16a220 --- /dev/null +++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-23.08.2.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}" |