baloo5: update to 5.83.0.
This commit is contained in:
parent
a87cc0e37b
commit
778f4e9a95
|
@ -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 <me@johnnynator.dev>"
|
|||
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"
|
||||
|
|
Loading…
Reference in New Issue