chromium: update to 41.0.2272.89.
This commit is contained in:
parent
58f3501baf
commit
886159a90d
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
# 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=40.0.2214.115
|
version=41.0.2272.89
|
||||||
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>"
|
||||||
homepage="http://www.chromium.org/"
|
homepage="http://www.chromium.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://commondatastorage.googleapis.com/${pkgname}-browser-official/${pkgname}-${version}.tar.xz"
|
distfiles="https://commondatastorage.googleapis.com/${pkgname}-browser-official/${pkgname}-${version}.tar.xz"
|
||||||
checksum=2261b96dba5747b52512e2391956c54f4e36b9bbaa310b16c7fb0f1e4efba6a5
|
checksum=93474277cefcf59973e0a65449178b891a4a3b6e84bec6b149e45f74b1675de9
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
|
@ -39,7 +39,8 @@ pre_configure() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
# Download NaCL toolchains
|
# Download NaCL toolchains
|
||||||
python2 build/download_nacl_toolchains.py \
|
python2 build/download_nacl_toolchains.py \
|
||||||
--packages nacl_x86_newlib,pnacl_newlib,pnacl_translator
|
--packages nacl_x86_newlib,pnacl_newlib,pnacl_translator \
|
||||||
|
sync --extract
|
||||||
fi
|
fi
|
||||||
# Remove bundled ICU; its header files appear to get picked up instead of
|
# Remove bundled ICU; its header files appear to get picked up instead of
|
||||||
# the system ones, leading to errors during the final link stage
|
# the system ones, leading to errors during the final link stage
|
||||||
|
@ -192,8 +193,7 @@ do_install() {
|
||||||
${DESTDIR}/usr/lib/chromium
|
${DESTDIR}/usr/lib/chromium
|
||||||
cp out/Release/nacl_irt_x86_64.nexe ${DESTDIR}/usr/lib/chromium
|
cp out/Release/nacl_irt_x86_64.nexe ${DESTDIR}/usr/lib/chromium
|
||||||
fi
|
fi
|
||||||
cp out/Release/{*.pak,libffmpegsumo.so} \
|
cp out/Release/{*.pak,*.bin,libffmpegsumo.so,libpdf.so} \
|
||||||
out/Release/libpdf.so \
|
|
||||||
${DESTDIR}/usr/lib/chromium
|
${DESTDIR}/usr/lib/chromium
|
||||||
|
|
||||||
cp -a out/Release/locales ${DESTDIR}/usr/lib/chromium
|
cp -a out/Release/locales ${DESTDIR}/usr/lib/chromium
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue