mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/chromium to 37.0.2062.94-1
This commit is contained in:
parent
f723c53249
commit
0a924632b0
1 changed files with 9 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=36.0.1985.143
|
||||
pkgver=37.0.2062.94
|
||||
pkgrel=1
|
||||
pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
|
||||
arch=('armv6h' 'armv7h')
|
||||
|
@ -49,7 +49,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgn
|
|||
chromium-arm-r0.patch
|
||||
skia.patch
|
||||
v6-ffmpeg.patch)
|
||||
sha256sums=('0631d7442991f0b4b942477c58a9294e9e3eb21ffd3c8626e4ab663b8345c316'
|
||||
sha256sums=('d27c19580b74cbe143131f0bc097557b3b2fb3d2be966e688d8af51a779ce533'
|
||||
'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
|
||||
'478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
|
||||
'4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
|
||||
|
@ -163,6 +163,9 @@ fi
|
|||
-Dsysroot=
|
||||
${arch_specific_flags})
|
||||
|
||||
# https://code.google.com/p/chromium/issues/detail?id=386097
|
||||
third_party/libaddressinput/chromium/tools/update-strings.py
|
||||
|
||||
# Re-configure bundled ffmpeg.
|
||||
pushd third_party/ffmpeg > /dev/null || die
|
||||
chromium/scripts/build_ffmpeg.sh linux arm "${PWD}" config-only || die
|
||||
|
@ -184,8 +187,12 @@ package() {
|
|||
"$pkgdir/usr/lib/chromium/chrome-sandbox"
|
||||
|
||||
cp out/Release/{*.pak,libffmpegsumo.so} \
|
||||
out/Release/libpdf.so \
|
||||
"$pkgdir/usr/lib/chromium/"
|
||||
|
||||
strip $STRIP_SHARED "$pkgdir/usr/lib/chromium/libffmpegsumo.so" \
|
||||
"$pkgdir/usr/lib/chromium/libpdf.so"
|
||||
|
||||
# Allow users to override command-line options
|
||||
install -Dm644 "$srcdir/chromium.default" "$pkgdir/etc/chromium/default"
|
||||
|
||||
|
|
Loading…
Reference in a new issue