Merge pull request #100 from groni/master

kcachegrind version bump and check
This commit is contained in:
Ertuğrul Erata
2015-07-19 19:22:02 +03:00
3 changed files with 79 additions and 0 deletions
+19
View File
@@ -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")
+52
View File
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kcachegrind</Name>
<Homepage>http://www.kde.org/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>Visualisation tool for the Valgrind profiler</Summary>
<Description>KCachegrind is a visualisation tool for the profiling data generated by calltree, a memory profiling tool for valgrind. </Description>
<Archive sha1sum="393c72269ab97f5f9cf81f9ccf8589cfcecff2c5" type="tarxz">mirrors://kde/stable/applications/15.04.3/src/kcachegrind-15.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency versionFrom="4.14.3">kdelibs-devel</Dependency>
<Dependency versionFrom="15.04.3">kde-runtime-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kcachegrind</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="4.14.3">kdelibs</Dependency>
</RuntimeDependencies>
<Replaces>
<Package>kdesdk</Package>
</Replaces>
<Conflicts>
<Package>kdesdk</Package>
</Conflicts>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-07-19</Date>
<Version>15.04.3</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kcachegrind</Name>
<Summary xml:lang="tr">Valgrind için sanallaştırma aracı.</Summary>
<Description xml:lang="tr">Kcachegrind, calltree tarafından oluşturulmuş verileri ayrımlamaya yarayan, Valgrind için bir hafıza belierleme uygulamasıdır.</Description>
</Source>
</PISI>