[arch-commits] Commit in kcachegrind/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Feb 9 18:17:50 UTC 2020


    Date: Sunday, February 9, 2020 @ 18:17:50
  Author: arojas
Revision: 375135

Add perl optdepend

Modified:
  kcachegrind/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 18:14:26 UTC (rev 375134)
+++ PKGBUILD	2020-02-09 18:17:50 UTC (rev 375135)
@@ -5,7 +5,7 @@
 pkgbase=kcachegrind
 pkgname=(kcachegrind kcachegrind-common qcachegrind)
 pkgver=19.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Visualization of Performance Profiling Data'
 url='https://kde.org/applications/development/kcachegrind/'
 arch=(x86_64)
@@ -41,7 +41,7 @@
 package_kcachegrind-common() {
   pkgdesc+=' (common files)'
   depends=(hicolor-icon-theme)
-  optdepends=('php: for pprof2calltree' 'python2: for hotshot2calltree')
+  optdepends=('php: for pprof2calltree' 'python2: for hotshot2calltree' 'perl: for dprof2calltree, memprof2calltree and op2calltree')
 
   cd build
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list