From fcd5fc0b49c8553584243ef47fb2d29479bbf419 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 29 Aug 2014 17:21:26 +0000 Subject: Let's assume that this patch has been applied to the source --- chromium-dev/build/chromium-dev.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'chromium-dev') diff --git a/chromium-dev/build/chromium-dev.SlackBuild b/chromium-dev/build/chromium-dev.SlackBuild index a297fec7..93279e98 100755 --- a/chromium-dev/build/chromium-dev.SlackBuild +++ b/chromium-dev/build/chromium-dev.SlackBuild @@ -35,7 +35,7 @@ # - Internet access (for downloading the nacl/pnacl toolchain bins) # Needs: # Changelog: -# 38.0.2125.24-1: +# 39.0.2138.3-1: # 27/aug/2014 by Eric Hameleers # * First build of the development channel of chromium. # @@ -47,7 +47,7 @@ PRGNAM=chromium-dev SRCNAM=chromium -VERSION=${VERSION:-38.0.2125.24} +VERSION=${VERSION:-39.0.2138.3} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:" -j4 "} TAG=${TAG:-alien} @@ -220,9 +220,6 @@ cd ${SRCNAM}-${VERSION} # Patches: touch $OUTPUT/patch-${PRGNAM}.log -# Prevent crashes when accessing google.com and youtube.com: -cat $SRCDIR/patches/chromium_sanitized_referrer.patch | patch -p1 --verbose \ - 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log # Save configuration in ~/.config/chromium-dev": sed -e "s|'filename': 'chromium-browser'|'filename': '${PRGNAM}'|" \ -- cgit v1.2.3