parent
a641a3ec2d
commit
4a993d7414
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'kcachegrind'
|
# Template file for 'kcachegrind'
|
||||||
pkgname=kcachegrind
|
pkgname=kcachegrind
|
||||||
version=4.14.3
|
version=17.12.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-Wno-dev -DKDE4_BUILD_TESTS=OFF"
|
configure_args="-Wno-dev"
|
||||||
hostmakedepends="automoc4 pkg-config"
|
hostmakedepends="extra-cmake-modules pkg-config"
|
||||||
makedepends="boost-devel glib-devel libressl-devel qt-devel phonon-devel kdelibs-devel"
|
makedepends="kparts-devel qt5-devel"
|
||||||
depends="python hicolor-icon-theme"
|
depends="python hicolor-icon-theme"
|
||||||
short_desc="Visualization of Performance Profiling Data"
|
short_desc="Visualization of Performance Profiling Data"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL, LGPL, FDL"
|
license="GPL-2, FDL-1.2"
|
||||||
homepage="http://kde.org/applications/development/kcachegrind/"
|
homepage="http://kde.org/applications/development/kcachegrind/"
|
||||||
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=a67917ae2540101b0ab0be618ead7aa4619b1808ec1ebd74358739f8fffea424
|
checksum=ae17137c72503ed54d66587dd05a0a8f5e0eed3976a0ba10d0013876fbd93ce2
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue