Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/grub/patches/devicetree-loading.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ based on https://src.fedoraproject.org/rpms/grub2/blob/rawhide/f/0022-Add-device

--- a/util/grub-mkconfig.in
+++ b/util/grub-mkconfig.in
@@ -255,7 +255,8 @@
GRUB_ENABLE_CRYPTODISK \
@@ -256,7 +256,8 @@
GRUB_BADRAM \
GRUB_OS_PROBER_SKIP_LIST \
- GRUB_DISABLE_SUBMENU
+ GRUB_DISABLE_SUBMENU \
GRUB_DISABLE_SUBMENU \
- GRUB_FORCE_EFI_ALL_VIDEO
+ GRUB_FORCE_EFI_ALL_VIDEO \
+ GRUB_DEFAULT_DTB

if test "x${grub_cfg}" != "x"; then
Expand Down
60 changes: 0 additions & 60 deletions srcpkgs/grub/patches/xfs.patch

This file was deleted.

15 changes: 4 additions & 11 deletions srcpkgs/grub/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Template file for 'grub'
pkgname=grub
version=2.12
revision=2
version=2.14
revision=1
hostmakedepends="python3 pkg-config flex freetype-devel font-unifont-bdf help2man
automake gettext-devel-tools"
automake gettext-devel-tools autoconf-archive"
makedepends="libusb-compat-devel ncurses-devel freetype-devel liblzma-devel
device-mapper-devel fuse-devel"
depends="os-prober"
Expand All @@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/grub/"
changelog="https://git.savannah.gnu.org/cgit/grub.git/plain/NEWS"
distfiles="${GNU_SITE}/grub/grub-${version}.tar.xz"
checksum=f3c97391f7c4eaa677a78e090c7e97e6dc47b16f655f04683ebd37bef7fe0faa
checksum=bc8d3c73535b8838d8c8e2654d73edc4e6ae8c8acdb45d5df5dc9a1547446d43

archs="i686* x86_64* aarch64* ppc ppc-musl ppc64*"
nopie=yes
Expand Down Expand Up @@ -47,9 +47,6 @@ esac

pre_configure() {
autoreconf -fi

# XXX: empty file missing from 2.12 release
touch grub-core/extra_deps.lst
}

do_configure() {
Expand Down Expand Up @@ -158,10 +155,6 @@ do_install() {
${DESTDIR}/usr/bin/update-grub
chmod 755 ${DESTDIR}/usr/bin/update-grub

vmkdir usr/share/bash-completion/completions
mv ${DESTDIR}/etc/bash_completion.d/grub \
${DESTDIR}/usr/share/bash-completion/completions

# Remove useless tools
rm ${DESTDIR}/usr/bin/grub-ofpathname
rm ${DESTDIR}/usr/bin/grub-sparc64-setup
Expand Down
Loading