summaryrefslogtreecommitdiffstats
path: root/chromium/build/chromium.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-07-09 12:56:15 +0000
committer Eric Hameleers <alien@slackware.com>2015-07-09 12:56:15 +0000
commit358c78298f3a79e07de0f2b1babc90d882688aac (patch)
treedf1db8d8099b7527a6e0b3c01afc556b30706035 /chromium/build/chromium.SlackBuild
parentbaec2225fe0a1c758cff4d43874a9a538a25fa3e (diff)
downloadasb-358c78298f3a79e07de0f2b1babc90d882688aac.tar.gz
asb-358c78298f3a79e07de0f2b1babc90d882688aac.tar.xz
chromium: updated to 43.0.2357.132
Diffstat (limited to '')
-rwxr-xr-xchromium/build/chromium.SlackBuild14
1 files changed, 12 insertions, 2 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 0f3da090..be5ef472 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -162,6 +162,12 @@
# 43.0.2357.130-1:
# 22/jun/2015 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 43.0.2357.130-2:
+# 25/jun/2015 by Eric Hameleers <alien@slackware.com>
+# * Fix broken password manager in KDE.
+# 43.0.2357.132-1:
+# 08/jul/2015 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh chromium.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -172,7 +178,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-43.0.2357.130}
+VERSION=${VERSION:-43.0.2357.132}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -212,7 +218,7 @@ USE_HOTWORD=${USE_HOTWORD:-0}
# as our chromium sources:
# rpm2cpio ${SOURCE[1]} | cpio --to-stdout -i ./opt/google/chrome/chrome 2>&1 | strings | grep -C 1 " (version:" | tail -1
RPMSUB=${RPMSUB:-"-1"}
-WIDEVINE_VERSION="1.4.8.823" # CHROME_VERSION="43.0.2357.130"
+WIDEVINE_VERSION="1.4.8.823" # CHROME_VERSION="43.0.2357.132"
DOCS="AUTHORS DEPS LICENSE README*"
@@ -398,6 +404,10 @@ cat $SRCDIR/patches/chromium_vaapi.patch | patch -p1 --verbose \
# This patch will be included by default in Chromium 45.
cat $SRCDIR/patches/chromium_hotwording.patch | patch -p1 --verbose \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+# Fix broken password manager on KDE, http://crbug.com/494229
+# This patch will be included in Chromium 45.
+cat $SRCDIR/patches/chromium_kde_pickles.patch | patch -p1 --verbose \
+ 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
if [ "$ARCH" != "x86_64" ]; then
# For now, disable NaCl except on x86_64 because the precompiled toolchain is