From 280c5c7a273189aa42ad5d398d4a02efdae4e51b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 27 Apr 2016 01:51:21 -0300 Subject: syslinux-6.03-6.parabola1: add compatibility patch for kbd 2.0.3 - FS#49046 -> https://bugs.archlinux.org/task/49046 --- libre/syslinux/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libre') diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD index 7cc47e40d..6c7f119bc 100644 --- a/libre/syslinux/PKGBUILD +++ b/libre/syslinux/PKGBUILD @@ -7,7 +7,7 @@ pkgname=syslinux pkgver=6.03 _tag=syslinux-$pkgver -pkgrel=5.parabola1 +pkgrel=6.parabola1 pkgdesc='Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE (Parabola rebranded)' url='http://www.syslinux.org/' arch=(i686 x86_64) @@ -41,6 +41,7 @@ source=(git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git#tag=$_tag btrfs-fix.patch::http://repo.or.cz/syslinux.git/patch/548386049cd41e887079cdb904d3954365eb28f3?hp=721a0af2f0ba111c31685c5f6c5481eb25346971 gcc-fix-alignment.patch::http://repo.or.cz/syslinux.git/patch/e5f2b577ded109291c9632dacb6eaa621d8a59fe?hp=8dc6d758b564a1ccc44c3ae11f265d43628219ce dont-guess-alignment.patch::http://repo.or.cz/syslinux.git/patch/0cc9a99e560a2f52bcf052fd85b1efae35ee812f?hp=e5f2b577ded109291c9632dacb6eaa621d8a59fe + kdb-230.patch::http://repo.or.cz/syslinux.git/patch/138e850fab106b5235178848b3e0d33e25f4d3a2 splash.png) sha1sums=('SKIP' 'e40acf4cf9d05ec000c59284f959d1540b35a3be' @@ -48,6 +49,7 @@ sha1sums=('SKIP' 'e1b6768e64f1f9448131b30f2b1f3389f36253f1' '08fe2ee244b33d0dc89c46048b7d04b99d13e071' '6a07327fd511796740fe75e59ff12e3aedf947d0' + '370b4bd392361d3fbc4a10f057d69c737acabd8a' 'aab1c7789e0d7290fe87538abad181abac069d40') _targets='bios efi32' @@ -65,6 +67,9 @@ prepare() { # FS#48214 patch -p1 < ../btrfs-fix.patch + # FS#49046 + patch -p1 < ../kdb-230.patch + # do not swallow efi compilation output to make debugging easier sed 's|> /dev/null 2>&1||' -i efi/check-gnu-efi.sh -- cgit v1.2.3