summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-09-16 13:03:37 +0000
committer Eric Hameleers <alien@slackware.com>2019-09-16 13:03:37 +0000
commit2fd1c71372b9eaecad45f025666c8bf12f69292c (patch)
treecf84ca0f56f409e8870cc41d7d124e8a30ea9476 /chromium
parent77ef6ea7ce1567ca19b1e5880c5a43cc76fb6366 (diff)
downloadasb-2fd1c71372b9eaecad45f025666c8bf12f69292c.tar.gz
asb-2fd1c71372b9eaecad45f025666c8bf12f69292c.tar.xz
chromium: update to 77.0.3865.75
Diffstat (limited to 'chromium')
-rwxr-xr-xchromium/build/chromium.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 1b359d32..d5b9145e 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -404,6 +404,9 @@
# 76.0.3809.132-1:
# 30/aug/2019 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 77.0.3865.75-1:
+# 11/sep/2019 by Eric Hameleers <alien@slackware.com>
+# * Update to M77.
#
# -----------------------------------------------------------------------------
#
@@ -416,7 +419,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-76.0.3809.132}
+VERSION=${VERSION:-77.0.3865.75}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -911,6 +914,7 @@ if [ ${USE_CLANG} -eq 1 -o ${USE_NACL} -eq 1 ]; then
python2 tools/clang/scripts/build.py \
--bootstrap --lto-lld \
--disable-asserts \
+ --gcc-toolchain /usr \
--skip-checkout \
--use-system-cmake \
--without-android \
@@ -1078,7 +1082,7 @@ for size in 16 32; do
ln -s ${PRGNAM}.png \
$PKG/usr/share/icons/hicolor/${size}x${size}/apps/chromium-browser${SRCEXT}.png
done
-for size in 22 24 48 64 128 256; do
+for size in 24 48 64 128 256; do
install -D -m0644 \
chrome/app/theme/chromium/product_logo_$size.png \
$PKG/usr/share/icons/hicolor/${size}x${size}/apps/${PRGNAM}.png