mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/chromium to 20.0.1132.43-1
This commit is contained in:
parent
bc6c221e2f
commit
e00ad14275
1 changed files with 12 additions and 15 deletions
|
@ -9,13 +9,13 @@
|
|||
# build time.
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed NaCl, not for ARm
|
||||
# - removed NaCl, not for ARM
|
||||
# - adjusted gyp flags for v7h
|
||||
|
||||
buildarch=4
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=19.0.1084.56
|
||||
pkgver=20.0.1132.43
|
||||
pkgrel=1
|
||||
pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -25,7 +25,7 @@ depends=('gtk2' 'dbus-glib' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent'
|
|||
'libxss' 'libgcrypt' 'ttf-dejavu' 'desktop-file-utils'
|
||||
'hicolor-icon-theme')
|
||||
makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
|
||||
'elfutils')
|
||||
'elfutils' 'subversion')
|
||||
optdepends=('kdebase-kdialog: needed for file dialogs in KDE')
|
||||
# Needed for the NaCl toolchain
|
||||
[[ $CARCH == x86_64 ]] && makedepends+=('lib32-zlib')
|
||||
|
@ -39,8 +39,8 @@ source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgna
|
|||
chromium.sh
|
||||
chromium-gcc47.patch
|
||||
sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch)
|
||||
sha256sums=('c33a2cac35a3dd6ef359d8dee47dc405732f9e0865c82cffb876f5d936ec1418'
|
||||
'd10b849436a695b558947b441d0e6bc6555e44173d9b495a73b4aa4317c816de'
|
||||
sha256sums=('c21bdee0ec136102e10c527a0d98e3a29e40406d8f7eb63e8e0ac23801722824'
|
||||
'aa836ba493e659f028e8624764ba7662ef4eccd609be4c6812a7901eaf63f6e4'
|
||||
'478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
|
||||
'4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
|
||||
'f607347ba8477d3c8e60eb3803d26f3c9869f77fd49986c60887c59a6aa7d30d'
|
||||
|
@ -74,10 +74,6 @@ build() {
|
|||
ln -s "$srcdir/pepper_${pkgver%%.*}/toolchain/linux_x86_newlib" \
|
||||
native_client/toolchain/linux_x86_newlib
|
||||
|
||||
# We need to disable system_ssl until "next protocol negotiation" support is
|
||||
# available in our nss package.
|
||||
# (See https://bugzilla.mozilla.org/show_bug.cgi?id=547312)
|
||||
|
||||
# CFLAGS are passed through release_extra_cflags below
|
||||
export -n CFLAGS CXXFLAGS
|
||||
|
||||
|
@ -122,14 +118,9 @@ package() {
|
|||
install -Dm4755 -o root -g root out/Release/chrome_sandbox \
|
||||
"$pkgdir/usr/lib/chromium/chromium-sandbox"
|
||||
|
||||
cp out/Release/{{chrome,resources}.pak,libffmpegsumo.so} \
|
||||
cp out/Release/{*.pak,libffmpegsumo.so} \
|
||||
"$pkgdir/usr/lib/chromium/"
|
||||
|
||||
# These links are only needed when building with system ffmpeg
|
||||
#ln -s /usr/lib/libavcodec.so.53 "$pkgdir/usr/lib/chromium/"
|
||||
#ln -s /usr/lib/libavformat.so.53 "$pkgdir/usr/lib/chromium/"
|
||||
#ln -s /usr/lib/libavutil.so.51 "$pkgdir/usr/lib/chromium/"
|
||||
|
||||
# Allow users to override command-line options
|
||||
install -Dm644 "$srcdir/chromium.default" "$pkgdir/etc/chromium/default"
|
||||
|
||||
|
@ -153,3 +144,9 @@ package() {
|
|||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
sha256sums=('c21bdee0ec136102e10c527a0d98e3a29e40406d8f7eb63e8e0ac23801722824'
|
||||
'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
|
||||
'478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
|
||||
'4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
|
||||
'f607347ba8477d3c8e60eb3803d26f3c9869f77fd49986c60887c59a6aa7d30d'
|
||||
'a700aa054800d1b21d84eaba27c38a703dfa023e9226d11a942690c2a0630aff')
|
||||
|
|
Loading…
Reference in a new issue