# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kteatime pkgver=19.08.0 pkgrel=0 arch="all" url="https://kde.org/applications/utilities/org.kde.kteatime" pkgdesc="A handy timer for steeping tea" license="GPL-2.0-or-later AND GFDL-1.2-only" makedepends="extra-cmake-modules qt5-qtbase-dev kconfig-dev kcrash-dev kdoctools-dev ki18n-dev kiconthemes-dev knotifyconfig-dev knotifications-dev ktextwidgets-dev kxmlgui-dev kconfig-dev" source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang" options="!check" # No tests build() { cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make } check() { local skip_tests="" if [ "$CARCH" = "armv7" ]; then skip_tests="kgpg-import" # Broken fi CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "$skip_tests" } package() { DESTDIR="$pkgdir" make install } sha512sums="10d1d136b5bf6c12401948768fb30aef4075a5207d5b10c13e851dea84010bd43bfecbeba6dd74759083dff6ec63d014014f0e8d7cee8b12ccddbc2fe266aa7a kteatime-19.08.0.tar.xz"