From ce2e4ace41b9aefea10c83d1ea5868e2c28386db Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 9 Oct 2020 10:10:38 +0200 Subject: kde-apps/kmail: 20.08.2 version bump Signed-off-by: Andreas Sturmlechner --- kde-apps/kmail/Manifest | 1 + kde-apps/kmail/kmail-20.08.2.ebuild | 114 ++++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 kde-apps/kmail/kmail-20.08.2.ebuild diff --git a/kde-apps/kmail/Manifest b/kde-apps/kmail/Manifest index 08644d85dc4c..b027ef4a60a7 100644 --- a/kde-apps/kmail/Manifest +++ b/kde-apps/kmail/Manifest @@ -1,2 +1,3 @@ DIST kmail-20.04.3.tar.xz 4719852 BLAKE2B 4e116a47a4335c1322de6f54e4b8f8e7e060d531bbf2daf93778fb2892c6a20ba6854668655f9a7d25aa79e564aa2f4b26b9147dd163948fd3efbe7f829367eb SHA512 d0dd10bad186c6c03222909089ca46c046807eb3c2a0b5193560c6117990681adbdc95ef56a10e8bbbf64d4999420e451a892758250a6851eaac7c9fffa238a2 DIST kmail-20.08.1.tar.xz 5153040 BLAKE2B 448bbfd7b1ee0a7405de1eb0f6462d755aecb8b94012ea01f9b4c7a975c6eeb9c680564b4edf4ba323f3a8a3bf0b182d775fd09c280b66629e293981cf966233 SHA512 f3814d26dbd0f29290bbe633b9ccbc47bdfb4b9747af4a93d89bb6d599e6cf9c96f31b3c2cf8cdd40d4deeebb15ad141aa3365889b1eae9f88b5e982fa2c1680 +DIST kmail-20.08.2.tar.xz 5155128 BLAKE2B 21e494b28531d124d39da71611c517c5515b97597db058d7afd35825274d1cb165a4e9b3d867054f8b82ea6157bf541e566408b54571c676d30609f0a7e7e549 SHA512 d77e034c77bf91cf9cab7e0bcd8587109a13e5d34d81eb3cc769b1a061cce24e34edc14d673e6843a792c7fc837ba1adcc42a505acc7d45d3784a7c2538fa957 diff --git a/kde-apps/kmail/kmail-20.08.2.ebuild b/kde-apps/kmail/kmail-20.08.2.ebuild new file mode 100644 index 000000000000..21ee221dda7b --- /dev/null +++ b/kde-apps/kmail/kmail-20.08.2.ebuild @@ -0,0 +1,114 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=5.72.0 +QTMIN=5.14.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org optfeature + +DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes." +HOMEPAGE="https://kde.org/applications/office/org.kde.kmail2 +https://kontact.kde.org/components/kmail.html" + +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="telemetry" + +BDEPEND=" + dev-libs/libxslt + test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) +" +COMMON_DEPEND=" + >=app-crypt/gpgme-1.11.1[cxx,qt5] + >=dev-qt/qtcore-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwebengine-${QTMIN}:5[widgets] + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/akonadi-contacts-${PVCUT}:5 + >=kde-apps/akonadi-mime-${PVCUT}:5 + >=kde-apps/akonadi-search-${PVCUT}:5 + >=kde-apps/kidentitymanagement-${PVCUT}:5 + >=kde-apps/kmailtransport-${PVCUT}:5 + >=kde-apps/kmime-${PVCUT}:5 + >=kde-apps/kontactinterface-${PVCUT}:5 + >=kde-apps/kpimtextedit-${PVCUT}:5 + >=kde-apps/libgravatar-${PVCUT}:5 + >=kde-apps/libkdepim-${PVCUT}:5 + >=kde-apps/libkleo-${PVCUT}:5 + >=kde-apps/libksieve-${PVCUT}:5 + >=kde-apps/libktnef-${PVCUT}:5 + >=kde-apps/mailcommon-${PVCUT}:5 + >=kde-apps/messagelib-${PVCUT}:5 + >=kde-apps/pimcommon-${PVCUT}:5 + >=kde-frameworks/kbookmarks-${KFMIN}:5 + >=kde-frameworks/kcalendarcore-${KFMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kcodecs-${KFMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kitemviews-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/knotifyconfig-${KFMIN}:5 + >=kde-frameworks/kparts-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-frameworks/ktextwidgets-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=kde-frameworks/sonnet-${KFMIN}:5 + telemetry? ( dev-libs/kuserfeedback:5 ) +" +DEPEND="${COMMON_DEPEND} + >=kde-apps/kcalutils-${PVCUT}:5 + >=kde-apps/kldap-${PVCUT}:5 + test? ( >=kde-apps/akonadi-${PVCUT}:5[sqlite] ) +" +RDEPEND="${COMMON_DEPEND} + >=kde-apps/kdepim-runtime-${PVCUT}:5 + >=kde-apps/kmail-account-wizard-${PVCUT}:5 +" + +RESTRICT+=" test" # bug 616878 + +src_prepare() { + ecm_src_prepare + use handbook || cmake_run_in ktnef cmake_comment_add_subdirectory doc +} + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package telemetry KUserFeedback) + ) + + ecm_src_configure +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + elog "Optional dependencies:" + optfeature "Virus detection" app-antivirus/clamav + optfeature "Spam filtering" mail-filter/bogofilter mail-filter/spamassassin + optfeature "Fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT} + optfeature "Crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT} + fi + ecm_pkg_postinst +} -- cgit v1.2.3-65-gdbad