[arch-commits] CVS update of arch/build/kernels/kernel26 (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Thu May 31 07:44:29 UTC 2007


    Date: Thursday, May 31, 2007 @ 03:44:29
  Author: tpowa
    Path: /home/cvs-arch/arch/build/kernels/kernel26

Modified: PKGBUILD (1.228 -> 1.229)

'upgpkg: fixed hd noise'


----------+
 PKGBUILD |   35 ++++++++---------------------------
 1 file changed, 8 insertions(+), 27 deletions(-)


Index: arch/build/kernels/kernel26/PKGBUILD
diff -u arch/build/kernels/kernel26/PKGBUILD:1.228 arch/build/kernels/kernel26/PKGBUILD:1.229
--- arch/build/kernels/kernel26/PKGBUILD:1.228	Sat May 26 18:29:17 2007
+++ arch/build/kernels/kernel26/PKGBUILD	Thu May 31 03:44:29 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.228 2007/05/26 22:29:17 andyrtr Exp $
+# $Id: PKGBUILD,v 1.229 2007/05/31 07:44:29 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=kernel26
 _basekernel=2.6.21
 pkgver=2.6.21.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The Linux Kernel and modules"
 arch=(i686 x86_64)
 license=('GPL')
@@ -34,6 +34,7 @@
         mactel-linux-2.6.21.patch
         coretemp.patch
 	atkbd.patch
+	hardisk-noise.patch
 	http://www.archlinux.org/~tpowa/alsa-patches/alsa-20070524.patch.bz2
 	http://www.archlinux.org/~tpowa/alsa-patches/alsa-include-20070524.patch.bz2
 	zd1211.patch
@@ -41,29 +42,7 @@
 	bluetooth-alsa.patch
 	http://heanet.dl.sourceforge.net/sourceforge/squashfs/squashfs3.2-r2.tar.gz
 	ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-2.x/linux-2.6.21-u2.diff.gz)
-md5sums=('1b515f588078dfa7f4bab2634bd17e80'
-         'f7057a8dff173a6665fd61b69ed54a12'
-         'dd0ab2770aa77868a0ca73822daecdfe'
-         'd02ea56a296f0a8473a7cfa6711efeac'
-         '5a62bcc7e96601052c7405459b483826'
-         'ed6b42fea2f5d27f7eb920746ccc1ebb'
-         'a995ec849ea43d3c89d607bbdd1e7d09'
-         '2365779022389399c5c705004cdbc583'
-         '36858bd6a0bca63d2aa901b2e42d4a05'
-         '493137566bc397ec762c86e64bd96849'
-         '695d8578a0334fa9bb140917561f03d4'
-         'f6978eca251dfca21ffa46f1169583a4'
-         '3ed791c3af3099489faf0d22cbcc55a8'
-         '55e6fb0b0778db4ffea45c75565e1f28'
-         '197453581bf03bd8f6cb50a4cbcc8685'
-         '3f72c692c7c9cf596680bc3ce0cb84ec'
-         '0d141e2863004c014e16c867926655e4'
-         '5fdc90e1f0557e881aa2b5a654b79899'
-         'bec19952e53d01fc5f4e6f48ce3fa856'
-         'bbc730a590d4e09b3d937b257e5a4bfe'
-         'b68adb3c52eeff2d441ca41c380382b7'
-         'bf360b92eba9e6d5610196ce2e02fcd1'
-         '4964894a3f406d600226b62de570605b')
+
 
 build() {
   [ "${CARCH}" = "i686" ]   && KARCH=i386
@@ -88,10 +67,12 @@
   patch -Np1 -i ../coretemp.patch || return 1
   # fix atkbd issue on some laptops
   patch -Np1 -i ../atkbd.patch || return 1
+  # fix hardisk noise patch, fixed in 2.6.22 already
+  patch -Np1 -i ../hardisk-noise.patch || return 1
   # add latest alsa fixes ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver/
   # status is 20070506!
-#  patch -Np0 -i ../alsa-20070524.patch || return 1
-#  patch -Np0 -i ../alsa-include-20070524.patch || return 1
+  patch -Np0 -i ../alsa-20070524.patch || return 1
+  patch -Np0 -i ../alsa-include-20070524.patch || return 1
   # fix zd1211 driver to support more cards
   patch -Np1 -i ../zd1211.patch || return 1
   # fix buggy bios acpi to get c states




More information about the arch-commits mailing list