diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 12:40:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 13:36:07 +0200 |
commit | 4b4762a2a4dc53196aa35d86cd48b066ef2210ce (patch) | |
tree | 4492e883d84cc177b91fe65bed0ddad349031365 /kde-apps/kmail | |
parent | kde-apps/kleopatra: 23.04.2 version bump (diff) | |
download | gentoo-4b4762a2a4dc53196aa35d86cd48b066ef2210ce.tar.gz gentoo-4b4762a2a4dc53196aa35d86cd48b066ef2210ce.tar.bz2 gentoo-4b4762a2a4dc53196aa35d86cd48b066ef2210ce.zip |
kde-apps/kmail: 23.04.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmail')
-rw-r--r-- | kde-apps/kmail/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmail/kmail-23.04.2.ebuild | 116 |
2 files changed, 117 insertions, 0 deletions
diff --git a/kde-apps/kmail/Manifest b/kde-apps/kmail/Manifest index 55e2ea5d3fc9..539d7c9d4fb9 100644 --- a/kde-apps/kmail/Manifest +++ b/kde-apps/kmail/Manifest @@ -1,2 +1,3 @@ DIST kmail-22.12.3.tar.xz 7659560 BLAKE2B b052e8ad4fb65f674ec51dbb532e586d65d507583071483f079475e81c6546a3411ab299819ca5b760b580efd3136950839e05634a17525639c24aab188c2fa5 SHA512 4aad8a3985e0773e4c9d5f302cea1e2b5f91028c936ac2b631a973e06f6d661e4714d125fbbb1acb6c1b3d4cde1d05cea1d74689c1aa45ce0903d35c27f20bbd DIST kmail-23.04.1.tar.xz 7646076 BLAKE2B 7f7d7ac15f7cf075cd5f98e814317310dfa5d08481f9899bb3f09ac7aac929fc70cdb66435cb5c88337c0767f9167acf3580fc711cb53bc2e4eaed601578673a SHA512 7ba70c2d254701a1820fccb08728a7e631b61a1b777dd883a90b486b8a9c65bbb2fdb40fc102f1f9f5d94deb3d2809ccfde750255fb000d840242db628aa97c3 +DIST kmail-23.04.2.tar.xz 7645488 BLAKE2B ac294a6f876b8f85fc9a2b6172eb61a0de89627b71c5215d1c831e99f855785b5c071a5116523b55c4ecd8330612f2dfcf233e697b385651f25d7980e92d43ab SHA512 ee7e0d1343eefb9a255bae8fc7209e0ded5cbea27dced4bbaabd19911e4e5362d9e13c08ce92d4da99e4208043eece440f5af1719985ac82fb2211cddd7b041f diff --git a/kde-apps/kmail/kmail-23.04.2.ebuild b/kde-apps/kmail/kmail-23.04.2.ebuild new file mode 100644 index 000000000000..80237ffd77b5 --- /dev/null +++ b/kde-apps/kmail/kmail-23.04.2.ebuild @@ -0,0 +1,116 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=5.106.0 +QTMIN=5.15.9 +inherit ecm gear.kde.org optfeature + +DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes" +HOMEPAGE="https://apps.kde.org/kmail2/ +https://kontact.kde.org/components/kmail/" + +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="pch speech telemetry" + +RESTRICT="test" # bug 616878 + +# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras +COMMON_DEPEND=" + >=app-crypt/gpgme-1.16.0:=[cxx,qt5] + dev-libs/ktextaddons:5[speech?] + >=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[speech?] + >=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/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[X] + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=kde-frameworks/sonnet-${KFMIN}:5 + telemetry? ( >=dev-libs/kuserfeedback-1.2.0: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 +" +BDEPEND=" + dev-libs/libxslt + test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) +" + +src_prepare() { + ecm_src_prepare + use handbook || cmake_run_in ktnef cmake_comment_add_subdirectory doc +} + +src_configure() { + local mycmakeargs=( + -DUSE_PRECOMPILED_HEADERS=$(usex pch) + $(cmake_use_find_package speech KF5TextEditTextToSpeech) + $(cmake_use_find_package telemetry KUserFeedback) + ) + + ecm_src_configure +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + 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} + optfeature "import PIM data from other applications" kde-apps/akonadi-import-wizard:${SLOT} + fi + ecm_pkg_postinst +} |