mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/chromium to 34.0.1847.116-1.2
This commit is contained in:
parent
e0cce76623
commit
158682d19d
1 changed files with 3 additions and 4 deletions
|
@ -13,7 +13,6 @@
|
|||
# - adjusted gyp flags for v7h
|
||||
# - patch to fix webrtc code for non-android ARM
|
||||
# - patch (hack) to fix skia
|
||||
# - use system protobuf
|
||||
# - makeflags to -j3, seems to barf higher
|
||||
#
|
||||
# moonman <moonman [dot] ca [at] gmail [dot] com>
|
||||
|
@ -23,7 +22,7 @@ buildarch=4
|
|||
|
||||
pkgname=chromium
|
||||
pkgver=34.0.1847.116
|
||||
pkgrel=1.1
|
||||
pkgrel=1.2
|
||||
pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.chromium.org/"
|
||||
|
@ -31,7 +30,7 @@ license=('BSD')
|
|||
depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss'
|
||||
'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'opus' 'snappy'
|
||||
'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'harfbuzz-icu'
|
||||
'desktop-file-utils' 'hicolor-icon-theme' 'protobuf')
|
||||
'desktop-file-utils' 'hicolor-icon-theme')
|
||||
makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
|
||||
'elfutils' 'subversion')
|
||||
optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
|
||||
|
@ -147,7 +146,7 @@ fi
|
|||
-Dproprietary_codecs=1
|
||||
-Duse_system_bzip2=1
|
||||
-Duse_system_flac=1
|
||||
-Duse_system_protobuf=1
|
||||
-Duse_system_protobuf=0
|
||||
-Duse_system_ffmpeg=0
|
||||
-Duse_system_harfbuzz=1
|
||||
-Duse_system_libevent=1
|
||||
|
|
Loading…
Reference in a new issue