Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Packages
Core
grub
Commits
f42474f3
Commit
f42474f3
authored
Mar 13, 2021
by
Philip Müller
Browse files
[pkg-upd] 2.04-22
- bump to 2.06-rc1
parent
834463f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
f42474f3
...
...
@@ -16,8 +16,8 @@ _IA32_EFI_IN_ARCH_X64="1"
## "1" to enable EMU build, "0" to disable
_GRUB_EMU_BUILD
=
"1"
_GRUB_INT_VER
=
"2.0
5
"
_GRUB_COMMIT
=
"
8fcfd1e0fc72d58766ce3dc09cf883c032f063f6
"
_GRUB_INT_VER
=
"2.0
6~rc1
"
_GRUB_COMMIT
=
"
a53e530f8ad3770c3b03c208c08ae4162f68e3b1
"
_GRUB_EXTRAS_COMMIT
=
"8a245d5c1800627af4cefa99162a89c7a46d8842"
_GNULIB_COMMIT
=
"3b0808afa4236e6fa221eac2ec25dc2a8ef09557"
_UNIFONT_VER
=
"13.0.06"
...
...
@@ -30,7 +30,7 @@ _UNIFONT_VER="13.0.06"
pkgname
=
"grub"
pkgver
=
2.04
pkgrel
=
2
1
pkgrel
=
2
2
pkgdesc
=
"GNU GRand Unified Bootloader (2)"
arch
=(
'x86_64'
'i686'
)
url
=
"https://www.gnu.org/software/grub/"
...
...
@@ -74,8 +74,6 @@ source=("grub::git+https://git.savannah.gnu.org/git/grub.git#commit=$_GRUB_COMMI
'grub-add-GRUB_COLOR_variables.patch'
'grub-manjaro-modifications.patch'
'grub-use-efivarfs.patch'
'0001-templates-Properly-disable-the-os-prober-by-default.patch'
'0002-templates-echo-to-terminal.patch'
'0001-grub-maybe_quiet.patch'
'0002-grub-gettext_quiet.patch'
'0003-grub-quick-boot.patch'
...
...
@@ -95,8 +93,6 @@ sha256sums=('SKIP'
'4f91fda4262115a51fd8fdd7375160b8308b504b31bd6f1be6d2048d5e4a6ad2'
'2f4f0715dceddffbed55c57c51b6f8d91c59b6b313dc495f165d4847f77cbd74'
'20b2b6e7f501596b5cce6ffa05906980427f760c03d308d0e045cf2ecf47bb0e'
'94b5e8ad6d979948ad3d342386fa6bc0634653e7e824a895e21188082efbbcab'
'bc75b0083849047a7627c8253356ab98a36ee77fa6ce961cb67d5a6a1d63c53e'
'4a0a90ae29c97b395c0610f6d78f3d39d57a7a4b41647ace9bcce4b864e19497'
'39d7843dfe1e10ead912a81be370813b8621794a7967b3cc5e4d4188b5bf7264'
'4cae03685c238a60169f1134165ff010faebddb5b3218d92d32e0b6729b27656'
...
...
@@ -152,10 +148,6 @@ prepare() {
echo
"Patch to export
$PATH
"
patch
-Np1
-i
"
${
srcdir
}
/grub-export-path.patch"
echo
"Disable os-prober by default"
patch
-Np1
-i
"
${
srcdir
}
/0001-templates-Properly-disable-the-os-prober-by-default.patch"
patch
-Np1
-i
"
${
srcdir
}
/0002-templates-echo-to-terminal.patch"
echo
"Patch to enable GRUB_COLOR_* variables in grub-mkconfig"
## Based on http://lists.gnu.org/archive/html/grub-devel/2012-02/msg00021.html
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment