[arch-commits] Commit in grub/trunk (PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Jun 26 18:33:34 UTC 2013


    Date: Wednesday, June 26, 2013 @ 20:33:33
  Author: tpowa
Revision: 188948

upgpkg: grub 2.00.5043-2

fix .mo files for bzr branch

Modified:
  grub/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-26 12:38:20 UTC (rev 188947)
+++ PKGBUILD	2013-06-26 18:33:33 UTC (rev 188948)
@@ -12,7 +12,7 @@
 pkgname=grub
 pkgdesc="GNU GRand Unified Bootloader (2)"
 pkgver=2.00.${_GRUB_BZR_REV}
-pkgrel=1
+pkgrel=2
 url="https://www.gnu.org/software/grub/"
 arch=('x86_64' 'i686')
 license=('GPL3')
@@ -183,7 +183,11 @@
 	
 	## Requires python2
 	# sed 's|python |python2 |g' -i "${srcdir}/grub-${pkgver}/autogen.sh"
-	
+
+        ## pull in language files
+        ./linguas.sh
+        # remove not working langs which need LC_ALL=C.UTF-8
+        sed -i -e 's#en at cyrillic en at greek##g' po/LINGUAS
 	_build_grub-common_and_bios
 	echo
 	




More information about the arch-commits mailing list