mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kf6-akonadi: update to 24.05.1.
This commit is contained in:
parent
3989eef7ec
commit
9771ff55e2
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kf6-akonadi'
|
# Template file for 'kf6-akonadi'
|
||||||
pkgname=kf6-akonadi
|
pkgname=kf6-akonadi
|
||||||
version=24.02.2
|
version=24.05.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
|
@ -20,7 +20,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://community.kde.org/KDE_PIM/Akonadi"
|
homepage="https://community.kde.org/KDE_PIM/Akonadi"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-${version}.tar.xz"
|
||||||
checksum=1b79236956f3d7404bd23dc9073e112b5356a64156e4fbc324c409c1325bf343
|
checksum=ea95d5def469efe5e4158aa6fb81e7c6d3fa19d272b6705473545429f41309cb
|
||||||
replaces="akonadi5>=0"
|
replaces="akonadi5>=0"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
@ -33,7 +33,7 @@ do_check() {
|
||||||
# failing tests are disabled - sqlite tests hang on futex
|
# failing tests are disabled - sqlite tests hang on futex
|
||||||
cd build
|
cd build
|
||||||
dbus-run-session ctest -E \
|
dbus-run-session ctest -E \
|
||||||
"(AkonadiServer-dbconfig|entitytreemodel|akonadixml-xmldocument|mimetypechecker|AkonadiControl-agenttype|.*sqlite.*)test"
|
"(AkonadiServer-dbconfig|entitytreemodel|akonadixml-xmldocument|mimetypechecker|AkonadiControl-agenttype|.*sqlite.*)test|AkonadiServer-itemcreatehandlertest|tagmodeltest"
|
||||||
}
|
}
|
||||||
|
|
||||||
kf6-akonadi-devel_package() {
|
kf6-akonadi-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue