summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-08-29 17:21:26 +0000
committer Eric Hameleers <alien@slackware.com>2014-08-29 17:21:26 +0000
commitfcd5fc0b49c8553584243ef47fb2d29479bbf419 (patch)
tree12fcce99458b96c3b759be956fbb64c620b75c28 /chromium-dev
parent8ae6dfd4c0cd0a769f6e9dfcf203fc4604fa8aee (diff)
downloadasb-fcd5fc0b49c8553584243ef47fb2d29479bbf419.tar.gz
asb-fcd5fc0b49c8553584243ef47fb2d29479bbf419.tar.xz
Let's assume that this patch has been applied to the source
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium-dev.SlackBuild7
1 files changed, 2 insertions, 5 deletions
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 <alien@slackware.com>
# * 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}'|" \