mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/chromium to 23.0.1271.64-1
This commit is contained in:
parent
25f14ec424
commit
f3137db90f
1 changed files with 4 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue