From 511ed7e6e5de5a76bc7712e9cc7a200b5777ca61 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 20 Aug 2026 22:24:45 +0200 Subject: [PATCH] kde-apps/mailcommon: 26.08.0 version bump Signed-off-by: Andreas Sturmlechner --- kde-apps/mailcommon/Manifest | 1 + kde-apps/mailcommon/mailcommon-26.08.0.ebuild | 66 +++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 kde-apps/mailcommon/mailcommon-26.08.0.ebuild diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest index 311925f367544..10564f18e1dfb 100644 --- a/kde-apps/mailcommon/Manifest +++ b/kde-apps/mailcommon/Manifest @@ -1 +1,2 @@ DIST mailcommon-26.04.3.tar.xz 843212 BLAKE2B df15e72a2d66d9637a442dd7d8b5eae49047dca2203923fd2fa632383397493faf1dc5e3d8ca96d48f72945560739d8b60c9a1e15d088d26fbe237846d110d38 SHA512 d25b9a0c5149f039c8caf4b3c834697d720172f66efa5a4c35273ddac2427a5f6a13ea547e6d8badd8eb472ed0ebb05ab285e1ef608bee67ff1ab70be79fe48e +DIST mailcommon-26.08.0.tar.xz 847604 BLAKE2B 15a1155907b5a64d411890c71c248277876ed3bedd06b8eb63ffc0421aad4dcc62eaa04c482f98551dd725640d141c0c5166a32e1cf4f315ad33f4c5816a60a3 SHA512 ae6a47adfd3a1d4124c181a9a90f900c90e6c70b7bbcaef9bd643a3cb7984981a9d2ba4ef76527f8639215af642594275412d394d18529e89e8a240cc396e103 diff --git a/kde-apps/mailcommon/mailcommon-26.08.0.ebuild b/kde-apps/mailcommon/mailcommon-26.08.0.ebuild new file mode 100644 index 0000000000000..93556471d3e9d --- /dev/null +++ b/kde-apps/mailcommon/mailcommon-26.08.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_DESIGNERPLUGIN="true" +ECM_QTHELP="false" # TODO: Port to ECMGenerateQDoc +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=6.27.0 +QTMIN=6.11.2 +inherit ecm gear.kde.org + +DESCRIPTION="Common mail library" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="6/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm64" +IUSE="activities" + +RESTRICT="test" + +DEPEND=" + dev-cpp/gpgmepp:= + dev-libs/qgpgme:= + >=dev-libs/ktextaddons-2.0.2:6= + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] + >=dev-qt/qtmultimedia-${QTMIN}:6 + >=kde-apps/akonadi-${PVCUT}:6= + >=kde-apps/akonadi-contacts-${PVCUT}:6= + >=kde-apps/akonadi-mime-${PVCUT}:6= + >=kde-apps/kidentitymanagement-${PVCUT}:6= + >=kde-apps/kmailtransport-${PVCUT}:6= + >=kde-apps/kpimtextedit-${PVCUT}:6= + >=kde-apps/libkdepim-${PVCUT}:6= + >=kde-apps/mailimporter-${PVCUT}:6= + >=kde-apps/messagelib-${PVCUT}:6= + >=kde-apps/pimcommon-${PVCUT}:6=[activities?] + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kcodecs-${KFMIN}:6 + >=kde-frameworks/kcolorscheme-${KFMIN}:6 + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcontacts-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/kguiaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kitemmodels-${KFMIN}:6 + >=kde-frameworks/kitemviews-${KFMIN}:6 + >=kde-frameworks/kmime-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kwindowsystem-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 + >=kde-frameworks/syntax-highlighting-${KFMIN}:6 + activities? ( >=kde-plasma/plasma-activities-6.5.0:6= ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities) + ) + ecm_src_configure +}