mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
korganizer: update to 23.08.4.
This commit is contained in:
parent
fa310d4bae
commit
6620c05b1b
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'korganizer'
|
# Template file for 'korganizer'
|
||||||
pkgname=korganizer
|
pkgname=korganizer
|
||||||
version=23.08.2
|
version=23.08.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools
|
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools
|
||||||
|
@ -12,4 +12,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://kde.org/applications/en/office/org.kde.korganizer"
|
homepage="https://kde.org/applications/en/office/org.kde.korganizer"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=548c1ccc5f9efe308f04a5394670d344b9a4123e8c31428e2935d4c76e93a8b0
|
checksum=53f779089895b16f29712df0e9cd09a0d926d06d6092b461614ab25276cb2b83
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
# akonadi-sqlite-koeventpopupmenutest requires dbus session
|
||||||
|
ctest -E akonadi-sqlite-koeventpopupmenutest
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue