kcachegrind: update to 18.04.1.
Closes #14394. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
3fe65ac750
commit
f8d2062a67
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kcachegrind'
|
||||
pkgname=kcachegrind
|
||||
version=18.04.0
|
||||
version=18.04.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-Wno-dev"
|
||||
|
@ -9,10 +9,10 @@ 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"
|
||||
license="GPL-2.0-only, GFDL-1.2-only"
|
||||
homepage="http://kde.org/applications/development/kcachegrind/"
|
||||
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=4089ae9281091dbde04655aa6f4b824b2241463dc43626e587d0b9093a47ce38
|
||||
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=cf1c826076ed3c23514a17cf40e6c796258e7828d5adeaa9e67bf0636a3f2fd6
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
||||
|
|
Loading…
Reference in New Issue