void-packages/srcpkgs/kcachegrind/template
Piotr Wójcik b4a846232b kcachegrind: update to 18.04.0.
Closes #13687.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-21 23:00:44 +02:00

19 lines
720 B
Bash

# Template file for 'kcachegrind'
pkgname=kcachegrind
version=18.04.0
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, FDL-1.2"
homepage="http://kde.org/applications/development/kcachegrind/"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=4089ae9281091dbde04655aa6f4b824b2241463dc43626e587d0b9093a47ce38
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi