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

Sébastien Luttringer seblu at archlinux.org
Sun Jul 26 17:25:25 UTC 2015


    Date: Sunday, July 26, 2015 @ 19:25:24
  Author: seblu
Revision: 137438

upgpkg: linux-tools 4.1-3

- implement FS#45623

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-26 17:22:43 UTC (rev 137437)
+++ PKGBUILD	2015-07-26 17:25:24 UTC (rev 137438)
@@ -14,7 +14,7 @@
   'x86_energy_perf_policy'
 )
 pkgver=4.1
-pkgrel=1
+pkgrel=3
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -23,7 +23,7 @@
 # kernel source deps
 makedepends=('asciidoc' 'xmlto')
 # perf deps
-makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl' 'audit')
+makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl' 'audit' 'gtk2')
 # cpupower deps
 makedepends+=('pciutils')
 # usbip deps
@@ -74,7 +74,6 @@
     perfexecdir='lib/perf' \
     PYTHON=python2 \
     PYTHON_CONFIG=python2-config \
-    NO_GTK2=1 \
     PERF_VERSION=$pkgver-$pkgrel \
     all man
   popd
@@ -145,6 +144,7 @@
   pkgdesc='Linux kernel performance auditing tool'
   depends=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'binutils'
            'numactl' 'audit')
+  optdepends=('gtk2: support GTK2 browser for perf report')
 
   cd linux-$pkgver/tools/perf
   make \
@@ -153,7 +153,6 @@
     perfexecdir='lib/perf' \
     PYTHON=python2 \
     PYTHON_CONFIG=python2-config \
-    NO_GTK2=1 \
     PERF_VERSION=$pkgver-$pkgrel \
     install install-man
   # move completion in new directory



More information about the arch-commits mailing list