chromium: update to 38.0.2125.104 and switch to system icu.
This commit is contained in:
parent
0cde2afaa9
commit
16b120dfb7
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'chromium'
|
||||
pkgname=chromium
|
||||
#See http://www.chromium.org/developers/calendar for the latest version
|
||||
version=38.0.2125.101
|
||||
revision=2
|
||||
version=38.0.2125.104
|
||||
revision=1
|
||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.chromium.org/"
|
||||
license="BSD"
|
||||
distfiles="https://commondatastorage.googleapis.com/${pkgname}-browser-official/${pkgname}-${version}.tar.xz"
|
||||
checksum=d3303519ab471a3bc831e9b366e64dc2fe651894e52ae5d1e74de60ee2a1198a
|
||||
checksum=fcd35aef570d3304798a44f00751aa5724eba775596a8795df1a10a6db83d454
|
||||
|
||||
lib32disabled=yes
|
||||
nocross=yes
|
||||
|
@ -73,9 +73,8 @@ do_configure() {
|
|||
#
|
||||
# XXX xtraeme: broken currently
|
||||
# -Duse_system_v8=1
|
||||
# -Duse_system_icu=1
|
||||
# -Duse_system_protobuf=1
|
||||
# -Duse_system_opus=1
|
||||
# -Duse_system_opus=1 (needs opus_custom.h)
|
||||
# -Duse_system_zlib=1
|
||||
conf+="
|
||||
-Dclang=1
|
||||
|
@ -98,6 +97,7 @@ do_configure() {
|
|||
-Duse_system_speex=1
|
||||
-Duse_system_xdg_utils=1
|
||||
-Duse_system_yasm=1
|
||||
-Duse_system_icu=1
|
||||
-Duse_cups=1
|
||||
-Dlinux_link_cups=1
|
||||
-Duse_pulseaudio=1
|
||||
|
|
Loading…
Reference in New Issue