18 lines
618 B
Bash
18 lines
618 B
Bash
# Template file for 'kteatime'
|
|
pkgname=kteatime
|
|
version=18.08.3
|
|
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/${pkgname}-${version}.tar.xz"
|
|
checksum=2b1fd2dc6252a4b7065d1729eafd6018f188c132248122be4ff4ceb0d848b383
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|