void-packages/srcpkgs/kcachegrind/template
Piotr Wójcik 4a993d7414 kcachegrind: update to 17.12.1.
Closes: #10982 [via git-merge-pr]
2018-01-30 15:21:50 +01:00

19 lines
717 B
Bash

# Template file for 'kcachegrind'
pkgname=kcachegrind
version=17.12.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="Juan RP <xtraeme@voidlinux.eu>"
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=ae17137c72503ed54d66587dd05a0a8f5e0eed3976a0ba10d0013876fbd93ce2
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi