mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/grub to 2.06.r261.g2f4430cc0-1
This commit is contained in:
parent
ae23fa07b8
commit
ecc21fe89c
1 changed files with 8 additions and 12 deletions
|
@ -28,11 +28,11 @@ _GRUB_EMU_BUILD="0"
|
|||
pkgname='grub'
|
||||
pkgdesc='GNU GRand Unified Bootloader (2)'
|
||||
epoch=2
|
||||
_tag='53c5000739db114c229fe69ec3d4b76b92441098' # git rev-parse grub-${_pkgver}
|
||||
_unifont_ver='14.0.02'
|
||||
_pkgver=2.06
|
||||
_commit='2f4430cc0a44fd8c8aa7aee5c51887667ad3d6c3'
|
||||
_unifont_ver='14.0.04'
|
||||
_pkgver=2.06.r261.g2f4430cc0
|
||||
pkgver=${_pkgver/-/}
|
||||
pkgrel=5
|
||||
pkgrel=1
|
||||
url='https://www.gnu.org/software/grub/'
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
|
@ -67,7 +67,7 @@ validpgpkeys=('E53D497F3FA42AD8C9B4D1E835A93B74E82E4209' # Vladimir 'phcoder' S
|
|||
'BE5C23209ACDDACEB20DB0A28C8189F1988C2166' # Daniel Kiper <dkiper@net-space.pl>
|
||||
'95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy <unifoundry@unifoundry.com>
|
||||
|
||||
source=("git+https://git.savannah.gnu.org/git/grub.git#tag=${_tag}?signed"
|
||||
source=("git+https://git.savannah.gnu.org/git/grub.git#commit=${_commit}"
|
||||
'git+https://git.savannah.gnu.org/git/gnulib.git'
|
||||
"https://ftp.gnu.org/gnu/unifont/unifont-${_unifont_ver}/unifont-${_unifont_ver}.bdf.gz"{,.sig}
|
||||
'0001-00_header-add-GRUB_COLOR_-variables.patch'
|
||||
|
@ -78,7 +78,7 @@ source=("git+https://git.savannah.gnu.org/git/grub.git#tag=${_tag}?signed"
|
|||
|
||||
sha256sums=('SKIP'
|
||||
'SKIP'
|
||||
'5b314364d23143755a4b11b641a953c07837f48fefcc7454318e334265e4974b'
|
||||
'0bad2b8a46fcc4864c7b4cee4072653a58b9f36e2f54a5a395c7d6dc97766526'
|
||||
'SKIP'
|
||||
'5dee6628c48eef79812bb9e86ee772068d85e7fcebbd2b2b8d1e19d24eda9dab'
|
||||
'8488aec30a93e8fe66c23ef8c23aefda39c38389530e9e73ba3fbcc8315d244d'
|
||||
|
@ -87,14 +87,10 @@ sha256sums=('SKIP'
|
|||
'98b23d41e223bdc0a6e20bdcb3aa77e642f29b64081b1fd2f575314172fc89df')
|
||||
|
||||
_backports=(
|
||||
# fs/xfs: Fix unreadable filesystem with v4 superblock
|
||||
'a4b495520e4dc41a896a8b916a64eda9970c50ea'
|
||||
|
||||
# fs/btrfs: Use full btrfs bootloader area
|
||||
'b0f06a81c6f31b6fa20be67a96b6683bba8210c9'
|
||||
)
|
||||
|
||||
_configure_options=(
|
||||
PACKAGE_VERSION="${epoch}:${pkgver}-${pkgrel}"
|
||||
FREETYPE="pkg-config freetype2"
|
||||
BUILD_FREETYPE="pkg-config freetype2"
|
||||
--enable-mm-debug
|
||||
|
@ -280,7 +276,7 @@ _package_grub-efi() {
|
|||
rm -f "${pkgdir}/usr/lib/grub/${_EFI_ARCH}-efi"/*.image || true
|
||||
rm -f "${pkgdir}/usr/lib/grub/${_EFI_ARCH}-efi"/{kernel.exec,gdb_grub,gmodule.pl} || true
|
||||
|
||||
sed -e "s/%PKGVER%/${pkgver}/" < "${srcdir}/sbat.csv" > "${pkgdir}/usr/share/grub/sbat.csv"
|
||||
sed -e "s/%PKGVER%/${epoch}:${pkgver}-${pkgrel}/" < "${srcdir}/sbat.csv" > "${pkgdir}/usr/share/grub/sbat.csv"
|
||||
}
|
||||
|
||||
_package_grub-emu() {
|
||||
|
|
Loading…
Reference in a new issue