[arch-commits] Commit in grub/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Apr 26 09:27:25 UTC 2021


    Date: Monday, April 26, 2021 @ 09:27:25
  Author: eworm
Revision: 413874

drop grub-extras from build (FS#69344)

This has not been used anyway... It broke with updating gnulib.

Modified:
  grub/trunk/PKGBUILD

----------+
 PKGBUILD |    8 --------
 1 file changed, 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-26 09:13:18 UTC (rev 413873)
+++ PKGBUILD	2021-04-26 09:27:25 UTC (rev 413874)
@@ -60,7 +60,6 @@
               '95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy <unifoundry at unifoundry.com>
 
 source=("git+https://git.savannah.gnu.org/git/grub.git#tag=${_tag}?signed"
-        "git+https://git.savannah.gnu.org/git/grub-extras.git#commit=${_GRUB_EXTRAS_COMMIT}"
         "git+https://git.savannah.gnu.org/git/gnulib.git#commit=${_GNULIB_COMMIT}"
         "https://ftp.gnu.org/gnu/unifont/unifont-${_UNIFONT_VER}/unifont-${_UNIFONT_VER}.bdf.gz"{,.sig}
         '0001-00_header-add-GRUB_COLOR_-variables.patch'
@@ -69,7 +68,6 @@
 
 sha256sums=('SKIP'
             'SKIP'
-            'SKIP'
             'b7668a5d498972dc4981250c49f83601babce797be19b4fdd0f2f1c6cfbd0fc5'
             'SKIP'
             '5dee6628c48eef79812bb9e86ee772068d85e7fcebbd2b2b8d1e19d24eda9dab'
@@ -156,12 +154,6 @@
 	cp -r "${srcdir}/grub/" "${srcdir}/grub-bios/"
 	cd "${srcdir}/grub-bios/"
 
-	echo "Add the grub-extra sources for bios build..."
-	install -d "${srcdir}/grub-bios/grub-extras"
-	cp -r "${srcdir}/grub-extras/915resolution" \
-		"${srcdir}/grub-bios/grub-extras/915resolution"
-	export GRUB_CONTRIB="${srcdir}/grub-bios/grub-extras/"
-
 	echo "Unset all compiler FLAGS for bios build..."
 	unset CFLAGS
 	unset CPPFLAGS



More information about the arch-commits mailing list