[arch-commits] Commit in gummiboot/trunk (PKGBUILD splash-arch.bmp)

Tom Gundersen tomegun at nymeria.archlinux.org
Sat Dec 21 16:55:19 UTC 2013


    Date: Saturday, December 21, 2013 @ 17:55:19
  Author: tomegun
Revision: 202399

upgpkg: gummiboot 41-1

upstream release

Added:
  gummiboot/trunk/splash-arch.bmp
Modified:
  gummiboot/trunk/PKGBUILD

-----------------+
 PKGBUILD        |   13 +++++++++----
 splash-arch.bmp |    2 ++
 2 files changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-21 16:20:51 UTC (rev 202398)
+++ PKGBUILD	2013-12-21 16:55:19 UTC (rev 202399)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas <grawity at gmail.com>
 
 pkgname="gummiboot"
-pkgver="40"
+pkgver="41"
 pkgrel="1"
 pkgdesc="Simple text-mode UEFI Boot Manager"
 url="http://freedesktop.org/wiki/Software/gummiboot"
@@ -17,13 +17,15 @@
 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'
-        'arch.conf')
+        'arch.conf'
+	'splash-arch.bmp')
 install="gummiboot.install"
 md5sums=('SKIP'
          '6ea803e5179d623716e3be0b636de658'
-         '82bda9612e3a361a74cf8de2a0134b15')
+         '82bda9612e3a361a74cf8de2a0134b15'
+         '1e2f9a8b0fa32022bf0a8f39123e5f4e')
 
 build() {
 	cd ${srcdir}/${pkgname}
@@ -39,6 +41,9 @@
 	install -D -m0644 "${srcdir}/loader.conf" "${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
 	install -D -m0644 "${srcdir}/arch.conf" "${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
 
+	## ship an Arch Linux boot splash (still has to be dropped in manually to take effect)
+	install -D -m0644 "${srcdir}/splash-arch.bmp" "${pkgdir}/usr/lib/gummiboot/splash-arch.bmp"
+
 	cd ${srcdir}/${pkgname}
 
 	make DESTDIR="${pkgdir}" install

Added: splash-arch.bmp
===================================================================
(Binary files differ)

Index: gummiboot/trunk/splash-arch.bmp
===================================================================
--- splash-arch.bmp	2013-12-21 16:20:51 UTC (rev 202398)
+++ splash-arch.bmp	2013-12-21 16:55:19 UTC (rev 202399)

Property changes on: gummiboot/trunk/splash-arch.bmp
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+image/x-ms-bmp
\ No newline at end of property



More information about the arch-commits mailing list