extra/chromium to 24.0.1312.56-1

This commit is contained in:
Kevin Mihelich 2013-01-23 00:35:51 +00:00
parent 2ba5eccd1a
commit 338b52ffc7
2 changed files with 6 additions and 7 deletions

View file

@ -15,14 +15,14 @@
buildarch=4
pkgname=chromium
pkgver=24.0.1312.52
pkgver=24.0.1312.56
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/"
license=('BSD')
depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss'
'libgcrypt' 'ttf-dejavu' 'desktop-file-utils' 'hicolor-icon-theme')
'libgcrypt' 'ttf-font' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
'elfutils' 'subversion')
optdepends=('kdebase-kdialog: needed for file dialogs in KDE')
@ -39,7 +39,7 @@ source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgna
chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
chromium-ppapi-r0.patch
chromium-no-pnacl-r0.patch)
sha256sums=('f30df8b0f4c999185bb11d873f0caa5d8bc581eb4f37ce0fe85fb7900a01d711'
sha256sums=('120bc74c72498916f44efebe32703e2a52e45ba7e6c536f465144816270b2c11'
'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
'478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
'4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
@ -60,9 +60,6 @@ build() {
# Fix build without NaCl pnacl toolchain (patch from Gentoo)
patch -Np0 -i "$srcdir/chromium-no-pnacl-r0.patch"
# 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
@ -108,7 +105,9 @@ build() {
-Darm_neon=0 \
-Darm_fpu=vfpv3-d16 \
-Dlinux_use_tcmalloc=0 \
-Ddisable_nacl=1
-Ddisable_nacl=1 \
-Dv8_use_arm_eabi_hardfloat=true \
-Darm_float_abi=hard
make chrome chrome_sandbox BUILDTYPE=Release
}

0
extra/chromium/chromium.sh Executable file → Normal file
View file