chromium: update to 32.0.1700.102.

This commit is contained in:
Juan RP 2014-01-30 20:47:48 +01:00
parent 4844107a2a
commit 59a40181cf

View file

@ -1,7 +1,7 @@
# Template file for 'chromium' # Template file for 'chromium'
pkgname=chromium pkgname=chromium
#See http://www.chromium.org/developers/calendar for the latest version #See http://www.chromium.org/developers/calendar for the latest version
version=30.0.1599.66 version=32.0.1700.102
revision=1 revision=1
short_desc="Google's attempt at creating a safer, faster, and more stable browser" short_desc="Google's attempt at creating a safer, faster, and more stable browser"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -16,7 +16,7 @@ long_desc="
auto-updater system." auto-updater system."
_url_base="https://commondatastorage.googleapis.com" _url_base="https://commondatastorage.googleapis.com"
_toolchains_rev=12029 _toolchains_rev=12181
create_srcdir=yes create_srcdir=yes
@ -27,11 +27,11 @@ distfiles="
${_url_base}/nativeclient-archive2/toolchain/${_toolchains_rev}/naclsdk_pnacl_translator.tgz ${_url_base}/nativeclient-archive2/toolchain/${_toolchains_rev}/naclsdk_pnacl_translator.tgz
${_url_base}/nativeclient-archive2/toolchain/${_toolchains_rev}/naclsdk_pnacl_translator.tgz.sha1hash" ${_url_base}/nativeclient-archive2/toolchain/${_toolchains_rev}/naclsdk_pnacl_translator.tgz.sha1hash"
checksum=" checksum="
8fe8262fd69b59c759916d17eaf4225d1d5b64c468629cb9a684144d3cd15724 da13d46517053541fc110acbbdc3b529f96a31a68f7d9b75dc1198c64e83bc4b
641e2acf0e755bfe052016164e9e0198104130b612a042eacf259a2f2630d6cd cb4ac159f61de5e75d339813c0fc74f986156310a2c43a30ba40125951e72450
6ce53b1af8fef34c1557c7fbb764cfbca29cb70b8ee3367746a31976cf115e01 ad229b69a5af72a9fa7cf2167ee48560cc11049206e4ef919cb31d1273d6409f
0b7afcbad1461336e7062d7c8d64e67e670a1fce07214e24313204af1f3a5a70 fdb8309ef2b1c8600d63c4420ac02d66d85ab9befe98d99e9706828870730077
d6c5ed767ee9ee4e92b4de958cd32b0152783f170c1483fe99d2199fc2623813" 162cf456b0a1cb4ce505004f828a09164ee3e3c8274739c6d5e972bf0ef1cfe9"
skip_extraction=" skip_extraction="
naclsdk_linux_x86.tgz naclsdk_linux_x86.tgz
naclsdk_pnacl_linux_x86.tgz naclsdk_pnacl_linux_x86.tgz
@ -50,7 +50,7 @@ makedepends="libpng-devel>=1.6 gtk+-devel nss-devel GConf-devel pciutils-devel
depends="desktop-file-utils hicolor-icon-theme" depends="desktop-file-utils hicolor-icon-theme"
nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe" nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe"
if [ "$XBPS_MACHINE" = "x86_64" ]; then if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
makedepends+=" gcc-c++-multilib" makedepends+=" gcc-c++-multilib"
fi fi
@ -79,9 +79,6 @@ do_configure() {
-Dgoogle_default_client_id=858256686058.apps.googleusercontent.com -Dgoogle_default_client_id=858256686058.apps.googleusercontent.com
-Dgoogle_default_client_secret=sMVx271L_MAz23TW2ek3AASn" -Dgoogle_default_client_secret=sMVx271L_MAz23TW2ek3AASn"
# Never tell the build system to "enable" SSE2, it has a few unexpected issues.
conf+=" -Ddisable_sse2=1"
# Disable glibc Native Client toolchain. # Disable glibc Native Client toolchain.
conf+=" -Ddisable_glibc=1" conf+=" -Ddisable_glibc=1"
@ -92,6 +89,7 @@ do_configure() {
# TODO: use_system_ssl (http://crbug.com/58087). # TODO: use_system_ssl (http://crbug.com/58087).
# TODO: use_system_sqlite (http://crbug.com/22208). # TODO: use_system_sqlite (http://crbug.com/22208).
conf+=" conf+="
-Dpython_ver=2.7
-Duse_system_bzip2=1 -Duse_system_bzip2=1
-Duse_system_flac=1 -Duse_system_flac=1
-Duse_system_harfbuzz=1 -Duse_system_harfbuzz=1
@ -147,9 +145,6 @@ do_configure() {
# the build to fail because of that. # the build to fail because of that.
conf+=" -Dwerror=" conf+=" -Dwerror="
# Disable tcmalloc.
conf+=" -Dlinux_use_tcmalloc=0"
# Save space by removing DLOG and DCHECK messages (about 6% reduction). # Save space by removing DLOG and DCHECK messages (about 6% reduction).
conf+=" -Dlogging_like_official_build=1" conf+=" -Dlogging_like_official_build=1"