grub: update to 2.00~beta2.
This commit is contained in:
parent
deded506cb
commit
4defb15ca7
2 changed files with 10 additions and 8 deletions
|
@ -2,3 +2,4 @@ libc.so.6
|
||||||
liblzma.so.5
|
liblzma.so.5
|
||||||
libdevmapper.so.1.02
|
libdevmapper.so.1.02
|
||||||
libfreetype.so.6
|
libfreetype.so.6
|
||||||
|
libfuse.so.2
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'grub'
|
# Template file for 'grub'
|
||||||
pkgname=grub
|
pkgname=grub
|
||||||
version=1.99
|
version="2.00~beta2"
|
||||||
revision=8
|
homepage="http://www.gnu.org/software/grub/"
|
||||||
distfiles="http://ftp.gnu.org/gnu/grub/grub-$version.tar.xz"
|
distfiles="http://alpha.gnu.org/gnu/grub/grub-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-werror"
|
||||||
short_desc="GRand Unified Bootloader 2"
|
short_desc="GRand Unified Bootloader 2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f308148d4c83c6f16a73b58a0cd39381656edb740929028cae7ad5f0d651021b
|
license="GPL-3"
|
||||||
|
checksum=45d6fda26441b24215aabd83ab3797cde3fd4a4d511e37457464587805431b28
|
||||||
long_desc="
|
long_desc="
|
||||||
This is GRUB 2, the second version of the GRand Unified Bootloader.
|
This is GRUB 2, the second version of the GRand Unified Bootloader.
|
||||||
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
|
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
|
||||||
|
@ -23,16 +25,15 @@ Add_dependency build freetype-devel
|
||||||
Add_dependency build liblzma-devel
|
Add_dependency build liblzma-devel
|
||||||
Add_dependency build device-mapper-devel
|
Add_dependency build device-mapper-devel
|
||||||
Add_dependency build font-unifont-bdf
|
Add_dependency build font-unifont-bdf
|
||||||
|
Add_dependency build fuse-devel
|
||||||
Add_dependency full os-prober
|
Add_dependency full os-prober
|
||||||
|
|
||||||
pre_configure()
|
pre_configure() {
|
||||||
{
|
|
||||||
# fix unifont.bdf location so grub-mkfont can create *.pf2 files
|
# fix unifont.bdf location so grub-mkfont can create *.pf2 files
|
||||||
sed -i 's|/usr/share/fonts/unifont|/usr/share/fonts/misc|' configure
|
sed -i 's|/usr/share/fonts/unifont|/usr/share/fonts/misc|' configure
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install()
|
post_install() {
|
||||||
{
|
|
||||||
# Required to compress info files.
|
# Required to compress info files.
|
||||||
vmkdir usr/share/info
|
vmkdir usr/share/info
|
||||||
touch -f ${DESTDIR}/usr/share/info/dir
|
touch -f ${DESTDIR}/usr/share/info/dir
|
||||||
|
|
Loading…
Reference in a new issue