calendarsupport: update to 24.02.2.

This commit is contained in:
Đoàn Trần Công Danh 2024-05-13 10:17:47 +07:00
parent 6e46209aba
commit 3fca4facb5
2 changed files with 14 additions and 7 deletions

View File

@ -514,7 +514,7 @@ libKPim5MailImporter.so.5 mailimporter-23.04.0_1
libKPim5MailCommon.so.5 mailcommon-23.04.0_1
libKPim5Tnef.so.5 ktnef-23.04.0_1
libKPim6AkonadiCalendar.so.6 akonadi-calendar-24.02.0_1
libKPim5CalendarSupport.so.5 calendarsupport-23.04.0_1
libKPim6CalendarSupport.so.6 calendarsupport-24.02.0_1
libKPim6AkonadiNotes.so.6 akonadi-notes-24.02.0_1
libKPimKDAV.so.5 kdav-5.72.0_1
libKF5DAV.so.5 kdav-5.72.0_1

View File

@ -1,25 +1,32 @@
# Template file for 'calendarsupport'
pkgname=calendarsupport
version=23.08.5
version=24.02.2
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules kconfig python3 qt5-host-tools qt5-qmake
gettext kcoreaddons qt5-tools"
makedepends="kholidays-devel akonadi-calendar-devel akonadi-notes-devel
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
hostmakedepends="extra-cmake-modules kf6-kconfig python3 qt6-base qt6-tools
gettext kf6-kcoreaddons"
makedepends="kf6-kholidays-devel akonadi-calendar-devel akonadi-notes-devel
pimcommon-devel"
short_desc="Calendar support library"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://community.kde.org/KDE_PIM"
distfiles="${KDE_SITE}/release-service/${version}/src/calendarsupport-${version}.tar.xz"
checksum=65fa5ca77e19515dad579cf96e7cf16025d64a6a9a39c63772691a6bc16f3ef3
checksum=906671320b5f32bd9edcf212e66a16c546d196150bd3330aaf8ab0931b0b0731
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
broken="Qt6 WebEngine"
fi
calendarsupport-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}