diff --git a/srcpkgs/baloo5/template b/srcpkgs/baloo5/template index ada34a041e9..43e7132eddc 100644 --- a/srcpkgs/baloo5/template +++ b/srcpkgs/baloo5/template @@ -1,10 +1,10 @@ # Template file for 'baloo5' pkgname=baloo5 -version=5.82.0 +version=5.83.0 revision=1 wrksrc="${pkgname%5}-${version}" build_style=cmake -configure_args="-DBUILD_TESTING=OFF +configure_args=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" hostmakedepends="kcoreaddons extra-cmake-modules gettext kconfig qt5-host-tools qt5-qmake python3 kcoreaddons" @@ -15,7 +15,12 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://community.kde.org/Baloo" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname%5}-${version}.tar.xz" -checksum=d864f0c073209065bafe24995c70984cb92ca70f37ca647fb052627c7a3685fe +checksum=5aafaa13aa431249bb1479c24cb61952729546a1c27bbc7c60c460a10fd0102a + +do_check() { + cd build + ctest -E 'filemonitortest' +} baloo5-devel_package() { short_desc+=" - development"