bump to latest version
This commit is contained in:
parent
2fcee8f062
commit
c470ed5093
17
PKGBUILD
17
PKGBUILD
|
@ -7,7 +7,7 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
|
||||||
# pkgname=linux-custom # Build kernel with a different name
|
# pkgname=linux-custom # Build kernel with a different name
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.3
|
_basekernel=3.3
|
||||||
pkgver=${_basekernel}
|
pkgver=${_basekernel}.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -15,7 +15,7 @@ license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl')
|
makedepends=('xmlto' 'docbook-xsl')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.3.tar.xz"
|
source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.3.tar.xz"
|
||||||
#"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
|
"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
|
||||||
# the main kernel config files
|
# the main kernel config files
|
||||||
'config' 'config.x86_64'
|
'config' 'config.x86_64'
|
||||||
# standard config files for mkinitcpio ramdisk
|
# standard config files for mkinitcpio ramdisk
|
||||||
|
@ -23,31 +23,26 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.3.tar.xz"
|
||||||
'fix-acerhdf-1810T-bios.patch'
|
'fix-acerhdf-1810T-bios.patch'
|
||||||
'change-default-console-loglevel.patch'
|
'change-default-console-loglevel.patch'
|
||||||
'i915-fix-ghost-tv-output.patch'
|
'i915-fix-ghost-tv-output.patch'
|
||||||
'i915-gpu-finish.patch'
|
|
||||||
'ext4-options.patch')
|
'ext4-options.patch')
|
||||||
md5sums=('7133f5a2086a7d7ef97abac610c094f5'
|
md5sums=('7133f5a2086a7d7ef97abac610c094f5'
|
||||||
'212f78ea8702c42fa86e282ab6a70a69'
|
'10771d657c5bf342bcfe66ed06653ecb'
|
||||||
'e9b1fac2ac5449816e085661a16387e6'
|
'611384eca31001757d23a689f47fa318'
|
||||||
|
'81d48b91797c895fff5a36c17eae6320'
|
||||||
'eb14dcfd80c00852ef81ded6e826826a'
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
'38c1fd4a1f303f1f6c38e7f082727e2f'
|
'38c1fd4a1f303f1f6c38e7f082727e2f'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'263725f20c0b9eb9c353040792d644e5'
|
'263725f20c0b9eb9c353040792d644e5'
|
||||||
'4cd79aa147825837dc8bc9f6b736c0a0'
|
|
||||||
'bb7fd1aa23016c8057046b84fd4eb528')
|
'bb7fd1aa23016c8057046b84fd4eb528')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/linux-${_basekernel}"
|
cd "${srcdir}/linux-${_basekernel}"
|
||||||
|
|
||||||
# add upstream patch
|
# add upstream patch
|
||||||
# patch -p1 -i "${srcdir}/patch-${pkgver}"
|
patch -p1 -i "${srcdir}/patch-${pkgver}"
|
||||||
|
|
||||||
# add latest fixes from stable queue, if needed
|
# add latest fixes from stable queue, if needed
|
||||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||||
|
|
||||||
# fix FS#27883
|
|
||||||
# drm/i915: Only clear the GPU domains upon a successful finish
|
|
||||||
patch -Np1 -i "${srcdir}/i915-gpu-finish.patch"
|
|
||||||
|
|
||||||
# Some chips detect a ghost TV output
|
# Some chips detect a ghost TV output
|
||||||
# mailing list discussion: http://lists.freedesktop.org/archives/intel-gfx/2011-April/010371.html
|
# mailing list discussion: http://lists.freedesktop.org/archives/intel-gfx/2011-April/010371.html
|
||||||
# Arch Linux bug report: FS#19234
|
# Arch Linux bug report: FS#19234
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=
|
KERNEL_NAME=
|
||||||
KERNEL_VERSION=3.3.0-1-ARCH
|
KERNEL_VERSION=3.3.1-1-ARCH
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in New Issue