From 36c79896bba7322104f5e7e99e181ecae9e7401c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 27 Sep 2016 00:13:05 +0000 Subject: [PATCH] community/linux-tools to 4.7-2 --- community/linux-tools/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index 1a0c7df0b..1085d3ed0 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -27,7 +27,7 @@ makedepends=('git') # kernel source deps makedepends+=('asciidoc' 'xmlto') # perf deps -makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'audit' 'gtk2') +makedepends+=('perl' 'python2' 'slang' 'elfutils' 'libunwind' 'numactl' 'audit' 'gtk2') # cpupower deps makedepends+=('pciutils') # usbip deps @@ -36,6 +36,7 @@ makedepends+=('glib2' 'sysfsutils' 'udev') makedepends+=('ncurses') groups=("$pkgbase") source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz" + 'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.7.5.xz' 'cpupower.default' 'cpupower.systemd' 'cpupower.service' @@ -44,6 +45,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz" '02-archlinux-paths.patch' '04-fix-usip-h-path.patch') md5sums=('SKIP' + 'c5f3473be15411f7b02f36b7f52cc9d1' '56883c159381ba89e50ab8ea65efec77' '34f5ecc19770a1abbcd0fd65bfd1f065' '86c4e419e4ba80835c330d49ba3f56ad' @@ -55,7 +57,7 @@ md5sums=('SKIP' prepare() { cd linux-$pkgver # apply stable kernel patch - #xz -kcd "$srcdir"/patch-4.7.1.xz | patch -p1 -N + patch -p1 -N -i "$srcdir"/patch-4.7.5 # apply patch from the source array (should be a pacman feature) local filename for filename in "${source[@]}"; do @@ -136,7 +138,7 @@ package_libtraceevent() { package_perf() { pkgdesc='Linux kernel performance auditing tool' - depends=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'binutils' + depends=('perl' 'python2' 'slang' 'elfutils' 'libunwind' 'binutils' 'audit') optdepends=('gtk2: support GTK2 browser for perf report')