void-packages/srcpkgs/kcachegrind/template
Piotr Wójcik f8d2062a67 kcachegrind: update to 18.04.1.
Closes #14394.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-15 09:32:36 +02:00

19 lines
714 B
Bash

# Template file for 'kcachegrind'
pkgname=kcachegrind
version=18.04.1
revision=1
build_style=cmake
configure_args="-Wno-dev"
hostmakedepends="extra-cmake-modules pkg-config"
makedepends="kparts-devel qt5-devel"
depends="python hicolor-icon-theme"
short_desc="Visualization of Performance Profiling Data"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-only, GFDL-1.2-only"
homepage="http://kde.org/applications/development/kcachegrind/"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=cf1c826076ed3c23514a17cf40e6c796258e7828d5adeaa9e67bf0636a3f2fd6
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi