[arch-commits] Commit in refind-efi/trunk (2 files)

Tobias Powalowski tpowa at archlinux.org
Wed Jan 2 15:19:30 UTC 2013


    Date: Wednesday, January 2, 2013 @ 10:19:30
  Author: tpowa
Revision: 174138

upgpkg: refind-efi 0.6.2-1

bump to 0.6.2

Modified:
  refind-efi/trunk/PKGBUILD
  refind-efi/trunk/refind_include_more_shell_paths.patch

---------------------------------------+
 PKGBUILD                              |    6 +++---
 refind_include_more_shell_paths.patch |   12 ++----------
 2 files changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-02 14:44:16 UTC (rev 174137)
+++ PKGBUILD	2013-01-02 15:19:30 UTC (rev 174138)
@@ -11,7 +11,7 @@
 #######
 
 pkgname="refind-efi"
-pkgver="0.6.0"
+pkgver="0.6.2"
 pkgrel="1"
 pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore UDK libs"
 url="http://www.rodsbooks.com/refind/index.html"
@@ -231,7 +231,7 @@
 	install -D -m0644 "${srcdir}/refind-${pkgver}/LICENSE.txt" "${pkgdir}/usr/share/licenses/refind/LICENSE"
 	
 }
-md5sums=('a27c7a2a6bb3878b4bb0ec5e8a6d6f37'
+md5sums=('ff47bbfcce48ed3d9145180c5b389bc7'
          '98291849f9530c8ddb71b6563c61fb24'
-         '9051a5235ec58f5448a1b58727601e98'
+         '3c12f0b5ea52d659c07f2ba9c226a5ab'
          'a83e45b10d5efbca1c93a63851728712')

Modified: refind_include_more_shell_paths.patch
===================================================================
--- refind_include_more_shell_paths.patch	2013-01-02 14:44:16 UTC (rev 174137)
+++ refind_include_more_shell_paths.patch	2013-01-02 15:19:30 UTC (rev 174138)
@@ -2,16 +2,8 @@
 index beac3bf..1a2cf58 100644
 --- a/refind/main.c
 +++ b/refind/main.c
-@@ -62,13 +62,13 @@
- 
- #define MACOSX_LOADER_PATH      L"System\\Library\\CoreServices\\boot.efi"
- #if defined (EFIX64)
--#define SHELL_NAMES             L"\\EFI\\tools\\shell.efi,\\shellx64.efi"
-+#define SHELL_NAMES             L"\\EFI\\tools\\shellx64.efi,\\EFI\\tools\\shell.efi,\\shellx64.efi"
- #define DRIVER_DIRS             L"drivers,drivers_x64"
- #elif defined (EFI32)
--#define SHELL_NAMES             L"\\EFI\\tools\\shell.efi,\\shellia32.efi"
-+#define SHELL_NAMES             L"\\EFI\\tools\\shellia32.efi,\\EFI\\tools\\shell.efi,\\shellia32.efi"
+@@ -62,5 +62,5 @@
+ #define SHELL_NAMES             L"\\EFI\\tools\\shell.efi,\\EFI\\tools\\shellia32.efi,\\shellia32.efi"
  #define DRIVER_DIRS             L"drivers,drivers_ia32"
  #else
 -#define SHELL_NAMES             L"\\EFI\\tools\\shell.efi"




More information about the arch-commits mailing list