18 lines
620 B
Bash
18 lines
620 B
Bash
# Template file for 'kompare'
|
|
pkgname=kompare
|
|
version=18.08.2
|
|
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="https://www.kde.org/applications/development/kompare/"
|
|
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=69d822d3f2c4c6d7babdcea153aa465a9bb990e465a19d3c451ad6a78fc2249e
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|