commit: e386ac1aab3c3f7059981bfdb52d3eb8fc124c37 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Feb 9 20:17:05 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Feb 9 20:22:24 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e386ac1a
app-text/marknote: drop 1.4.0 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-text/marknote/Manifest | 1 - .../files/marknote-1.4.0-kmime-pre-26.04.patch | 28 --------------- app-text/marknote/marknote-1.4.0.ebuild | 42 ---------------------- 3 files changed, 71 deletions(-) diff --git a/app-text/marknote/Manifest b/app-text/marknote/Manifest index 015abe880c9d..ff136769a7a9 100644 --- a/app-text/marknote/Manifest +++ b/app-text/marknote/Manifest @@ -1,2 +1 @@ -DIST marknote-1.4.0.tar.xz 156084 BLAKE2B abe2c714c9779cbd902b2775a2134fab996fb3802af08cfc18a1f35fd009f09a8af5348e40cf5645f984232afebe322128535ff3ed55777435a0eaa247ed7a41 SHA512 688c60be526ec5a522526c3debf9de8f909515e0ae433939a9191b778e522356c03f3b0b1921c5b20dc15cb94ce147f9f72f0c930fa3ac299e566cc89162148b DIST marknote-1.4.1.tar.xz 156312 BLAKE2B 82640fcb2e02c9296645df4e6480f47aadb0a2b4db9b924e84a8d46a40a7728af8197617a61b38d6cf19d3bd8ef240839f3d57045f3fd8a71f73174b8127efbf SHA512 7a54911f2a011b745fee30adf3df7cc91fc635ff9d2c40b490b073291d8e6f6bca018866cc8edff0a57a5a0363ca0fcfd943423e7ba59819189448dc921b069c diff --git a/app-text/marknote/files/marknote-1.4.0-kmime-pre-26.04.patch b/app-text/marknote/files/marknote-1.4.0-kmime-pre-26.04.patch deleted file mode 100644 index a9be869451ac..000000000000 --- a/app-text/marknote/files/marknote-1.4.0-kmime-pre-26.04.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 3390feb63569bb37dd38f78adf2de470000cb6c8 Mon Sep 17 00:00:00 2001 -From: Carl Schwan <[email protected]> -Date: Wed, 21 Jan 2026 10:18:34 +0100 -Subject: [PATCH] Fix build with older kmime version - ---- - src/maildirimport.cpp | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/maildirimport.cpp b/src/maildirimport.cpp -index efdbf86b..aa60fee5 100644 ---- a/src/maildirimport.cpp -+++ b/src/maildirimport.cpp -@@ -83,7 +83,11 @@ void MaildirImport::import(const QUrl &maildir, const QUrl &destinationDir) - msg->setContent(mailData); - msg->parse(); - -+#if KMIME_VERSION >= QT_VERSION_CHECK(6, 6, 44) - const auto subject = msg->subject(KMime::CreatePolicy::Create)->asUnicodeString(); -+#else -+ const auto subject = msg->subject(true)->asUnicodeString(); -+#endif - const auto content = msg->decodedBody(); - - QFile markdownFile(destinationDir.toLocalFile() + u'/' + cleanFileName(subject) + u".md"_s); --- -GitLab - diff --git a/app-text/marknote/marknote-1.4.0.ebuild b/app-text/marknote/marknote-1.4.0.ebuild deleted file mode 100644 index e54d235d8b2c..000000000000 --- a/app-text/marknote/marknote-1.4.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=6.19.0 -QTMIN=6.9.1 -inherit ecm kde.org xdg - -DESCRIPTION="Markdown editor with a wide range of formating options for everyday notes" -HOMEPAGE="https://apps.kde.org/marknote/" - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -LICENSE="GPL-2+" -SLOT="0" - -# TODO: md4c not packaged -DEPEND=" - >=dev-libs/kirigami-addons-1.7.0:6 - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtsvg-${QTMIN}:6 - kde-apps/kmime:6= - >=kde-frameworks/breeze-icons-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kconfigwidgets-${KFMIN}:6 - >=kde-frameworks/kcolorscheme-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kcrash-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kiconthemes-${KFMIN}:6 - >=kde-frameworks/kirigami-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-kmime-pre-26.04.patch" )
