Date: Wednesday, November 2, 2022 @ 10:25:33
  Author: foutrelis
Revision: 460084

archrelease: copy trunk to staging-x86_64

Added:
  efitools/repos/staging-x86_64/
  efitools/repos/staging-x86_64/PKGBUILD
    (from rev 460083, efitools/trunk/PKGBUILD)
  efitools/repos/staging-x86_64/efitools-1.9.2-console_warning_typo.patch
    (from rev 460083, efitools/trunk/efitools-1.9.2-console_warning_typo.patch)
  efitools/repos/staging-x86_64/keys/

-------------------------------------------+
 PKGBUILD                                  |   37 ++++++++++++++++++++++++++++
 efitools-1.9.2-console_warning_typo.patch |   13 +++++++++
 2 files changed, 50 insertions(+)

Copied: efitools/repos/staging-x86_64/PKGBUILD (from rev 460083, 
efitools/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2022-11-02 10:25:33 UTC (rev 460084)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname=efitools
+pkgver=1.9.2
+pkgrel=5
+pkgdesc="Tools for manipulating UEFI secure boot platforms"
+url="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/about/";
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+makedepends=(git gnu-efi-libs help2man perl-file-slurp sbsigntools)
+depends=(glibc openssl)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver}?signed";
+        "${pkgname}-1.9.2-console_warning_typo.patch")
+sha512sums=('SKIP'
+            
'9e609eb4fb2a7116166626d15470d66e2eb66a25867618d4065d48636304f88549a71c5e827ac92750183f0fabaa3b84beea3dffa905031a2867939bfae955e7')
+validpgpkeys=('D5606E73C8B46271BEAD9ADF814AE47C214854D6') # James Bottomley 
<[email protected]>
+
+prepare() {
+  cd "${pkgname}"
+  patch -Np1 -i "../${pkgname}-1.9.2-console_warning_typo.patch"
+}
+
+build() {
+  # fix PreLoader.efi building on x86_64 #49314
+  export ARCH="${CARCH}"
+  # build with one job because the Makefile does not support parallel jobs ;_;
+  # https://bugs.archlinux.org/task/73600
+  make -j1 -C "${pkgname}"
+}
+
+package() {
+  make DESTDIR="${pkgdir}" install -C "${pkgname}"
+  install -vDm 644 "${pkgname}/"README -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: efitools/repos/staging-x86_64/efitools-1.9.2-console_warning_typo.patch 
(from rev 460083, efitools/trunk/efitools-1.9.2-console_warning_typo.patch)
===================================================================
--- staging-x86_64/efitools-1.9.2-console_warning_typo.patch                    
        (rev 0)
+++ staging-x86_64/efitools-1.9.2-console_warning_typo.patch    2022-11-02 
10:25:33 UTC (rev 460084)
@@ -0,0 +1,13 @@
+diff --git i/lib/console.c w/lib/console.c
+index 9c10560..dc0f9e7 100644
+--- i/lib/console.c
++++ w/lib/console.c
+@@ -357,7 +357,7 @@ static struct {
+       {  EFI_SECURITY_VIOLATION,     L"Security Violation"},
+ 
+       // warnings
+-      {  EFI_WARN_UNKOWN_GLYPH,      L"Warning Unknown Glyph"},
++      {  EFI_WARN_UNKNOWN_GLYPH,      L"Warning Unknown Glyph"},
+       {  EFI_WARN_DELETE_FAILURE,    L"Warning Delete Failure"},
+       {  EFI_WARN_WRITE_FAILURE,     L"Warning Write Failure"},
+       {  EFI_WARN_BUFFER_TOO_SMALL,  L"Warning Buffer Too Small"},

Reply via email to