zanshin: update to 25.04.2.

This commit is contained in:
Đoàn Trần Công Danh 2025-08-10 14:15:33 +07:00
parent 43ff369c3a
commit 05ac1df040

View file

@ -1,6 +1,6 @@
# Template file for 'zanshin'
pkgname=zanshin
version=24.08.0
version=25.04.2
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
@ -9,7 +9,7 @@ configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
hostmakedepends="extra-cmake-modules gettext kf6-kconfig kf6-kcoreaddons kf6-kdoctools
kf6-kpackage pkg-config qt6-tools qt6-base"
makedepends="kf6-akonadi-devel akonadi-calendar-devel boost-devel kf6-kdoctools-devel kf6-kcalendarcore-devel
makedepends="kf6-akonadi-devel akonadi-calendar-devel kf6-kdoctools-devel kf6-kcalendarcore-devel
kontactinterface-devel kf6-kpackage-devel kf6-krunner-devel"
depends="kdepim-runtime"
short_desc="To-do management application based on Akonadi"
@ -18,8 +18,12 @@ license="GPL-3.0-or-later"
homepage="https://apps.kde.org/zanshin"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#zanshin"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
checksum=9a2dc6609d4e933a63eaeb08af40752cc14a8ec6579a7fe0dd5d988118c948b7
checksum=09e7e5ca4fd78877722efbb56de5f0c0bd4811ccbf52f4fb23e7b626d8bdb122
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
broken="Qt6 WebEngine"
fi
post_patch() {
sed -i '/find_package.Boost/d' CMakeLists.txt
}