diff options
Diffstat (limited to 'kde-apps/kmail-account-wizard')
| -rw-r--r-- | kde-apps/kmail-account-wizard/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/kmail-account-wizard/kmail-account-wizard-25.12.0.ebuild | 53 |
2 files changed, 54 insertions, 0 deletions
diff --git a/kde-apps/kmail-account-wizard/Manifest b/kde-apps/kmail-account-wizard/Manifest new file mode 100644 index 00000000000..a2b9e41efca --- /dev/null +++ b/kde-apps/kmail-account-wizard/Manifest @@ -0,0 +1 @@ +DIST kmail-account-wizard-25.12.0.tar.xz 173492 BLAKE2B 2673136b5fd675384869738db91d24c342106df2ad0fbe2ce34069f09e7477efb4643dcf8e80756c70f70bd2a31a8eb210c8fcc01ddfeb09c53e7819d048f209 SHA512 5bf12718bdf9f76521e0291dc6801dd6ef18506a8a47e47cd47a1216af3eaa57de6ac54a05700a37bb7bbef0235f97abf0581959149855ae1fc6af0d2ee215d6 diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-25.12.0.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-25.12.0.ebuild new file mode 100644 index 00000000000..89ea6e0cf1a --- /dev/null +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-25.12.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=6.19.0 +QTMIN=6.9.1 +inherit ecm gear.kde.org + +DESCRIPTION="Assistant for KMail accounts configuration" +HOMEPAGE+=" https://userbase.kde.org/KMail/Account_Wizard" + +LICENSE="GPL-2+" +SLOT="6/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64" +IUSE="" + +RESTRICT="test" # bug 926456; requires akonadi server + +DEPEND=" + dev-cpp/gpgmepp:= + dev-libs/qgpgme:= + >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-apps/akonadi-${PVCUT}:6= + >=kde-apps/kidentitymanagement-${PVCUT}:6= + >=kde-apps/kmailtransport-${PVCUT}:6= + >=kde-apps/kmime-${PVCUT}:6= + >=kde-apps/libkdepim-${PVCUT}:6= + >=kde-apps/pimcommon-${PVCUT}:6= + >=kde-frameworks/kcmutils-${KFMIN}:6 + >=kde-frameworks/kcodecs-${KFMIN}:6 + >=kde-frameworks/kconfig-${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/kio-${KFMIN}:6 + >=kde-frameworks/kitemviews-${KFMIN}:6 + >=kde-frameworks/knewstuff-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/knotifyconfig-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/ktexteditor-${KFMIN}:6 + >=kde-frameworks/kwallet-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 +" +RDEPEND="${DEPEND}" |
