2 * renamed kernel26-git to linux-git
3 * worked around make 3.82 bug
5 * make kernel26$_pkgext-{headers,docs} depend on $pkgbase and not on itself
7 * updated kernel config files to latest kernel26 configs (2.6.39-1)
9 * reworked kernel header package generation
10 * support for split (default) and single package kernels
14 * compress kernel modules by default
15 * updated kernel config files to latest kernel26 configs (2.6.37-5)
16 * added crypto and xen headers
18 * Kconfig file was unintentionally removed from /usr/src/linux-$kver/arch (thanks to Kariddi)
19 * updated kernel config files to latest kernel26 configs (2.6.35.7)
21 * removed zc0301 from header copy list (driver was removed: 0d58cef664e01fb1848833455bfdbe1a3d91044c)
22 * updated kernel config files to latest kernel26 configs (2.6.35.2)
24 * updated kernel config files to latest kernel26 configs (2.6.34)
25 * replaced kernel26-firmware-git dependency with linux-firmware-git
26 * introduced new variable _kernel_src that contains the directory where the
27 kernel is acutally built
29 * make config options configurable via command line
30 * updated kernel config files to latest kernel26 configs (2.6.33.2)
31 * removed /boot/kconfig26$_pkgext
32 * replaced dynamic kernel version detection with a static string which is
34 * generate the *.preset file from the PKGBUILD
35 * introduced new variable _pkgext to make it easier to adapt this PKGBUILD
36 to other kernel sources
38 * fixed abort when patches directory exists but is empty
40 * included some new required kernel header files
41 * save build directory to $srcdir when building without makepkg's -c flag
42 and if $_build_dir != $srcdir
43 * fixed kernel version detection in install file (again... replaced `\s`
46 * fixed kernel version detection in install file
47 * removed asm-$_karch references
50 * added kernel26-headers to provides
52 * updated kernel config files to latest kernel26 configs (2.6.32)
53 * reworked install scriptlet
55 * added support for all available configuration commands of the kernel
58 * added changelog variable for pacman's next major release
59 * make use of new package function to reduce fakeroot usage
60 * added a warning about initial download size
62 * removed .gitignore files from source tree
63 * updated kernel config files to latest kernel26 configs (2.6.31.3)
65 * updated kernel config files to latest kernel26 configs (2.6.31)
67 * added CONFIG_MEDIA_SUPPORT=m to config files
69 * Since pacman 3.3.0, makepkg starts in $srcdir and not in $startdir
70 anymore. In order to get the kernel sources into $startdir again, it
71 is required to change to this directory
72 * updated kernel config files to latest kernel26 configs (2.6.30.4)
74 * updated kernel config files to latest kernel26 configs (2.6.30)
76 * added new configure option _build_dir
77 * moved the 'patches' folder from $srcdir to $startdir
78 * moved the git repository clone from $srcdir to $startdir
79 * made the linux-2.6 directory a bare repository, which reduces the folder
80 size by more than the half
81 * renamed cloned git repository from kernel26-git to linux-2.6.git
83 * documented configure option _verbose which makes the kernel building
85 * added a check for an existing package when using _kernel_pkgver to avoid
87 * cleaned up the PKGBUILD
88 * remove the git changelog generation functionality
89 * replace dashes in kernel version with underscores instead of periods
90 * separate date from localversion by a dash when using _date_localversion
92 * some more documentation
94 * use arch's kernel config files as default
96 * added possibility to patch the source without modifying the PKGBUILD
97 * started to make PKGBUILD more readable
98 * documented PKGBUILD configure options
99 * introduced new configure option '_configure_only' which stops the building
100 process after the kernel configuration
102 * moved firmware from package into new dependency kernel26-firmware-git,
103 which makes it possible to install kernel26-git beside arch's stock kernel
104 * fetch latest git changes when there is already a local repository
105 * added some "|| return 1"
106 * kernel26-git.install: extract required kernel version from package files
107 rather than specify it explicitly
108 * renamed config to config.i686
109 * replaced $startdir with $srcdir and $pkgdir
110 * added quotes where necessary
111 * cleaned up the checkout part