mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kdiff3: update to 1.8.1.
This commit is contained in:
parent
d829172554
commit
f180bee093
1 changed files with 13 additions and 15 deletions
|
@ -1,21 +1,19 @@
|
||||||
# Template file for 'kdiff3'
|
# Template file for 'kdiff3'
|
||||||
pkgname=kdiff3
|
pkgname=kdiff3
|
||||||
version=0.9.98
|
version=1.8.1
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc=src-QT4
|
build_style=cmake
|
||||||
build_style=qmake
|
hostmakedepends="extra-cmake-modules kcoreaddons kdoctools
|
||||||
makedepends="qt5-devel"
|
qt5-host-tools qt5-qmake"
|
||||||
|
makedepends="kparts-devel qt5-devel"
|
||||||
short_desc="File comparator/merge tool"
|
short_desc="File comparator/merge tool"
|
||||||
maintainer="Ben Sung Hsu <pobetiger+kdiff3@gmail.com>"
|
maintainer="Ben Sung Hsu <pobetiger+kdiff3@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://kdiff3.sourceforge.net/"
|
homepage="https://kde.org/applications/development/kdiff3"
|
||||||
distfiles="${SOURCEFORGE_SITE}/kdiff3/kdiff3-${version}.tar.gz"
|
distfiles="${KDE_SITE}/kdiff3/kdiff3-${version}.tar.xz"
|
||||||
checksum=802c1ababa02b403a5dca15955c01592997116a24909745016931537210fd668
|
checksum=7877c0f38d24f35edc6c61353fe6e12790aaa285663fe403133e4fc00bcf436e
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
hostmakedepends+=" qt5-devel qt5-host-tools"
|
armv6*-musl) CXXFLAGS+=" -latomic";;
|
||||||
fi
|
armv6*) broken="static assertion failed: template parameter is an integral of a size not supported on this platform";;
|
||||||
|
esac
|
||||||
pre_install() {
|
|
||||||
vsed -i 's@usr\/local@usr@g' Makefile
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue