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

Sébastien Luttringer seblu at archlinux.org
Mon Jul 15 00:11:39 UTC 2019


    Date: Monday, July 15, 2019 @ 00:11:39
  Author: seblu
Revision: 489577

upgpkg: linux-tools 5.2-1

Disable python-perf for now

Modified:
  linux-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-15 00:03:37 UTC (rev 489576)
+++ PKGBUILD	2019-07-15 00:11:39 UTC (rev 489577)
@@ -9,7 +9,7 @@
   'libtraceevent'
   'linux-tools-meta'
   'perf'
-  'python-perf'
+#  'python-perf'
   'tmon'
   'turbostat'
   'usbip'
@@ -143,7 +143,7 @@
     'hyperv'
     'libtraceevent'
     'perf'
-    'python-perf'
+#    'python-perf'
     'tmon'
     'turbostat'
     'usbip'
@@ -191,16 +191,16 @@
   find usr/share -type f -exec chmod a-x {} \;
 }
 
-package_python-perf(){
-  pkgdesc='Linux kernel performance auditing tool (python bindings)'
-  depends=('python')
+#package_python-perf(){
+#  pkgdesc='Linux kernel performance auditing tool (python bindings)'
+#  depends=('python')
+#
+#  cd linux/tools/perf
+#
+#  make install-python_ext PYTHON=python DESTDIR="$pkgdir"
+#}
 
-  cd linux/tools/perf
 
-  make install-python_ext PYTHON=python DESTDIR="$pkgdir"
-}
-
-
 package_cpupower() {
   pkgdesc='Linux kernel tool to examine and tune power saving related features of your processor'
   backup=('etc/default/cpupower')



More information about the arch-commits mailing list