kde-apps/akonadi-search: 25.04.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-17 01:21:58 +02:00
parent 4fc3a8fab5
commit 2108f50873
2 changed files with 55 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST akonadi-search-24.12.3.tar.xz 113292 BLAKE2B d7e07dd4791779c528c510ed16dd2488d31e10fcdeb41a83310fff2bdabd2872ffe146962389980331f0fc1fcc98061d5747b358c59ca781949daaedd8b32688 SHA512 12fc5d228dc87819834790e30744eaf1145403fafa170ab395a6b1b183148493c1b2e1d7cc84797a66f086292065c7d3a24760a9b5580f89a4db7e9db6836a69
DIST akonadi-search-25.04.0.tar.xz 113856 BLAKE2B dd80d5713d6aa65889597fe05330f40ff15a42ad68b0a8012e8385b63607c5cadd4726800c9548dcd7f52de4418dacdbbe2028e95509f9dabbd3e20f6c169d3d SHA512 6141bf1e0bf69303db1c3b2c89024cf94f79992bfa29068714e9e3e58baa2b487005bba6e067294da7903dabd8a08d7f0ac8340a5b9de2019d6811f0c08ba62e

View File

@@ -0,0 +1,54 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_QTHELP="true"
ECM_TEST="forceoptional"
PVCUT=$(ver_cut 1-3)
KFMIN=6.9.0
QTMIN=6.7.2
inherit ecm gear.kde.org
DESCRIPTION="Libraries and daemons to implement searching in Akonadi"
HOMEPAGE="https://invent.kde.org/pim/akonadi-search"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="6"
KEYWORDS="~amd64 ~arm64"
IUSE=""
RESTRICT="test" # perpetually broken, bug 662378
RDEPEND="
>=dev-libs/ktextaddons-1.5.4:6
>=dev-libs/xapian-1.3:=[chert(+)]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-mime-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${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/kio-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/krunner-${KFMIN}:6
"
DEPEND="${RDEPEND}
dev-libs/boost
test? ( kde-apps/akonadi-config[mysql,postgres,sqlite] )
"
BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:6[tools] )
"
src_configure() {
# not packaged (bug 911819), but if present leads to rust shenanigans (bug 927072)
local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Corrosion=ON )
ecm_src_configure
}