18 lines
620 B
Bash
18 lines
620 B
Bash
# Template file for 'kompare'
|
|
pkgname=kompare
|
|
version=18.08.0
|
|
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=fd879cb6c2fb8e3b05f0389537091fc3b9d79ca16d2832c1d7b6169c04c7a455
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|