mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
libkomparediff2: update to 18.04.1.
Closes #14434. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
3e92f8b8b3
commit
e45f8e7054
1 changed files with 13 additions and 9 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'libkomparediff2'
|
# Template file for 'libkomparediff2'
|
||||||
pkgname=libkomparediff2
|
pkgname=libkomparediff2
|
||||||
version=17.12.1
|
version=18.04.1
|
||||||
revision=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
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules python qt5-host-tools qt5-qmake"
|
hostmakedepends="extra-cmake-modules"
|
||||||
makedepends="kparts-devel qt5-devel"
|
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() {
|
libkomparediff2-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue