libkomparediff2: update to 18.04.1.

Closes #14434.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-05-15 19:11:50 +02:00 committed by Enno Boland
parent 3e92f8b8b3
commit e45f8e7054
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 13 additions and 9 deletions

View File

@ -1,16 +1,20 @@
# Template file for 'libkomparediff2'
pkgname=libkomparediff2
version=17.12.1
version=18.04.1
revision=1
short_desc="Library to compare files and strings"
maintainer="Norbert Vegh <vegh@norvegh.com>"
license="GPL-2+"
homepage="http://www.kde.org/"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=1f064f35edc409edacf87c5b61dd2d693d098c34538856acf23b142e2f00a749
build_style=cmake
hostmakedepends="extra-cmake-modules python qt5-host-tools qt5-qmake"
makedepends="kparts-devel qt5-devel"
hostmakedepends="extra-cmake-modules"
makedepends="kparts-devel"
short_desc="Library to compare files and strings"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="https://www.kde.org/"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=dbff5b172d29b3ef28a954d25c1a4794b0c90e8ac385746c9bb02e1720c80034
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" python qt5-host-tools qt5-qmake"
fi
libkomparediff2-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"