kmail: update to 23.08.3.

This commit is contained in:
John 2023-11-10 10:01:27 +01:00
parent acda299c07
commit e389439a81
1 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kmail'
pkgname=kmail
version=23.08.2
version=23.08.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules python3 qt5-host-tools qt5-qmake
@ -15,4 +15,12 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later, LGPL-2.1-or-later, GFDL-1.2-or-later"
homepage="https://kde.org/applications/en/internet/org.kde.kmail2"
distfiles="${KDE_SITE}/release-service/${version}/src/kmail-${version}.tar.xz"
checksum=70d333794dbfc28317049cf9c4999a8d5bfa5c85f8ecb7c41c60ff15a0e1b4f7
checksum=1b2290d070a607e6bfc7fc3fe30eaf09a86016d19a632b2aabfe34c562807207
do_check() {
broken="akonadi-sqlite-kmcomposerwintest"
broken+="|akonadi-sqlite-tagselectdialogtest"
broken+="|akonadi-sqlite-kmcommandstest"
broken+="|akonadi-sqlite-unifiedmailboxmanagertest"
ctest -E "($broken)"
}