33 lines
1.0 KiB
Bash
33 lines
1.0 KiB
Bash
# Template file for 'kf6-kcalendarcore'
|
|
pkgname=kf6-kcalendarcore
|
|
version=6.7.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml"
|
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base qt6-declarative-host-tools"
|
|
makedepends="qt6-base-devel libical-devel qt6-declarative-devel"
|
|
checkdepends="perl"
|
|
short_desc="Library for Interfacing with Calendars"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://invent.kde.org/frameworks/kcalendarcore"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
|
checksum=8e5282d8d7a0ce0a1a1bdb32133ba4102d06070105513e712dafe76e32647dfb
|
|
|
|
do_check() {
|
|
cd build
|
|
# disable failing tests
|
|
ctest -E "testicaltimezones|Compat-AppleICal_1.5.ics|Compat-KOrganizer_3.1a.ics|Compat-Mozilla_1.0.ics"
|
|
}
|
|
|
|
kf6-kcalendarcore-devel_package() {
|
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|