Package: wnpp Severity: RFP X-Debbugs-CC: Maximiliano Curia <m...@debian.org>
* Package name : qcachegrind Version : 0.7.4 Upstream Author : KDE devs * URL : https://kcachegrind.github.io/html/Download.html * License : GPL v2 Description : visualisation tool for the Valgrind profiler kcachegrind [1] is the only packaged GUI for cachegrind output. The tool works great, but pulls in KDE as a dependency. The package contains a version of the program that does not come with the KDE dependencies, but only depends on QT. It would be great to have a package for this version. qcachegrind is built automatically by qmake, but installation must be performed manually. It's quite simple though [2]: qmake && make sudo install -m 755 qcachegrind/qcachegrind /usr/local/bin sudo install -m 644 qcachegrind/qcachegrind.desktop \ /usr/local/share/applications/ sudo install -m 644 kcachegrind/hi32-app-kcachegrind.png \ /usr/local/share/icons/hicolor/32x32/apps/kcachegrind.png sudo install -m 644 kcachegrind/hi48-app-kcachegrind.png \ /usr/local/share/icons/hicolor/48x48/apps/kcachegrind.png (It might be possible to integrate this into the kcachegrind package?!) - Phillip [1] https://kcachegrind.github.io/html/Home.html [2] https://gist.github.com/jtilly/866ee2cc4baec369150a/