summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-29 10:06:54 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-29 10:06:54 -0200
commite25489ee605189470ee4e326ca79853a05701e21 (patch)
treed9076aafd6ea00ac39e1e4dca3eb04fdaccbc42b
parentecd472a82538e80a1942bdff6f22fe82b22affdc (diff)
gummiboot-41-1: updating version
-rw-r--r--libre/gummiboot/PKGBUILD21
1 files changed, 13 insertions, 8 deletions
diff --git a/libre/gummiboot/PKGBUILD b/libre/gummiboot/PKGBUILD
index 9e56d810c..147461c2b 100644
--- a/libre/gummiboot/PKGBUILD
+++ b/libre/gummiboot/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 200583 2013-11-29 11:48:46Z tpowa $
+# $Id: PKGBUILD 202399 2013-12-21 16:55:19Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
@@ -6,22 +6,27 @@
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
pkgname="gummiboot"
-pkgver="39"
+pkgver="41"
pkgrel="1"
pkgdesc="Simple text-mode UEFI Boot Manager (Parabola rebranded)"
url="http://freedesktop.org/wiki/Software/gummiboot"
arch=('x86_64' 'i686' 'mips64el')
-license=('LGPL2.1')
+license=('LGPL2.1' 'CCPL:cc-by-sa-3.0')
makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
depends=('util-linux')
conflicts=('gummiboot-efi')
provides=('gummiboot-efi')
replaces=('gummiboot-efi')
options=('!strip' '!makeflags')
-source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
+source=("git://anongit.freedesktop.org/${pkgname}#commit=ba731cee"
'loader.conf'
- 'parabola.conf')
+ 'parabola.conf'
+ 'splash-parabola.bmp')
install="gummiboot.install"
+md5sums=('SKIP'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15'
+ 'c146ea0e16fff867164e113c48c91fff')
build() {
cd ${srcdir}/${pkgname}
@@ -37,10 +42,10 @@ package() {
install -D -m0644 "${srcdir}/loader.conf" "${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
install -D -m0644 "${srcdir}/parabola.conf" "${pkgdir}/usr/lib/gummiboot/loader/entries/parabola.conf"
+ ## ship an Parabola GNU/Linux-libre boot splash (still has to be dropped in manually to take effect)
+ install -D -m0644 "${srcdir}/splash-parabola.bmp" "${pkgdir}/usr/lib/gummiboot/splash-parabola.bmp"
+
cd ${srcdir}/${pkgname}
make DESTDIR="${pkgdir}" install
}
-md5sums=('SKIP'
- '3d700d13aec5ab1b78a921eaf22e5bfa'
- '36ee74767ac8734dede1cbd0f4f275d7')