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

Jonas Witschel diabonas at archlinux.org
Wed Mar 31 09:25:00 UTC 2021


    Date: Wednesday, March 31, 2021 @ 09:25:00
  Author: diabonas
Revision: 910568

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-31 09:24:53 UTC (rev 910567)
+++ PKGBUILD	2021-03-31 09:25:00 UTC (rev 910568)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=shim
-pkgver=15.3
-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#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-testing-any/PKGBUILD (from rev 910567, shim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-31 09:25:00 UTC (rev 910568)
@@ -0,0 +1,46 @@
+# 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}"
+}



More information about the arch-commits mailing list