17 lines
616 B
Bash
17 lines
616 B
Bash
# Template file for 'kteatime'
|
|
pkgname=kteatime
|
|
version=18.12.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules pkg-config"
|
|
makedepends="kparts-devel knotifyconfig-devel"
|
|
short_desc="Handy timer for steeping tea"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.kde.org/applications/games/kteatime/"
|
|
distfiles="${KDE_SITE}/applications/${version}/src/kteatime-${version}.tar.xz"
|
|
checksum=6fc7bd7975b91c5eb2a512568b7d0b0c130ebc285f87e2eebd629ad08269e406
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|