New package: kig-17.12.2

Closes: #11628 [via git-merge-pr]
This commit is contained in:
Piotr Wójcik 2018-02-14 13:15:27 +01:00 committed by Toyam Cox
parent 3d78a10edf
commit cfcb4ebbf4
1 changed files with 17 additions and 0 deletions

17
srcpkgs/kig/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'kig'
pkgname=kig
version=17.12.2
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config python"
makedepends="boost-devel boost-python kparts-devel ktexteditor-devel python-devel"
short_desc="KDE education tool for interactive geometry"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2"
homepage="https://www.kde.org/applications/education/kig/"
distfiles="https://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=17fe274ff5f3c34c189914a68381d029cfef00f108e5c69114830d1aa2ccf0b2
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools qt5-host-tools qt5-qmake"
fi