19 lines
689 B
Bash
19 lines
689 B
Bash
# Template file for 'kcachegrind'
|
|
pkgname=kcachegrind
|
|
version=18.08.1
|
|
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=9519853ca2833cad1cdc2e014cc672c8681ce0ad59b06ee3e8dc4080e3af9852
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|