add credit for grub-improved-luks2-git and original patch creator

This commit is contained in:
Alexander Bocken 2024-01-20 13:24:00 +01:00
parent 887ab5d208
commit e3838fb0b7
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8
2 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,6 @@ pkgbase = grub
pkgdesc = GNU GRand Unified Bootloader (2)
pkgver = 2.12
pkgrel = 1
epoch = 2
url = https://www.gnu.org/software/grub/
install = grub.install
arch = x86_64

View File

@ -1,9 +1,12 @@
# Maintainer : Alexander Bocken <alexander@bocken.org>
# Contributor: Ax333l <main [at] axelen [dot] xyz>
# Contributor: Christian Hesse <mail@eworm.de>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
# Argon2 patch made by: Patrick Steinhardt <ps [at] pks [dot] im>
## "1" to enable IA32-EFI build in Arch x86_64, "0" to disable
_IA32_EFI_IN_ARCH_X64="1"
@ -18,7 +21,6 @@ _GRUB_EMU_BUILD="0"
pkgname='grub'
pkgdesc='GNU GRand Unified Bootloader (2)'
epoch=2
_tag='03e6ea18f6f834f177cad017279bedbb0a3de594' # git rev-parse grub-${_pkgver}
_pkgver=2.12
_unifont_ver='15.1.04'
@ -207,7 +209,7 @@ _build_grub-common_and_bios() {
--enable-boot-time \
"${_configure_options[@]}"
if [ ! -z "${SOURCE_DATE_EPOCH}" ]; then
if [ ! -z "${SOUZQRCE_DATE_EPOCH}" ]; then
echo "Make info pages reproducible..."
touch -d "@${SOURCE_DATE_EPOCH}" $(find -name '*.texi')
fi
@ -261,6 +263,7 @@ _build_grub-emu() {
--disable-grub-emu-pci \
"${_configure_options[@]}"
echo "Run make for emu build..."
make
}