diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-20 10:31:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-25 11:21:38 +0200 |
commit | 66a69cd76386b2b0a65e9705d330c2e39b631070 (patch) | |
tree | 4dd3f91cbfd248c87c451ccc0ec4d5ecb768b4e3 /kde-apps/kmail | |
parent | kde-apps/kleopatra: drop 21.12.3 (diff) | |
download | gentoo-66a69cd76386b2b0a65e9705d330c2e39b631070.tar.gz gentoo-66a69cd76386b2b0a65e9705d330c2e39b631070.tar.bz2 gentoo-66a69cd76386b2b0a65e9705d330c2e39b631070.zip |
kde-apps/kmail: drop 21.12.3
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/files/kmail-21.12.3-speech-optional.patch | 69 | ||||
-rw-r--r-- | kde-apps/kmail/kmail-21.12.3.ebuild | 116 |
3 files changed, 0 insertions, 186 deletions
diff --git a/kde-apps/kmail/Manifest b/kde-apps/kmail/Manifest index 8209203039c2..9c56f6e6fe96 100644 --- a/kde-apps/kmail/Manifest +++ b/kde-apps/kmail/Manifest @@ -1,2 +1 @@ -DIST kmail-21.12.3.tar.xz 7145316 BLAKE2B a901631e14b6d4e652877439594fd35a787699a2a8b3787323ebd49f109ef2c527984bb5791a428353f124bb01755a5e475c7c5b39ba1d0277bbfdf0a1dac001 SHA512 7656feaeca6ac664c7bd2402f4bd369c4ce924db812b99d9f27556e0112722eb18a3490ffcd26047653b84f14c2990be53967dc689f277557dd0deac56d03a60 DIST kmail-22.04.3.tar.xz 7153424 BLAKE2B a8a262baed424918532c053b24bec95ae3681fee052807518500b240f5d57e4ecb97b4b7fc08b6cf2f588458842e21a1165818f69aa28540845aca7840bd9622 SHA512 1003c3f24b79dfbbd8e551b770e27388994d63884550592ffcc86c660966c259b74bb21b21d9c09bacc585fde58de42b2e8c5eb985c230304c07010a67d52a32 diff --git a/kde-apps/kmail/files/kmail-21.12.3-speech-optional.patch b/kde-apps/kmail/files/kmail-21.12.3-speech-optional.patch deleted file mode 100644 index e0c7a4518c46..000000000000 --- a/kde-apps/kmail/files/kmail-21.12.3-speech-optional.patch +++ /dev/null @@ -1,69 +0,0 @@ -From 817515f9278f97b3fa32bb434cb2bd26816a7838 Mon Sep 17 00:00:00 2001 -From: Laurent Montel <montel@kde.org> -Date: Thu, 24 Feb 2022 17:28:35 +0100 -Subject: [PATCH] Make it compile without texttospeach - ---- - src/kmmainwidget.cpp | 5 +++++ - src/kmreadermainwin.cpp | 5 +++++ - 2 files changed, 10 insertions(+) - -diff --git a/src/kmmainwidget.cpp b/src/kmmainwidget.cpp -index d6d0d40ac..37bbe72a2 100644 ---- a/src/kmmainwidget.cpp -+++ b/src/kmmainwidget.cpp -@@ -36,7 +36,10 @@ - #include "widgets/collectionpane.h" - #include "widgets/kactionmenuaccount.h" - #include "widgets/kactionmenutransport.h" -+#include <kpimtextedit/kpimtextedit-texttospeech.h> -+#if KPIMTEXTEDIT_TEXT_TO_SPEECH - #include <KPIMTextEdit/TextToSpeech> -+#endif - #include <KSieveUi/SieveDebugDialog> - #include <MailCommon/FolderTreeView> - #include <MailCommon/MailKernel> -@@ -2707,10 +2710,12 @@ void KMMainWidget::showMessagePopup(const Akonadi::Item &msg, - mMsgActions->addWebShortcutsMenu(&menu, selectedText); - menu.addSeparator(); - menu.addActions(mMsgView->viewerPluginActionList(MessageViewer::ViewerPluginInterface::NeedSelection)); -+#if KPIMTEXTEDIT_TEXT_TO_SPEECH - if (KPIMTextEdit::TextToSpeech::self()->isReady()) { - menu.addSeparator(); - menu.addAction(mMsgView->speakTextAction()); - } -+#endif - menu.addSeparator(); - menu.addAction(mMsgView->shareTextAction()); - } else if (!urlMenuAdded) { -diff --git a/src/kmreadermainwin.cpp b/src/kmreadermainwin.cpp -index 4967459cc..85c488f97 100644 ---- a/src/kmreadermainwin.cpp -+++ b/src/kmreadermainwin.cpp -@@ -54,7 +54,10 @@ - #include <Akonadi/ItemCreateJob> - #include <Akonadi/ItemMoveJob> - #include <Akonadi/KMime/MessageFlags> -+#include <kpimtextedit/kpimtextedit-texttospeech.h> -+#if KPIMTEXTEDIT_TEXT_TO_SPEECH - #include <KPIMTextEdit/TextToSpeech> -+#endif - #include <MailCommon/MailUtil> - #include <MessageViewer/DKIMViewerMenu> - #include <MessageViewer/DKIMWidgetInfo> -@@ -736,10 +739,12 @@ void KMReaderMainWin::showMessagePopup(const Akonadi::Item &msg, - mMsgActions->addWebShortcutsMenu(menu, selectedText); - menu->addSeparator(); - menu->addActions(mReaderWin->viewerPluginActionList(MessageViewer::ViewerPluginInterface::NeedSelection)); -+#if KPIMTEXTEDIT_TEXT_TO_SPEECH - if (KPIMTextEdit::TextToSpeech::self()->isReady()) { - menu->addSeparator(); - menu->addAction(mReaderWin->speakTextAction()); - } -+#endif - menu->addSeparator(); - menu->addAction(mReaderWin->shareTextAction()); - } else if (!urlMenuAdded) { --- -GitLab - diff --git a/kde-apps/kmail/kmail-21.12.3.ebuild b/kde-apps/kmail/kmail-21.12.3.ebuild deleted file mode 100644 index 8fa3ce1e72d4..000000000000 --- a/kde-apps/kmail/kmail-21.12.3.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2022 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.88.0 -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org optfeature - -DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes" -HOMEPAGE="https://apps.kde.org/kmail2/ -https://kontact.kde.org/components/kmail.html" - -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="pch speech telemetry" - -RESTRICT="test" # bug 616878 - -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[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 - >=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 -" -BDEPEND=" - dev-libs/libxslt - test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) -" - -PATCHES=( "${FILESDIR}"/${PN}-21.12.3-speech-optional.patch ) - -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 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 -} |