[arch-commits] CVS update of core/base/kernel26 (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sat Oct 13 08:52:09 UTC 2007


    Date: Saturday, October 13, 2007 @ 04:52:09
  Author: tpowa
    Path: /home/cvs-core/core/base/kernel26

Modified: PKGBUILD (1.263 -> 1.264)

'upgpgk: update to new version'


----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)


Index: core/base/kernel26/PKGBUILD
diff -u core/base/kernel26/PKGBUILD:1.263 core/base/kernel26/PKGBUILD:1.264
--- core/base/kernel26/PKGBUILD:1.263	Thu Oct 11 04:26:52 2007
+++ core/base/kernel26/PKGBUILD	Sat Oct 13 04:52:08 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.263 2007/10/11 08:26:52 tpowa Exp $
+# $Id: PKGBUILD,v 1.264 2007/10/13 08:52:08 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=kernel26
 _basekernel=2.6.23
-pkgver=2.6.23
-pkgrel=2
+pkgver=2.6.23.1
+pkgrel=1
 pkgdesc="The Linux Kernel and modules"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -23,7 +23,7 @@
 source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
         #http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.23-rc9.bz2
 	#http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.23-rc9-git2.bz2
-	#ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2
+	ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2
         config config.x86_64
         logo_linux_clut224.ppm
         logo_linux_mono.pbm
@@ -34,8 +34,8 @@
         toshiba-bluetooth.patch
         usb-storage-unusual-devs.patch
         mactel-linux-2.6.22.patch
-	http://www.archlinux.org/~tpowa/alsa-patches/alsa-20071009.patch.bz2
-	http://www.archlinux.org/~tpowa/alsa-patches/alsa-include-20071009.patch.bz2
+	http://www.archlinux.org/~tpowa/alsa-patches/alsa-20071013.patch.bz2
+	http://www.archlinux.org/~tpowa/alsa-patches/alsa-include-20071013.patch.bz2
 	acpi-buggy-bios.patch
 	#http://heanet.dl.sourceforge.net/sourceforge/squashfs/squashfs3.2-r2.tar.gz broken!
 	squashfs3.2-patch.bz2
@@ -43,6 +43,7 @@
 	adjust_current_level_to_closest_available.patch
 	hibernate-saa7134.diff)
 md5sums=('2cc2fd4d521dc5d7cfce0d8a9d1b3472'
+         '896c5d4e7fd68d37b8c16e5d2842563b'
          '20a13c215aa5ff1625835dd963848aba'
          'f50b917f0f51566fbc1ad3473dad4a3d'
          '5a62bcc7e96601052c7405459b483826'
@@ -54,8 +55,8 @@
          '695d8578a0334fa9bb140917561f03d4'
          '3ed791c3af3099489faf0d22cbcc55a8'
          '50ba275e9796ac034bfdfd7b27c71eb3'
-         'a0cd1041e0a4ff0dd2cb95b93231da4b'
-         '6b3596e771f541d53e76ac8ca5a930a2'
+         'b734b43b188427055e30b57a0f114bcd'
+         'ed8dec1f19b67f0ab8c6a93c0142cf03'
          'bbc730a590d4e09b3d937b257e5a4bfe'
          '2b1921ac36a6ec84aaf62f8a90e0052d'
          '5bdaef7b9e38f24e370ea0001e9fa578'
@@ -68,7 +69,7 @@
 
   cd $startdir/src/linux-$_basekernel
   # add upstream patch from 2.6.23 series
-  #patch -Np1 -i ../patch-$pkgver || return 1
+  patch -Np1 -i ../patch-$pkgver || return 1
   #patch -Np1 -i ../patch-$pkgver-rc9 || return 1
   #patch -Np1 -i ../patch-2.6.23-rc9-git2 || return 1
   # fix compiling due to include issue, inlcuded now in unionfs patch
@@ -83,8 +84,8 @@
   patch -Np1 -i ../mactel-linux-2.6.22.patch || return 1
   # add latest alsa fixes ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver/
   # status is 20071002!
-  patch -Np0 -i ../alsa-20071009.patch || return 1
-  patch -Np0 -i ../alsa-include-20071009.patch || return 1
+  patch -Np0 -i ../alsa-20071013.patch || return 1
+  patch -Np0 -i ../alsa-include-20071013.patch || return 1
   # fix buggy bios acpi to get c states
   patch -Np1 -i ../acpi-buggy-bios.patch || return 1
   # fix brightness buttons on some laptops




More information about the arch-commits mailing list