Skip to content

Commit

Permalink
chromium: version bumped to 42.0.2311.90
Browse files Browse the repository at this point in the history
Does not play nice with system zlib at the moment.
  • Loading branch information
Ratler committed Apr 25, 2015
1 parent 932e2bb commit 30d9c0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/chromium/BUILD
Expand Up @@ -20,7 +20,7 @@
install -Dm4755 -o root -g root out/Release/chrome_sandbox ${CHROMIUM_HOME}/chrome-sandbox &&
install -D out/Release/chromedriver ${CHROMIUM_HOME}/chromedriver &&

cp out/Release/{*.pak,libffmpegsumo.so,libpdf.so,*.TOC} ${CHROMIUM_HOME} &&
cp out/Release/{*.pak,*.bin,libffmpegsumo.so} ${CHROMIUM_HOME} &&

cp -a out/Release/locales out/Release/resources ${CHROMIUM_HOME}/ &&

Expand Down
6 changes: 3 additions & 3 deletions web/chromium/DETAILS
@@ -1,14 +1,14 @@
MODULE=chromium
VERSION=40.0.2214.115
VERSION=42.0.2311.90
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE2=chromium-system-jinja-r7.patch
SOURCE_URL=https://gsdview.appspot.com/chromium-browser-official/
SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/chromium/files/
SOURCE_VFY=sha256:2261b96dba5747b52512e2391956c54f4e36b9bbaa310b16c7fb0f1e4efba6a5
SOURCE_VFY=sha256:60b0eb38c1c3d0cc998dae70b7333e53b715cff2847c1652e03d1723300db4c9
SOURCE2_VFY=sha256:ff06a869615dd10ed3b26946b6a3113b3866c4d72183037be30996857e56ce32
WEB_SITE=http://www.chromium.org/Home
ENTERED=20100104
UPDATED=20150221
UPDATED=20150425
SHORT="Open-source version of Google Chrome web browser"

cat << EOF
Expand Down
2 changes: 1 addition & 1 deletion web/chromium/PRE_BUILD
Expand Up @@ -92,7 +92,7 @@ google_default_client_secret=mz6fvViZFucQ5QVggWaqOjYX &&
-Duse_system_snappy=1 \
-Duse_system_speex=1 \
-Duse_system_xdg_utils=1 \
-Duse_system_zlib=1 \
-Duse_system_zlib=0 \
-Dlinux_link_libspeechd=1 \
-Dlibspeechd_h_prefix=speech-dispatcher/ \
-Dremove_webcore_debug_symbols=1 \
Expand Down

0 comments on commit 30d9c0e

Please sign in to comment.