[arch-commits] Commit in efitools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Tue May 19 06:10:37 UTC 2020


    Date: Tuesday, May 19, 2020 @ 06:10:37
  Author: allan
Revision: 386024

archrelease: copy trunk to extra-x86_64

Added:
  efitools/repos/extra-x86_64/PKGBUILD
    (from rev 386023, efitools/trunk/PKGBUILD)
Deleted:
  efitools/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 06:10:22 UTC (rev 386023)
+++ PKGBUILD	2020-05-19 06:10:37 UTC (rev 386024)
@@ -1,44 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# 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=1
-pkgdesc="Tools for manipulating UEFI secure boot platforms"
-url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
-arch=('x86_64')
-replaces=('prebootloader')
-license=('GPL' 'LGPL2.1')
-options=('!strip' '!makeflags')
-makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
-depends=('openssl')
-_commit=392836a46ce3c92b55dc88a1aebbcfdfc5dcddce # master
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-	cd "${pkgname}"
-	echo "$(git describe --tags)" | sed -e 's|-|\.|g' -e 's|^v||g'
-}
-
-prepare() {
-	cd "${pkgname}"
-	git clean -x -d -f
-	sed -i "s/-O2/${CFLAGS} -Wno-pointer-sign/" Make.rules
-}
-
-build() {
-	cd "${pkgname}"
-	# fix PreLoader.efi building on x86_64 #49314
-	export ARCH="${CARCH}"
-	make
-}
-
-package() {
-	# http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
-	# http://blog.hansenpartnership.com/uefi-secure-boot/
-	# http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
-	cd "${pkgname}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: efitools/repos/extra-x86_64/PKGBUILD (from rev 386023, efitools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-19 06:10:37 UTC (rev 386024)
@@ -0,0 +1,45 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# 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=2
+pkgdesc="Tools for manipulating UEFI secure boot platforms"
+url="https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
+arch=('x86_64')
+replaces=('prebootloader')
+license=('GPL' 'LGPL2.1')
+options=('!strip' '!makeflags')
+makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
+depends=('openssl')
+_commit=392836a46ce3c92b55dc88a1aebbcfdfc5dcddce # master
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+	cd "${pkgname}"
+	echo "$(git describe --tags)" | sed -e 's|-|\.|g' -e 's|^v||g'
+}
+
+prepare() {
+	cd "${pkgname}"
+	git clean -x -d -f
+	sed -i "s/-O2/${CFLAGS} -Wno-pointer-sign/" Make.rules
+	sed -i "s/EFI_WARN_UNKOWN_GLYPH/EFI_WARN_UNKNOWN_GLYPH/" lib/console.c
+}
+
+build() {
+	cd "${pkgname}"
+	# fix PreLoader.efi building on x86_64 #49314
+	export ARCH="${CARCH}"
+	make
+}
+
+package() {
+	# http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
+	# http://blog.hansenpartnership.com/uefi-secure-boot/
+	# http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
+	cd "${pkgname}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list