From 5627fa99fb47c80e70330a317f8cc448711f928a Mon Sep 17 00:00:00 2001 From: groni Date: Sun, 19 Jul 2015 18:19:05 +0200 Subject: [PATCH] kcachegrind version bump and check --- desktop/kde/sdk/kcachegrind/actions.py | 19 +++++++ desktop/kde/sdk/kcachegrind/pspec.xml | 52 ++++++++++++++++++++ desktop/kde/sdk/kcachegrind/translations.xml | 8 +++ 3 files changed, 79 insertions(+) create mode 100644 desktop/kde/sdk/kcachegrind/actions.py create mode 100755 desktop/kde/sdk/kcachegrind/pspec.xml create mode 100755 desktop/kde/sdk/kcachegrind/translations.xml diff --git a/desktop/kde/sdk/kcachegrind/actions.py b/desktop/kde/sdk/kcachegrind/actions.py new file mode 100644 index 0000000000..56638b7e32 --- /dev/null +++ b/desktop/kde/sdk/kcachegrind/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde5 +from pisi.actionsapi import pisitools + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde/sdk/kcachegrind/pspec.xml b/desktop/kde/sdk/kcachegrind/pspec.xml new file mode 100755 index 0000000000..ef155e2e84 --- /dev/null +++ b/desktop/kde/sdk/kcachegrind/pspec.xml @@ -0,0 +1,52 @@ + + + + + kcachegrind + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + app:gui + Visualisation tool for the Valgrind profiler + KCachegrind is a visualisation tool for the profiling data generated by calltree, a memory profiling tool for valgrind. + mirrors://kde/stable/applications/15.04.3/src/kcachegrind-15.04.3.tar.xz + + qt5-base-devel + kdelibs-devel + kde-runtime-devel + + + + + kcachegrind + + qt5-base + libgcc + kdelibs + + + kdesdk + + + kdesdk + + + /usr/share + /usr/share/doc + /usr/bin + + + + + + 2014-07-19 + 15.04.3 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/sdk/kcachegrind/translations.xml b/desktop/kde/sdk/kcachegrind/translations.xml new file mode 100755 index 0000000000..89ca63e8fc --- /dev/null +++ b/desktop/kde/sdk/kcachegrind/translations.xml @@ -0,0 +1,8 @@ + + + + kcachegrind + Valgrind için sanallaştırma aracı. + Kcachegrind, calltree tarafından oluşturulmuş verileri ayrımlamaya yarayan, Valgrind için bir hafıza belierleme uygulamasıdır. + +