calendarsupport: update to 24.02.2.
This commit is contained in:
parent
6e46209aba
commit
3fca4facb5
@ -514,7 +514,7 @@ libKPim5MailImporter.so.5 mailimporter-23.04.0_1
|
|||||||
libKPim5MailCommon.so.5 mailcommon-23.04.0_1
|
libKPim5MailCommon.so.5 mailcommon-23.04.0_1
|
||||||
libKPim5Tnef.so.5 ktnef-23.04.0_1
|
libKPim5Tnef.so.5 ktnef-23.04.0_1
|
||||||
libKPim6AkonadiCalendar.so.6 akonadi-calendar-24.02.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
|
libKPim6AkonadiNotes.so.6 akonadi-notes-24.02.0_1
|
||||||
libKPimKDAV.so.5 kdav-5.72.0_1
|
libKPimKDAV.so.5 kdav-5.72.0_1
|
||||||
libKF5DAV.so.5 kdav-5.72.0_1
|
libKF5DAV.so.5 kdav-5.72.0_1
|
||||||
|
@ -1,25 +1,32 @@
|
|||||||
# Template file for 'calendarsupport'
|
# Template file for 'calendarsupport'
|
||||||
pkgname=calendarsupport
|
pkgname=calendarsupport
|
||||||
version=23.08.5
|
version=24.02.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules kconfig python3 qt5-host-tools qt5-qmake
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
gettext kcoreaddons qt5-tools"
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
|
||||||
makedepends="kholidays-devel akonadi-calendar-devel akonadi-notes-devel
|
-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"
|
pimcommon-devel"
|
||||||
short_desc="Calendar support library"
|
short_desc="Calendar support library"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://community.kde.org/KDE_PIM"
|
homepage="https://community.kde.org/KDE_PIM"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/calendarsupport-${version}.tar.xz"
|
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() {
|
calendarsupport-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/qt5/mkspecs
|
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user