main/grub: use fuse3

This commit is contained in:
Natanael Copa 2024-08-01 15:36:10 +02:00
parent b93e30bbd8
commit e9c79f43c1

View File

@ -2,7 +2,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=grub pkgname=grub
pkgver=2.12 pkgver=2.12
pkgrel=5 pkgrel=6
pkgdesc="Bootloader with support for Linux, Multiboot and more" pkgdesc="Bootloader with support for Linux, Multiboot and more"
url="https://www.gnu.org/software/grub/" url="https://www.gnu.org/software/grub/"
arch="all !s390x" arch="all !s390x"
@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
depends="initramfs-generator" depends="initramfs-generator"
triggers="grub.trigger=/boot" triggers="grub.trigger=/boot"
makedepends="autoconf automake bison flex font-unifont freetype-dev makedepends="autoconf automake bison flex font-unifont freetype-dev
fuse-dev gawk gettext-dev libtool linux-headers lvm2-dev python3 xz-dev" fuse3-dev gawk gettext-dev libtool linux-headers lvm2-dev python3 xz-dev"
install="$pkgname.post-upgrade" install="$pkgname.post-upgrade"
# strip handled by grub Makefiles, abuild strip breaks xen pv-grub # strip handled by grub Makefiles, abuild strip breaks xen pv-grub
options="!check !strip" # Cannot test boot loader. options="!check !strip" # Cannot test boot loader.