ports/opt (3.3): chromium: 63.0.3239.108 -> 63.0.3239.132
commit ac54b4272db526ef16724d49b5974ec9997ef479 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Jan 20 18:11:46 2018 +1100 chromium: 63.0.3239.108 -> 63.0.3239.132 diff --git a/chromium/.md5sum b/chromium/.md5sum index b7d0a1deb..6caac7b30 100644 --- a/chromium/.md5sum +++ b/chromium/.md5sum @@ -1,4 +1,4 @@ -71a8f5f1591e5b924e10c1cc4041dc08 chromium-63.0.3239.108.tar.xz +c339707e894fbc721b612bd061d1a36d chromium-63.0.3239.132.tar.xz e2edf460318c9227ec4726440d8731ca chromium-clang-r1.patch 5f413e9d719b2f0f7ab12e951eb3a7f9 chromium-exclude_unwind_tables.patch 60b6e9c55e584db6872c1349a6630572 chromium-webrtc-r0.patch diff --git a/chromium/.signature b/chromium/.signature index d5d09d5ff..b921b3e4f 100644 --- a/chromium/.signature +++ b/chromium/.signature @@ -1,8 +1,8 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WrHyDzQa9T2MiA/XxUCvWyReknChqOVcJlyJA7SVWBHpNx+9WXhFRaHEvO9/QTY80/BZk6b0lpTL5lmIeJzOgc= -SHA256 (Pkgfile) = 35e12c8bce397c625881d2623ba1fa882b131be773cb67094e52e7f21b69498a +RWSE3ohX2g5d/emoLECWTZB8g1DZVyOgH+j/ine99NMNUc/4lofRnWNOZNrwEYDZYwtLdQv0JZ5Nfq5UjpNOisa6KsDY4QUcyA8= +SHA256 (Pkgfile) = c68d2bbdd6f6d37e1012880c289ed2a88c0c5c34b6230b8c39bb3ea1a87f2e3e SHA256 (.footprint) = 7886836592cc13787d9f1ea173d9e22c7e0e12e1ebe65632311279c86ced91b0 -SHA256 (chromium-63.0.3239.108.tar.xz) = 47d80798194da78bdd519b7ce012425b13cf89d6eb287e22a34342a245c31a2b +SHA256 (chromium-63.0.3239.132.tar.xz) = 84c46c2c42faaa102abe0647ee1213615a2522627124924c2741ddc2161b3d8d SHA256 (last-commit-position.patch) = d3dc397956a26ec045e76c25c57a1fac5fc0acff94306b2a670daee7ba15709e SHA256 (chromium.sh) = 7b182d0ae1e9ef841f8cd0b403a304babd548bf60b5e3808b2144bebdbb7c154 SHA256 (chromium-exclude_unwind_tables.patch) = e53dc6f259acd39df13874f8a0f440528fae764b859dd71447991a5b1fac7c9c diff --git a/chromium/Pkgfile b/chromium/Pkgfile index 95bdd7a15..dc2c1fe0b 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -4,7 +4,7 @@ # Depends on: dbus-glib gperf gtk gtk3 libevent libexif libgcrypt ninja nodejs nss pciutils speech-dispatcher xorg-libxscrnsaver xorg-libxt yasm name=chromium -version=63.0.3239.108 +version=63.0.3239.132 release=1 source=(https://commondatastorage.googleapis.com/$name-browser-official/$name-$versi... last-commit-position.patch $name.sh @@ -36,20 +36,19 @@ build() { mkdir -p third_party/node/linux/node-linux-x64/bin ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/ -# for LIB in ffmpeg flac harfbuzz-ng libjpeg \ -# libjpeg_turbo libpng libwebp libxslt yasm; do -# find -type f -path "*third_party/$LIB/*" \ -# \! -path "*third_party/$LIB/chromium/*" \ -# \! -path "*third_party/$LIB/google/*" \ -# \! -path "*base/third_party/icu/*" \ -# \! -regex '.*\.\(gn\|gni\|isolate\|py\)' \ -# -delete -# done - -# /usr/bin/python2 build/linux/unbundle/replace_gn_files.py \ -# --system-libraries ffmpeg flac harfbuzz-ng libjpeg libxml libevent \ -# libpng libwebp libxslt opus yasm freetype -# /usr/bin/python2 third_party/libaddressinput/chromium/tools/update-strings.py +# for LIB in ffmpeg flac harfbuzz-ng libjpeg libjpeg_turbo libpng libwebp libxslt yasm; do +# find -type f -path "*third_party/$LIB/*" \ +# \! -path "*third_party/$LIB/chromium/*" \ +# \! -path "*third_party/$LIB/google/*" \ +# \! -path "*base/third_party/icu/*" \ +# \! -regex '.*\.\(gn\|gni\|isolate\|py\)' \ +# -delete +# done + +# /usr/bin/python2 build/linux/unbundle/replace_gn_files.py \ +# --system-libraries ffmpeg flac harfbuzz-ng libjpeg libxml libevent \ +# libpng libwebp libxslt opus yasm freetype +# /usr/bin/python2 third_party/libaddressinput/chromium/tools/update-strings.py _gn_args=( 'blink_gc_plugin=false' @@ -109,8 +108,8 @@ build() { done for size in 22 24 48 64 128 256; do - install -m 0644 -D chrome/app/theme/$name/product_logo_${size}.png \ - $PKG/usr/share/icons/hicolor/${size}x${size}/apps/$name.png + install -m 0644 -D chrome/app/theme/$name/product_logo_${size}.png \ + $PKG/usr/share/icons/hicolor/${size}x${size}/apps/$name.png done # fix icu installation
participants (1)
-
crux@crux.nu