mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/chromium to 25.0.1364.172-2
This commit is contained in:
parent
af145a0fc7
commit
bbb88cbd6f
1 changed files with 4 additions and 3 deletions
|
@ -17,13 +17,13 @@ highmem=1
|
|||
|
||||
pkgname=chromium
|
||||
pkgver=25.0.1364.172
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.chromium.org/"
|
||||
license=('BSD')
|
||||
depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss'
|
||||
'libgcrypt' 'ttf-font' 'udev' 'dbus' 'harfbuzz' 'desktop-file-utils'
|
||||
'libgcrypt' 'ttf-font' 'udev' 'dbus' 'pciutils' 'desktop-file-utils'
|
||||
'hicolor-icon-theme')
|
||||
makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
|
||||
'elfutils' 'subversion')
|
||||
|
@ -99,6 +99,8 @@ build() {
|
|||
|
||||
build/gyp_chromium --depth=. \
|
||||
-Dwerror= \
|
||||
-Dlinux_link_gsettings=1 \
|
||||
-Dlinux_link_libpci=1 \
|
||||
-Dlinux_sandbox_path=/usr/lib/chromium/chromium-sandbox \
|
||||
-Dlinux_strip_binary=1 \
|
||||
-Dlinux_use_gold_binary=0 \
|
||||
|
@ -108,7 +110,6 @@ build() {
|
|||
-Dproprietary_codecs=1 \
|
||||
-Duse_system_bzip2=1 \
|
||||
-Duse_system_ffmpeg=0 \
|
||||
-Duse_system_harfbuzz=1 \
|
||||
-Duse_system_libevent=1 \
|
||||
-Duse_system_libjpeg=1 \
|
||||
-Duse_system_libpng=1 \
|
||||
|
|
Loading…
Reference in a new issue