mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
kde-apps/kdepim-addons: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
1da8b774af
commit
22ee8eedd6
@ -1 +1,2 @@
|
||||
DIST kdepim-addons-25.08.3.tar.xz 2660280 BLAKE2B f41b7e66a247c40d5680d32aa990b43b8afd5cb93657d4c2c60ec372de83c8da6ffd9723e425cc8c199573f0348348025dfd43419f1d9be7184ff1af578b04bd SHA512 19d5209a6c32c17d3d659cdc9371a9f0714590abee666327736d7e0e58d7e82a3a436b003dea09b19c958bb69c7f6f870562cb81e35c05273fed2b352bfe4649
|
||||
DIST kdepim-addons-25.12.0.tar.xz 2676312 BLAKE2B ae6e8c02633e79d6b774d313c6ceb724112cd52233719a8a46c294dbbf846c5db068175efb5261d90a5f3f5aa2552ff1f67ed04dff0fed3258bdf37b6049e312 SHA512 dc04bc18a259e845284d384bfd07498132f4421f94f6fe5587fd3cc606d41107723fe535b5c3906d10efd709f5d1d705fc328694b998397dd79036a5268b0219
|
||||
|
||||
@ -0,0 +1,27 @@
|
||||
From 1fd41b5b6ceea127685e97759b55fd3ba7c3711f Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Sturmlechner <asturm@gentoo.org>
|
||||
Date: Thu, 4 Dec 2025 18:09:22 +0100
|
||||
Subject: [PATCH] Allow to disable pimautogeneratetext and kaichat-plugins via
|
||||
OPTION_ADD_AUTOGENERATETEXT
|
||||
|
||||
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index a0747c38c..fd2a50ed2 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -377,7 +377,7 @@ add_subdirectory(kldap)
|
||||
if(TARGET KPim6::ImportWizard)
|
||||
add_subdirectory(akonadi-import-wizard)
|
||||
endif()
|
||||
-if(TARGET KF6::TextAutoGenerateText)
|
||||
+if(OPTION_ADD_AUTOGENERATETEXT)
|
||||
add_subdirectory(pimautogeneratetext)
|
||||
add_subdirectory(kaichat-plugins)
|
||||
endif()
|
||||
--
|
||||
2.52.0
|
||||
|
||||
120
kde-apps/kdepim-addons/kdepim-addons-25.12.0.ebuild
Normal file
120
kde-apps/kdepim-addons/kdepim-addons-25.12.0.ebuild
Normal file
@ -0,0 +1,120 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="forceoptional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.19.0
|
||||
QTMIN=6.9.1
|
||||
VIRTUALDBUS_TEST=1
|
||||
inherit ecm gear.kde.org optfeature
|
||||
|
||||
DESCRIPTION="Plugins for KDE Personal Information Management Suite"
|
||||
HOMEPAGE="https://apps.kde.org/kontact/"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2.1+"
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE="activities importwizard markdown test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-cpp/gpgmepp:=
|
||||
dev-libs/qgpgme:=
|
||||
>=dev-libs/ktextaddons-1.8.0:6
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml]
|
||||
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
|
||||
>=kde-apps/akonadi-${PVCUT}:6=
|
||||
>=kde-apps/akonadi-calendar-${PVCUT}:6=
|
||||
>=kde-apps/akonadi-contacts-${PVCUT}:6=
|
||||
>=kde-apps/calendarsupport-${PVCUT}:6=
|
||||
>=kde-apps/grantleetheme-${PVCUT}:6=
|
||||
>=kde-apps/incidenceeditor-${PVCUT}:6=
|
||||
>=kde-apps/kaddressbook-${PVCUT}:6
|
||||
>=kde-apps/kcalutils-${PVCUT}:6=
|
||||
>=kde-apps/kidentitymanagement-${PVCUT}:6=
|
||||
>=kde-apps/kimap-${PVCUT}:6=
|
||||
>=kde-apps/kldap-${PVCUT}:6=
|
||||
>=kde-apps/kmailtransport-${PVCUT}:6=
|
||||
>=kde-apps/kmime-${PVCUT}:6=
|
||||
>=kde-apps/kpimtextedit-${PVCUT}:6=
|
||||
>=kde-apps/kpkpass-${PVCUT}:6=
|
||||
>=kde-apps/libgravatar-${PVCUT}:6=
|
||||
>=kde-apps/libkdepim-${PVCUT}:6=
|
||||
>=kde-apps/libkleo-${PVCUT}:6=
|
||||
>=kde-apps/libksieve-${PVCUT}:6=
|
||||
>=kde-apps/libktnef-${PVCUT}:6=
|
||||
>=kde-apps/mailcommon-${PVCUT}:6=
|
||||
>=kde-apps/mailimporter-${PVCUT}:6=
|
||||
>=kde-apps/messagelib-${PVCUT}:6=
|
||||
>=kde-apps/pimcommon-${PVCUT}:6=[activities?]
|
||||
>=kde-frameworks/kcalendarcore-${KFMIN}:6
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||
>=kde-frameworks/kcolorscheme-${KFMIN}:6
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcontacts-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kdeclarative-${KFMIN}:6
|
||||
>=kde-frameworks/kguiaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kholidays-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kparts-${KFMIN}:6
|
||||
>=kde-frameworks/ktexttemplate-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
>=kde-frameworks/prison-${KFMIN}:6
|
||||
>=kde-frameworks/syntax-highlighting-${KFMIN}:6
|
||||
activities? ( >=kde-plasma/plasma-activities-6.3.0:6= )
|
||||
importwizard? ( >=kde-apps/akonadi-import-wizard-${PVCUT}:6= )
|
||||
markdown? ( app-text/discount:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="test? ( sys-apps/dbus )"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-25.12.0-no-autogeneratetext.patch" )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DKDEPIM_RUN_AKONADI_TEST=OFF # tests need database software and networking
|
||||
-DOPTION_ADD_AUTOGENERATETEXT=OFF # would also require the same in dev-libs/ktextaddons
|
||||
# not packaged (bug 911819), but if present leads to rust shenanigans
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Corrosion=ON # for adblock support, bug 940898
|
||||
-DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities)
|
||||
$(cmake_use_find_package importwizard KPim6ImportWizard)
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_KPim6Itinerary=ON # no use in ::gentoo yet
|
||||
$(cmake_use_find_package markdown Discount)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local CMAKE_SKIP_TESTS=(
|
||||
# Locale differences in date display.
|
||||
"fancyheaderstyleplugintest"
|
||||
"grantleeheaderstyleplugintest"
|
||||
# Comparison files outdated, also affected by changes in other packages.
|
||||
"messageviewerplugins-rendertest"
|
||||
# Tests pass but segfault when they exit.
|
||||
"kdepim-addons-eventedittest"
|
||||
"messageviewer-dkimauthenticationverifiedserverdialogtest"
|
||||
# Test pass but get stuck indefinetly afterwards.
|
||||
"kdepim-addons-todoedittest"
|
||||
)
|
||||
|
||||
# tests can get stuck with spawned processes, 4 minutes is a reasonable timeout
|
||||
ecm_src_test --timeout $(( 60 * 4 )) # seconds
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ -z "${REPLACING_VERSIONS}" ]]; then
|
||||
optfeature "regex support for Sieve editor plugin" kde-misc/kregexpeditor
|
||||
fi
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user