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

Sébastien Luttringer seblu at archlinux.org
Sun May 3 21:53:57 UTC 2015


    Date: Sunday, May 3, 2015 @ 23:53:56
  Author: seblu
Revision: 132674

upgpkg: linux-tools 4.0-1

Modified:
  linux-tools/trunk/PKGBUILD
Deleted:
  linux-tools/trunk/01-fix-perf-python.patch
  linux-tools/trunk/03-fix-tmon-ltinfo.patch

--------------------------+
 01-fix-perf-python.patch |   12 ------------
 03-fix-tmon-ltinfo.patch |   13 -------------
 PKGBUILD                 |   14 +++++++-------
 3 files changed, 7 insertions(+), 32 deletions(-)

Deleted: 01-fix-perf-python.patch
===================================================================
--- 01-fix-perf-python.patch	2015-05-03 21:44:02 UTC (rev 132673)
+++ 01-fix-perf-python.patch	2015-05-03 21:53:56 UTC (rev 132674)
@@ -1,12 +0,0 @@
---- a/tools/perf/config/feature-checks/Makefile  2014-01-21 01:58:25.444339009 +0100
-+++ b/tools/perf/config/feature-checks/Makefile  2014-01-21 01:46:58.081780576 +0100
-@@ -103,9 +103,6 @@
- test-libperl:
-        $(BUILD) $(FLAGS_PERL_EMBED)
- 
--override PYTHON := python
--override PYTHON_CONFIG := python-config
--
- escape-for-shell-sq =  $(subst ','\'',$(1))
- shell-sq = '$(escape-for-shell-sq)'
- 

Deleted: 03-fix-tmon-ltinfo.patch
===================================================================
--- 03-fix-tmon-ltinfo.patch	2015-05-03 21:44:02 UTC (rev 132673)
+++ 03-fix-tmon-ltinfo.patch	2015-05-03 21:53:56 UTC (rev 132674)
@@ -1,13 +0,0 @@
-# Copyright 2014 Sébastien Luttringer
-
---- a/tools/thermal/tmon/Makefile
-+++ b/tools/thermal/tmon/Makefile
-@@ -21,7 +21,7 @@ OBJS = tmon.o tui.o sysfs.o pid.o
- OBJS +=
- 
- tmon: $(OBJS) Makefile tmon.h
--	$(CC) ${CFLAGS} $(LDFLAGS) $(OBJS)  -o $(TARGET) -lm -lpanel -lncursesw -ltinfo -lpthread
-+	$(CC) ${CFLAGS} $(LDFLAGS) $(OBJS)  -o $(TARGET) -lm -lpanel -lncursesw -lpthread
- 
- valgrind: tmon
- 	 sudo valgrind -v --track-origins=yes --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=20 --track-fds=yes ./$(TARGET)  1> /dev/null

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-03 21:44:02 UTC (rev 132673)
+++ PKGBUILD	2015-05-03 21:53:56 UTC (rev 132674)
@@ -13,7 +13,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=3.19
+pkgver=4.0
 pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
@@ -31,17 +31,18 @@
 # tmon deps
 makedepends+=('ncurses')
 groups=("$pkgbase")
-source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz"
-        #"http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.7.xz"
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886') # Linus Torvalds
+source=("http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-$pkgver.tar"{.xz,.sign}
+        #"http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/patch-$pkgver.7.xz"
         'cpupower.default'
         'cpupower.systemd'
         'cpupower.service'
         'usbipd.service'
         '02-archlinux-paths.patch'
-        '03-fix-tmon-ltinfo.patch'
         '04-fix-usip-h-path.patch')
-# http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
-sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c'
+# http://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
+sha256sums=('0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
+            'SKIP'
             '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
             'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
             'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
@@ -54,7 +55,6 @@
   cd linux-$pkgver
   #patch -N -p1 -i "$srcdir/patch-$pkgver.7"
   patch -N -p1 -i "$srcdir/02-archlinux-paths.patch"
-  patch -N -p1 -i "$srcdir/03-fix-tmon-ltinfo.patch"
   patch -N -p1 -i "$srcdir/04-fix-usip-h-path.patch"
 }
 



More information about the arch-commits mailing list