summaryrefslogtreecommitdiffstats
path: root/chromium/build/chromium_1337.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-10-11 17:54:06 +0000
committer Eric Hameleers <alien@slackware.com>2014-10-11 17:54:06 +0000
commit7171d6d449309eadef192aba52d6416c91b9ca40 (patch)
tree415f5985ffddfcd193a2e300f9c834ceb54e7efb /chromium/build/chromium_1337.SlackBuild
parent86127dce0ab7d16de2d7c2ea8b8a64b8283dbe59 (diff)
downloadasb-7171d6d449309eadef192aba52d6416c91b9ca40.tar.gz
asb-7171d6d449309eadef192aba52d6416c91b9ca40.tar.xz
Update to 38.0.2125.101
Diffstat (limited to 'chromium/build/chromium_1337.SlackBuild')
-rwxr-xr-xchromium/build/chromium_1337.SlackBuild20
1 files changed, 13 insertions, 7 deletions
diff --git a/chromium/build/chromium_1337.SlackBuild b/chromium/build/chromium_1337.SlackBuild
index 2982d6bb..d2ba4d54 100755
--- a/chromium/build/chromium_1337.SlackBuild
+++ b/chromium/build/chromium_1337.SlackBuild
@@ -83,6 +83,9 @@
# 37.0.2062.94-1:
# 05/sep/2014 by Eric Hameleers <alien@slackware.com>
# * Update comes with security fixes, New: an embedded PDF viewer.
+# 38.0.2125.101-1:
+# 11/oct/2014 by Eric Hameleers <alien@slackware.com>
+# * Update comes with security fixes.
#
# Run 'sh chromium.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -91,7 +94,7 @@
# -----------------------------------------------------------------------------
PRGNAM=chromium
-VERSION=${VERSION:-37.0.2062.94}
+VERSION=${VERSION:-38.0.2125.101}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -260,9 +263,9 @@ cd ${PRGNAM}-${VERSION}
# Patches:
touch $OUTPUT/patch-${PRGNAM}.log
-# Adapt for Slackware's libelf include file location:
-cat $SRCDIR/patches/chromium_libelf_includes.patch | patch -p0 --verbose \
- 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+## Adapt for Slackware's libelf include file location:
+#cat $SRCDIR/patches/chromium_libelf_includes.patch | patch -p0 --verbose \
+# 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
# Prevent crashes when accessing google.com and youtube.com just because
# this is not an official build:
cat $SRCDIR/patches/chromium_secure_referrer.patch | patch -p1 --verbose \
@@ -308,7 +311,10 @@ _chromium_conf=(
-Dgoogle_api_key=$_google_api_key
-Dgoogle_default_client_id=$_google_default_client_id
-Dgoogle_default_client_secret=$_google_default_client_secret
- -Dwerror=
+ -Dclang=0
+ -Ddisable_glibc=1
+ -Dffmpeg_branding=Chrome
+ -Dicu_use_data_file_flag=0
-Dlinux_sandbox_path=/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/chrome_sandbox
-Dlinux_strip_binary=1
-Dlinux_use_bundled_binutils=0
@@ -316,9 +322,8 @@ _chromium_conf=(
-Dlinux_use_gold_binary=0
-Dlinux_use_gold_flags=0
-Dlogging_like_official_build=1
- -Dffmpeg_branding=Chrome
-Dproprietary_codecs=1
- -Ddisable_glibc=1
+ -Dremove_webcore_debug_symbols=1
-Dusb_ids_path=/usr/share/usb.ids
-Duse_allocator=none
-Duse_gconf=0
@@ -343,6 +348,7 @@ _chromium_conf=(
-Duse_system_xdg_utils=1
-Duse_system_yasm=0
-Duse_system_zlib=0
+ -Dwerror=
-Drelease_extra_cflags="$CFLAGS"
-Dtarget_arch=${TARGETARCH}
-Ddisable_nacl=${DNACL}