kcachegrind: update to 17.12.1.

Closes: #10982 [via git-merge-pr]
This commit is contained in:
Piotr Wójcik 2018-01-19 13:42:52 +01:00 committed by Jürgen Buchmüller
parent a641a3ec2d
commit 4a993d7414
1 changed files with 12 additions and 8 deletions

View File

@ -1,15 +1,19 @@
# Template file for 'kcachegrind' # Template file for 'kcachegrind'
pkgname=kcachegrind pkgname=kcachegrind
version=4.14.3 version=17.12.1
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-Wno-dev -DKDE4_BUILD_TESTS=OFF" configure_args="-Wno-dev"
hostmakedepends="automoc4 pkg-config" hostmakedepends="extra-cmake-modules pkg-config"
makedepends="boost-devel glib-devel libressl-devel qt-devel phonon-devel kdelibs-devel" makedepends="kparts-devel qt5-devel"
depends="python hicolor-icon-theme" depends="python hicolor-icon-theme"
short_desc="Visualization of Performance Profiling Data" short_desc="Visualization of Performance Profiling Data"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL, LGPL, FDL" license="GPL-2, FDL-1.2"
homepage="http://kde.org/applications/development/kcachegrind/" homepage="http://kde.org/applications/development/kcachegrind/"
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz" distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=a67917ae2540101b0ab0be618ead7aa4619b1808ec1ebd74358739f8fffea424 checksum=ae17137c72503ed54d66587dd05a0a8f5e0eed3976a0ba10d0013876fbd93ce2
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi