akonadi-search: switch to rust based html parsing backend instead of QDocument

This commit is contained in:
John 2023-10-31 17:35:27 +01:00 committed by John Zimmermann
parent 32e6ea71aa
commit 79a7f7a72b
1 changed files with 10 additions and 3 deletions

View File

@ -1,12 +1,13 @@
# Template file for 'akonadi-search'
pkgname=akonadi-search
version=23.08.2
revision=1
revision=2
build_style=cmake
build_helper="rust qemu"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 AppStream
gettext kcoreaddons kpackage"
gettext kcoreaddons kpackage corrosion cargo"
makedepends="akonadi5-devel akonadi-mime-devel xapian-core-devel krunner-devel
kcmutils-devel kcontacts-devel kcalendarcore-devel"
kcmutils-devel kcontacts-devel kcalendarcore-devel rust-std"
short_desc="Libraries and daemons to implement searching in Akonadi"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
@ -14,6 +15,12 @@ homepage="https://community.kde.org/KDE_PIM"
distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-search-${version}.tar.xz"
checksum=3a7fabea987cf4492b21546574c6c1771718e1da7dace682a168d848b12482fb
do_check() {
cd build
# Require Akonadi running
ctest -E '(akonadi-sqlite-schedulertest|akonadi-sqlite-collectionindexingjobtest)'
}
akonadi-search-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
short_desc+=" - development files"