extra/chromium to 26.0.1410.63-1

This commit is contained in:
Kevin Mihelich 2013-04-10 00:24:19 +00:00
parent 67679c5286
commit b707c60316

View file

@ -16,8 +16,8 @@ buildarch=4
highmem=1
pkgname=chromium
pkgver=26.0.1410.43
pkgrel=3
pkgver=26.0.1410.63
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')
url="http://www.chromium.org/"
@ -45,7 +45,7 @@ source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgna
chromium-26.0.1410.43-audio-buffer-size.patch
chromium-26.0.1410.43-speechd-0.8.patch
die-sysroot-die.patch)
sha256sums=('31021f81642124b75cb9fa68aa806206dea345bf1aaf7094c71b3f84344b1d84'
sha256sums=('7af8f70745992afdee0196039b5beab1b86b6de7fa70ca4f4a04dc335f034b3f'
'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
'478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
'4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
@ -93,6 +93,9 @@ build() {
# CFLAGS are passed through release_extra_cflags below
export -n CFLAGS CXXFLAGS
# Silence "locally defined but not used" warnings in Chromium and WebKit
CFLAGS+=' -Wno-unused-local-typedefs'
build/gyp_chromium --depth=. \
-Dwerror= \
-Dlinux_link_gsettings=1 \