[arch-commits] Commit in efitools/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Tue Mar 12 14:03:57 UTC 2019
Date: Tuesday, March 12, 2019 @ 14:03:57
Author: tpowa
Revision: 347749
archrelease: copy trunk to extra-x86_64
Added:
efitools/repos/extra-x86_64/PKGBUILD
(from rev 347748, efitools/trunk/PKGBUILD)
Deleted:
efitools/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-12 14:03:49 UTC (rev 347748)
+++ PKGBUILD 2019-03-12 14:03:57 UTC (rev 347749)
@@ -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.8.1
-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=28687de80b18b3b35271de1d70769eac3c0b1ab4 # 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 347748, efitools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-12 14:03:57 UTC (rev 347749)
@@ -0,0 +1,44 @@
+# 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
+}
More information about the arch-commits
mailing list