kcachegrind: update to 18.04.1.

Closes #14394.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-05-14 16:03:04 +02:00 committed by Enno Boland
parent 3fe65ac750
commit f8d2062a67
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kcachegrind' # Template file for 'kcachegrind'
pkgname=kcachegrind pkgname=kcachegrind
version=18.04.0 version=18.04.1
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-Wno-dev" configure_args="-Wno-dev"
@ -9,10 +9,10 @@ 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="Piotr Wójcik <chocimier@tlen.pl>" 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/" homepage="http://kde.org/applications/development/kcachegrind/"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=4089ae9281091dbde04655aa6f4b824b2241463dc43626e587d0b9093a47ce38 checksum=cf1c826076ed3c23514a17cf40e6c796258e7828d5adeaa9e67bf0636a3f2fd6
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake" hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"