# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=kholidays pkgver=5.47.0 pkgrel=0 pkgdesc="List of national holidays for many countries" url="https://www.kde.org/" arch="all" license="LGPL-2.1" depends="" makedepends="$depends_dev cmake extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qttools-dev" subpackages="$pkgname-dev $pkgname-lang" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kholidays-$pkgver.tar.xz" build() { cd "$builddir" if [ "$CBUILD" != "$CHOST" ]; then CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" fi cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} make } check() { cd "$builddir" # Requires *actual* *locale* *support*! CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E testholidayregion } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="e33638e9184823af155997fa50d9170e6bd18eaf3a0cc04b39f8eb64f165246ba66c303076006c8db49c013b9b956649fa7f65c0635b5a0e211db3122781d315 kholidays-5.47.0.tar.xz"