summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-03-11 09:02:54 +0000
committer Eric Hameleers <alien@slackware.com>2015-03-11 09:02:54 +0000
commitcbd10343df75b3c8f63c36728542243c92846698 (patch)
tree9ba7c6f1b7a8b9e76089740a8d30f72a5d1a7a83 /chromium-dev
parentee154cddb60ee68c98ca115e761fd8ff305049d8 (diff)
downloadasb-cbd10343df75b3c8f63c36728542243c92846698.tar.gz
asb-cbd10343df75b3c8f63c36728542243c92846698.tar.xz
chromium-dev: update to 43.0.2327.5.
Fix a typo in the configuration options.
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium-dev.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/chromium-dev/build/chromium-dev.SlackBuild b/chromium-dev/build/chromium-dev.SlackBuild
index d43ebe08..88920180 100755
--- a/chromium-dev/build/chromium-dev.SlackBuild
+++ b/chromium-dev/build/chromium-dev.SlackBuild
@@ -52,6 +52,9 @@
# 42.0.2311.22-1:
# 09/mar/2015 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 43.0.2327.5-1:
+# 10/mar/2015 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh chromium-dev.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -62,7 +65,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-"-dev"}
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-42.0.2311.22}
+VERSION=${VERSION:-43.0.2327.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -86,7 +89,7 @@ USE_CDM=${USE_CDM:-1}
# What is the Chrome version we extract this from?
[ "x$SRCEXT" = "x-dev" ] && RPMCHAN=${RPMCHAN:-"unstable"} || RPMCHAN=${RPMCHAN:-"stable"}
RPMSUB=${RPMSUB:-"-1"}
-WIDEVINE_VERSION="1.4.7.796" # CHROME_VERSION="42.0.2311.22"
+WIDEVINE_VERSION="1.4.7.796" # CHROME_VERSION="43.0.2327.5"
DOCS="AUTHORS DEPS LICENSE README*"
@@ -366,7 +369,7 @@ _chromium_conf=(
-Duse_system_libjpeg=0
-Duse_system_libpng=0
-Duse_system_libxml=0
- -Duse_system_libxstl=0
+ -Duse_system_libxslt=0
-Duse_system_nspr=1
-Duse_system_opus=0
-Duse_system_snappy=0