upgpkg: 2:2.12rc1-3: update unifont, fix whitespace

This commit is contained in:
Tobias Powalowski 2023-10-04 08:28:12 +02:00
parent 1fbfe6f9da
commit 114ca5119d
No known key found for this signature in database
GPG Key ID: 771DF6627EDF681F
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = grub
pkgdesc = GNU GRand Unified Bootloader (2)
pkgver = 2.12rc1
pkgrel = 2
pkgrel = 3
epoch = 2
url = https://www.gnu.org/software/grub/
install = grub.install
@ -49,8 +49,8 @@ pkgbase = grub
backup = etc/grub.d/40_custom
source = git+https://git.savannah.gnu.org/git/grub.git#tag=bb59f566e1e5c387dbfd342bb3767f761422c744?signed
source = git+https://git.savannah.gnu.org/git/gnulib.git
source = https://ftp.gnu.org/gnu/unifont/unifont-15.1.01/unifont-15.1.01.bdf.gz
source = https://ftp.gnu.org/gnu/unifont/unifont-15.1.01/unifont-15.1.01.bdf.gz.sig
source = https://ftp.gnu.org/gnu/unifont/unifont-15.1.02/unifont-15.1.02.bdf.gz
source = https://ftp.gnu.org/gnu/unifont/unifont-15.1.02/unifont-15.1.02.bdf.gz.sig
source = 0001-00_header-add-GRUB_COLOR_-variables.patch
source = 0002-10_linux-detect-archlinux-initramfs.patch
source = 0003-support-dropins-for-default-configuration.patch
@ -62,7 +62,7 @@ pkgbase = grub
validpgpkeys = 95D2E9AB8740D8046387FD151A09227B1F435A33
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 9019b5ecced52a2ca46e81316c1cbaca1b47d8871d9ff5e413c0686e0e47a11d
sha256sums = 912834ab9cd372f300541894615f910af4db82477c91b236674057eadfc76429
sha256sums = SKIP
sha256sums = 5dee6628c48eef79812bb9e86ee772068d85e7fcebbd2b2b8d1e19d24eda9dab
sha256sums = 8488aec30a93e8fe66c23ef8c23aefda39c38389530e9e73ba3fbcc8315d244d

View File

@ -20,9 +20,9 @@ pkgdesc='GNU GRand Unified Bootloader (2)'
epoch=2
_tag='bb59f566e1e5c387dbfd342bb3767f761422c744' # git rev-parse grub-${_pkgver}
_pkgver=2.12rc1
_unifont_ver='15.1.01'
_unifont_ver='15.1.02'
pkgver=${_pkgver/-/}
pkgrel=2
pkgrel=3
url='https://www.gnu.org/software/grub/'
arch=('x86_64')
license=('GPL3')
@ -69,7 +69,7 @@ source=("git+https://git.savannah.gnu.org/git/grub.git#tag=${_tag}?signed"
sha256sums=('SKIP'
'SKIP'
'9019b5ecced52a2ca46e81316c1cbaca1b47d8871d9ff5e413c0686e0e47a11d'
'912834ab9cd372f300541894615f910af4db82477c91b236674057eadfc76429'
'SKIP'
'5dee6628c48eef79812bb9e86ee772068d85e7fcebbd2b2b8d1e19d24eda9dab'
'8488aec30a93e8fe66c23ef8c23aefda39c38389530e9e73ba3fbcc8315d244d'
@ -135,7 +135,7 @@ prepare() {
patch -Np1 -i "${srcdir}/0003-support-dropins-for-default-configuration.patch"
echo "Patch to fix ntfs module security vulnerabilities"
patch -Np1 -i"${srcdir}/0004-ntfs-module-security.patch"
patch -Np1 -i "${srcdir}/0004-ntfs-module-security.patch"
echo "Fix DejaVuSans.ttf location so that grub-mkfont can create *.pf2 files for starfield theme..."
sed 's|/usr/share/fonts/dejavu|/usr/share/fonts/dejavu /usr/share/fonts/TTF|g' -i "configure.ac"