extra/chromium to 23.0.1271.64-1

This commit is contained in:
Kevin Mihelich 2012-11-09 22:36:12 +00:00
parent 25f14ec424
commit f3137db90f

View file

@ -15,7 +15,7 @@
buildarch=4
pkgname=chromium
pkgver=22.0.1229.94
pkgver=23.0.1271.64
pkgrel=1
pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
arch=('i686' 'x86_64')
@ -59,6 +59,9 @@ build() {
# http://code.google.com/p/chromium/issues/detail?id=109527
sed -i 's|glib/gutils.h|glib.h|' ui/base/l10n/l10n_util.cc
# Missing gyp files in tarball (http://crbug.com/144823)
sed -i '/nacl_test_data\.gyp/d' chrome/chrome_tests.gypi
# Use Python 2
find . -type f -exec sed -i -r \
-e 's|/usr/bin/python$|&2|g' \