[arch-commits] Commit in shim/repos/community-any (PKGBUILD PKGBUILD)

Jonas Witschel diabonas at gemini.archlinux.org
Tue Feb 22 19:56:54 UTC 2022


    Date: Tuesday, February 22, 2022 @ 19:56:53
  Author: diabonas
Revision: 1136129

archrelease: copy trunk to community-any

Added:
  shim/repos/community-any/PKGBUILD
    (from rev 1136128, shim/trunk/PKGBUILD)
Deleted:
  shim/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   93 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 19:56:34 UTC (rev 1136128)
+++ PKGBUILD	2022-02-22 19:56:53 UTC (rev 1136129)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-
-pkgname=shim
-pkgver=15.4
-pkgrel=1
-pkgdesc="EFI preloader (unsigned EFI binaries)"
-arch=('any')
-url="https://github.com/rhboot/shim"
-license=('BSD')
-makedepends=('git')
-checkdepends=('xxd')
-source=("git+https://github.com/rhboot/shim.git#tag=${pkgver}?signed"
-        'rhboot-gnu-efi::git+https://github.com/rhboot/gnu-efi.git')
-md5sums=('SKIP'
-         'SKIP')
-validpgpkeys=('B00B48BC731AA8840FED9FB0EED266B70F4FEF10') # Peter Jones <pjones at redhat.com>
-
-prepare() {
-  cd "$pkgname"
-  git submodule init
-  git config submodule.gnu-efi.url "$srcdir/rhboot-gnu-efi"
-  git submodule update
-  # -Werror, not even once
-  sed -e 's/-Werror //g' -i Makefile Make.defaults
-}
-
-build() {
-  cd "$pkgname"
-  # TODO: evaluate setting DEFAULT_LOADER to e.g. loader.efi:
-  # this would require changing grub's default, but would allow us to unify
-  make EFIDIR='ARCH'
-}
-
-check() {
-  cd "$pkgname"
-  make test
-}
-
-package() {
-  cd "$pkgname"
-  make DATATARGETDIR="/usr/share/${pkgname}" DESTDIR="$pkgdir/" install-as-data
-  install -vDm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {BUILDING,README.{md,fallback,tpm},TODO} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: shim/repos/community-any/PKGBUILD (from rev 1136128, shim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-22 19:56:53 UTC (rev 1136129)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+
+pkgname=shim
+pkgver=15.5
+pkgrel=1
+pkgdesc="EFI preloader (unsigned EFI binaries)"
+arch=('any')
+url="https://github.com/rhboot/shim"
+license=('BSD')
+makedepends=('git')
+checkdepends=('efivar' 'xxd')
+source=("git+https://github.com/rhboot/shim.git#tag=${pkgver}?signed"
+        'rhboot-gnu-efi::git+https://github.com/rhboot/gnu-efi.git')
+md5sums=('SKIP'
+         'SKIP')
+validpgpkeys=('B00B48BC731AA8840FED9FB0EED266B70F4FEF10'  # Peter Jones <pjones at redhat.com>
+              '039A9CEA19DE9508C36875AA2532F9176A95A442') # Robbie Harwood (work) <rharwood at fedoraproject.org>
+
+prepare() {
+  cd "$pkgname"
+  git submodule init
+  git config submodule.gnu-efi.url "$srcdir/rhboot-gnu-efi"
+  git submodule update
+  # -Werror, not even once
+  sed -e 's/-Werror\b//g' -i Makefile Make.defaults
+}
+
+build() {
+  cd "$pkgname"
+  # TODO: evaluate setting DEFAULT_LOADER to e.g. loader.efi:
+  # this would require changing grub's default, but would allow us to unify
+  make EFIDIR='ARCH'
+}
+
+check() {
+  cd "$pkgname"
+  make test
+}
+
+package() {
+  cd "$pkgname"
+  make DATATARGETDIR="/usr/share/${pkgname}" DESTDIR="$pkgdir/" install-as-data
+  install -vDm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {BUILDING,README.{md,fallback,tpm},TODO} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list