vp-build/srcpkgs/kcachegrind/template

19 lines
689 B
Bash

# Template file for 'kcachegrind'
pkgname=kcachegrind
version=18.08.3
revision=1
build_style=cmake
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="https://kde.org/applications/development/kcachegrind/"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=dd88029bd77be28584fbde9436e7fd2378de533f82bcab6b29753d5d7a0b21ed
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi