[arch-commits] Commit in gnu-efi-libs/repos (6 files)

Anatol Pomozov anatolik at archlinux.org
Thu Jan 15 22:44:05 UTC 2015


    Date: Thursday, January 15, 2015 @ 23:44:04
  Author: anatolik
Revision: 229104

archrelease: copy trunk to extra-x86_64, extra-i686

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
    (from rev 229103, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
    (from rev 229103, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-i686/build-fix.patch
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/build-fix.patch

------------------------------+
 /PKGBUILD                    |   72 ++++++++++++++++++++++++++
 extra-i686/PKGBUILD          |   45 ----------------
 extra-i686/build-fix.patch   |  113 -----------------------------------------
 extra-x86_64/PKGBUILD        |   45 ----------------
 extra-x86_64/build-fix.patch |  113 -----------------------------------------
 5 files changed, 72 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-01-15 22:43:22 UTC (rev 229103)
+++ extra-i686/PKGBUILD	2015-01-15 22:44:04 UTC (rev 229104)
@@ -1,45 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}w"
-pkgrel="2"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/"
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz"
-        "build-fix.patch")
-
-prepare() {
-	cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-	patch -p1 -i "${srcdir}/build-fix.patch"
-}
-
-build() {
-	cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-	make -j1
-	make -j1 -C apps all
-
-}
-
-package() {
-	cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-	make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-	install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-	install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}
-
-md5sums=('36d1c5e7b6edd4733700aaf749d9b80c'
-         'c4f8e361fd3e133da1ef8307a302c424')

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 229103, gnu-efi-libs/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-01-15 22:44:04 UTC (rev 229104)
@@ -0,0 +1,36 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.1"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/"
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2")
+md5sums=('c4099c443b6b0c2b04dedc33e7814ec0')
+
+build() {
+	cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+	make -j1
+	make -j1 -C apps all
+
+}
+
+package() {
+	cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+	make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+	install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+	install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Deleted: extra-i686/build-fix.patch
===================================================================
--- extra-i686/build-fix.patch	2015-01-15 22:43:22 UTC (rev 229103)
+++ extra-i686/build-fix.patch	2015-01-15 22:44:04 UTC (rev 229104)
@@ -1,113 +0,0 @@
-From 0a69c42779d1d28aa406fa2c435b180156ee3435 Mon Sep 17 00:00:00 2001
-From: Fedora Ninjas <pjones at fedoraproject.org>
-Date: Thu, 15 May 2014 21:29:25 -0400
-Subject: [PATCH] Try to make this build.
-
----
- Make.defaults 
- inc/Makefile  
- 2 files changed, 12 insertions(+), 22 deletion(-)
-
-diff -up a/gnuefi/Makefile b/gnuefi/Makefile
---- a/gnuefi/Makefile	2014-05-15 17:15:54.000000000 -0500
-+++ b/gnuefi/Makefile	2014-05-19 14:02:29.048732554 -0500
-@@ -52,19 +52,6 @@ reloc_aarch64.o: CFLAGS += -fno-jump-tab
- 
- TARGETS	= crt0-efi-$(ARCH).o libgnuefi.a
- 
--INSTALLTARGETS = $(TARGETS)
--ifneq (,$(findstring FreeBSD,$(OS)))
-- ifeq ($(ARCH),x86_64)
--  INSTALLTARGETS += elf_$(ARCH)_fbsd_efi.lds
-- else
--  INSTALLTARGETS += elf_$(ARCH)_efi.lds
-- endif
--else
--  INSTALLTARGETS += elf_$(ARCH)_efi.lds
--endif
--
--LIBDIRINSTALL = $(INSTALLROOT)/$(LIBDIR)
--
- all:	$(TARGETS)
- 
- libgnuefi.a: $(patsubst %,libgnuefi.a(%),$(OBJS))
-@@ -72,14 +59,17 @@ libgnuefi.a: $(patsubst %,libgnuefi.a(%)
- clean:
- 	rm -f $(TARGETS) *~ *.o $(OBJS)
- 
--$(LIBDIRINSTALL):
--	mkdir -p $@
--
--.SECONDEXPANSION:
--
--$(LIBDIRINSTALL)/%: % | $$(dir $$@)
--	$(INSTALL) -m 644 $< $(dir $@)
--
--install: $(addprefix $(LIBDIRINSTALL)/,$(INSTALLTARGETS))
-+install:
-+	mkdir -p $(INSTALLROOT)/$(LIBDIR)
-+	$(INSTALL) -m 644 $(TARGETS) $(INSTALLROOT)/$(LIBDIR)
-+ifneq (,$(findstring FreeBSD,$(OS)))
-+ ifeq ($(ARCH),x86_64)
-+	$(INSTALL) -m 644 elf_$(ARCH)_fbsd_efi.lds $(INSTALLROOT)/$(LIBDIR)
-+ else
-+	$(INSTALL) -m 644 elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR)
-+ endif
-+else
-+	$(INSTALL) -m 644 elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR)
-+endif
- 
- include $(SRCDIR)/../Make.rules
-diff --git a/inc/Makefile b/inc/Makefile
-index 526af22..71fded5 100644
---- a/inc/Makefile
-+++ b/inc/Makefile
-@@ -8,34 +8,20 @@ TOPDIR = $(SRCDIR)/..
- 
- CDIR=$(TOPDIR)/..
- 
--INCDIRINSTALL = $(INSTALLROOT)$(PREFIX)/include/efi
--
--SRCHEADERS = $(wildcard $(SRCDIR)/*.h) \
--             $(wildcard $(SRCDIR)/protocol/*.h) \
--             $(wildcard $(SRCDIR)/$(ARCH)/*.h)
--ifeq ($(ARCH),ia64)
-- SRCHEADERS += $(wildcard $(SRCDIR)/protocol/$(ARCH)/*.h)
--endif
--
--HEADERS = $(patsubst $(SRCDIR)/%,%,$(SRCHEADERS))
--
- all:
- 
- clean:
- 
--	rm -f *~
--
--$(INCDIRINSTALL) \
--$(INCDIRINSTALL)/protocol \
--$(INCDIRINSTALL)/$(ARCH) \
--$(INCDIRINSTALL)/protocol/$(ARCH):
--	mkdir -p $@
--
--.SECONDEXPANSION:
--
--$(INCDIRINSTALL)/%.h: %.h | $$(dir $$@)
--	$(INSTALL) -m 644 $< $(dir $@)
--
--install: $(addprefix $(INCDIRINSTALL)/,$(HEADERS))
-+install:
-+	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi
-+	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol
-+	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
-+	$(INSTALL) -m 644 *.h $(INSTALLROOT)$(PREFIX)/include/efi
-+	$(INSTALL) -m 644 protocol/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol
-+	$(INSTALL) -m 644 $(ARCH)/*.h $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
-+ifeq ($(ARCH),ia64)
-+	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
-+	$(INSTALL) -m 644 protocol/ia64/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
-+endif
- 
- include $(SRCDIR)/../Make.rules
--- 
-1.8.3.1
-

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-01-15 22:43:22 UTC (rev 229103)
+++ extra-x86_64/PKGBUILD	2015-01-15 22:44:04 UTC (rev 229104)
@@ -1,45 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}w"
-pkgrel="2"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/"
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz"
-        "build-fix.patch")
-
-prepare() {
-	cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-	patch -p1 -i "${srcdir}/build-fix.patch"
-}
-
-build() {
-	cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-	make -j1
-	make -j1 -C apps all
-
-}
-
-package() {
-	cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-	make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-	install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-	install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}
-
-md5sums=('36d1c5e7b6edd4733700aaf749d9b80c'
-         'c4f8e361fd3e133da1ef8307a302c424')

Copied: gnu-efi-libs/repos/extra-x86_64/PKGBUILD (from rev 229103, gnu-efi-libs/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-01-15 22:44:04 UTC (rev 229104)
@@ -0,0 +1,36 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.1"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/"
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2")
+md5sums=('c4099c443b6b0c2b04dedc33e7814ec0')
+
+build() {
+	cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+	make -j1
+	make -j1 -C apps all
+
+}
+
+package() {
+	cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+	make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+	install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+	install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Deleted: extra-x86_64/build-fix.patch
===================================================================
--- extra-x86_64/build-fix.patch	2015-01-15 22:43:22 UTC (rev 229103)
+++ extra-x86_64/build-fix.patch	2015-01-15 22:44:04 UTC (rev 229104)
@@ -1,113 +0,0 @@
-From 0a69c42779d1d28aa406fa2c435b180156ee3435 Mon Sep 17 00:00:00 2001
-From: Fedora Ninjas <pjones at fedoraproject.org>
-Date: Thu, 15 May 2014 21:29:25 -0400
-Subject: [PATCH] Try to make this build.
-
----
- Make.defaults 
- inc/Makefile  
- 2 files changed, 12 insertions(+), 22 deletion(-)
-
-diff -up a/gnuefi/Makefile b/gnuefi/Makefile
---- a/gnuefi/Makefile	2014-05-15 17:15:54.000000000 -0500
-+++ b/gnuefi/Makefile	2014-05-19 14:02:29.048732554 -0500
-@@ -52,19 +52,6 @@ reloc_aarch64.o: CFLAGS += -fno-jump-tab
- 
- TARGETS	= crt0-efi-$(ARCH).o libgnuefi.a
- 
--INSTALLTARGETS = $(TARGETS)
--ifneq (,$(findstring FreeBSD,$(OS)))
-- ifeq ($(ARCH),x86_64)
--  INSTALLTARGETS += elf_$(ARCH)_fbsd_efi.lds
-- else
--  INSTALLTARGETS += elf_$(ARCH)_efi.lds
-- endif
--else
--  INSTALLTARGETS += elf_$(ARCH)_efi.lds
--endif
--
--LIBDIRINSTALL = $(INSTALLROOT)/$(LIBDIR)
--
- all:	$(TARGETS)
- 
- libgnuefi.a: $(patsubst %,libgnuefi.a(%),$(OBJS))
-@@ -72,14 +59,17 @@ libgnuefi.a: $(patsubst %,libgnuefi.a(%)
- clean:
- 	rm -f $(TARGETS) *~ *.o $(OBJS)
- 
--$(LIBDIRINSTALL):
--	mkdir -p $@
--
--.SECONDEXPANSION:
--
--$(LIBDIRINSTALL)/%: % | $$(dir $$@)
--	$(INSTALL) -m 644 $< $(dir $@)
--
--install: $(addprefix $(LIBDIRINSTALL)/,$(INSTALLTARGETS))
-+install:
-+	mkdir -p $(INSTALLROOT)/$(LIBDIR)
-+	$(INSTALL) -m 644 $(TARGETS) $(INSTALLROOT)/$(LIBDIR)
-+ifneq (,$(findstring FreeBSD,$(OS)))
-+ ifeq ($(ARCH),x86_64)
-+	$(INSTALL) -m 644 elf_$(ARCH)_fbsd_efi.lds $(INSTALLROOT)/$(LIBDIR)
-+ else
-+	$(INSTALL) -m 644 elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR)
-+ endif
-+else
-+	$(INSTALL) -m 644 elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR)
-+endif
- 
- include $(SRCDIR)/../Make.rules
-diff --git a/inc/Makefile b/inc/Makefile
-index 526af22..71fded5 100644
---- a/inc/Makefile
-+++ b/inc/Makefile
-@@ -8,34 +8,20 @@ TOPDIR = $(SRCDIR)/..
- 
- CDIR=$(TOPDIR)/..
- 
--INCDIRINSTALL = $(INSTALLROOT)$(PREFIX)/include/efi
--
--SRCHEADERS = $(wildcard $(SRCDIR)/*.h) \
--             $(wildcard $(SRCDIR)/protocol/*.h) \
--             $(wildcard $(SRCDIR)/$(ARCH)/*.h)
--ifeq ($(ARCH),ia64)
-- SRCHEADERS += $(wildcard $(SRCDIR)/protocol/$(ARCH)/*.h)
--endif
--
--HEADERS = $(patsubst $(SRCDIR)/%,%,$(SRCHEADERS))
--
- all:
- 
- clean:
- 
--	rm -f *~
--
--$(INCDIRINSTALL) \
--$(INCDIRINSTALL)/protocol \
--$(INCDIRINSTALL)/$(ARCH) \
--$(INCDIRINSTALL)/protocol/$(ARCH):
--	mkdir -p $@
--
--.SECONDEXPANSION:
--
--$(INCDIRINSTALL)/%.h: %.h | $$(dir $$@)
--	$(INSTALL) -m 644 $< $(dir $@)
--
--install: $(addprefix $(INCDIRINSTALL)/,$(HEADERS))
-+install:
-+	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi
-+	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol
-+	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
-+	$(INSTALL) -m 644 *.h $(INSTALLROOT)$(PREFIX)/include/efi
-+	$(INSTALL) -m 644 protocol/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol
-+	$(INSTALL) -m 644 $(ARCH)/*.h $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
-+ifeq ($(ARCH),ia64)
-+	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
-+	$(INSTALL) -m 644 protocol/ia64/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
-+endif
- 
- include $(SRCDIR)/../Make.rules
--- 
-1.8.3.1
-



More information about the arch-commits mailing list