17 lines
604 B
Bash
17 lines
604 B
Bash
# Template file for 'kompare'
|
|
pkgname=kompare
|
|
version=18.04.3
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules"
|
|
makedepends="ktexteditor-devel libkomparediff2-devel"
|
|
short_desc="File difference viewer"
|
|
maintainer="Norbert Vegh <vegh@norvegh.com>"
|
|
license="GPL-2.0-only, GFDL-1.2-only"
|
|
homepage="http://www.caffeinated.me.uk/kompare/"
|
|
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=dbd8ba4abc7026f1154e7c263159e2c6ce7426603dfe2ce720091e16b58552b3
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|