2 * Changes specific to nouveau git kernel(mainly renames etc.)
4 * new variable _gitrev that can be used to build a sepcific tag, commit or branch
5 * reworked mkinitcpio preset file
6 * removed kernel26{,-headers} from provides array because arch's linux
7 package conflicts with these
9 * disabled file stripping
10 * renamed initramfs file from /boot/$pkgname.img to /boot/initramfs-$pkgname.img
11 * updated kernel config files to latest kernel26 configs (3.0-1)
13 * make sure the src directory is moved to $srcdir after finishing the build
14 step when the _build_dir config option is in use
15 * changed repository source url to linux.git (was linux-2.6.git) as a
16 result of the 3.0 release
18 * fixed issue with mkinitcpio that led to broken images because the kernel
19 modules could not be found (solved by running depmod before mkinitcpio)
21 * removed arch linux logo
22 * updated kernel config files to latest kernel26 configs (2.6.39.3-1)
24 * renamed kernel26-git to linux-git
25 * worked around make 3.82 bug
27 * make kernel26$_pkgext-{headers,docs} depend on $pkgbase and not on itself
29 * updated kernel config files to latest kernel26 configs (2.6.39-1)
31 * reworked kernel header package generation
32 * support for split (default) and single package kernels
36 * compress kernel modules by default
37 * updated kernel config files to latest kernel26 configs (2.6.37-5)
38 * added crypto and xen headers
40 * Kconfig file was unintentionally removed from /usr/src/linux-$kver/arch (thanks to Kariddi)
41 * updated kernel config files to latest kernel26 configs (2.6.35.7)
43 * removed zc0301 from header copy list (driver was removed: 0d58cef664e01fb1848833455bfdbe1a3d91044c)
44 * updated kernel config files to latest kernel26 configs (2.6.35.2)
46 * updated kernel config files to latest kernel26 configs (2.6.34)
47 * replaced kernel26-firmware-git dependency with linux-firmware-git
48 * introduced new variable _kernel_src that contains the directory where the
49 kernel is acutally built
51 * make config options configurable via command line
52 * updated kernel config files to latest kernel26 configs (2.6.33.2)
53 * removed /boot/kconfig26$_pkgext
54 * replaced dynamic kernel version detection with a static string which is
56 * generate the *.preset file from the PKGBUILD
57 * introduced new variable _pkgext to make it easier to adapt this PKGBUILD
58 to other kernel sources
60 * fixed abort when patches directory exists but is empty
62 * included some new required kernel header files
63 * save build directory to $srcdir when building without makepkg's -c flag
64 and if $_build_dir != $srcdir
65 * fixed kernel version detection in install file (again... replaced `\s`
68 * fixed kernel version detection in install file
69 * removed asm-$_karch references
72 * added kernel26-headers to provides
74 * updated kernel config files to latest kernel26 configs (2.6.32)
75 * reworked install scriptlet
77 * added support for all available configuration commands of the kernel
80 * added changelog variable for pacman's next major release
81 * make use of new package function to reduce fakeroot usage
82 * added a warning about initial download size
84 * removed .gitignore files from source tree
85 * updated kernel config files to latest kernel26 configs (2.6.31.3)
87 * updated kernel config files to latest kernel26 configs (2.6.31)
89 * added CONFIG_MEDIA_SUPPORT=m to config files
91 * Since pacman 3.3.0, makepkg starts in $srcdir and not in $startdir
92 anymore. In order to get the kernel sources into $startdir again, it
93 is required to change to this directory
94 * updated kernel config files to latest kernel26 configs (2.6.30.4)
96 * updated kernel config files to latest kernel26 configs (2.6.30)
98 * added new configure option _build_dir
99 * moved the 'patches' folder from $srcdir to $startdir
100 * moved the git repository clone from $srcdir to $startdir
101 * made the linux-2.6 directory a bare repository, which reduces the folder
102 size by more than the half
103 * renamed cloned git repository from kernel26-git to linux-2.6.git
105 * documented configure option _verbose which makes the kernel building
107 * added a check for an existing package when using _kernel_pkgver to avoid
109 * cleaned up the PKGBUILD
110 * remove the git changelog generation functionality
111 * replace dashes in kernel version with underscores instead of periods
112 * separate date from localversion by a dash when using _date_localversion
114 * some more documentation
116 * use arch's kernel config files as default
118 * added possibility to patch the source without modifying the PKGBUILD
119 * started to make PKGBUILD more readable
120 * documented PKGBUILD configure options
121 * introduced new configure option '_configure_only' which stops the building
122 process after the kernel configuration
124 * moved firmware from package into new dependency kernel26-firmware-git,
125 which makes it possible to install kernel26-git beside arch's stock kernel
126 * fetch latest git changes when there is already a local repository
127 * added some "|| return 1"
128 * kernel26-git.install: extract required kernel version from package files
129 rather than specify it explicitly
130 * renamed config to config.i686
131 * replaced $startdir with $srcdir and $pkgdir
132 * added quotes where necessary
133 * cleaned up the checkout part