# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=kholidays pkgver=5.50.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="019c22a2806d73fd726157854a70206c7e91cdfc8ac23a84b5c64cdbdc474fd4a7daaaecf5f0a3636790e85e8ebb86e9e5a9dd1a64a9fbd728c39ae68fe94f9e kholidays-5.50.0.tar.xz"