summaryrefslogtreecommitdiff
path: root/chromium/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2012-12-22 13:23:38 +0100
committerJose V Beneyto <sepen@crux.nu>2012-12-22 13:24:01 +0100
commit4c1f6b1f8286b01233c3e554ae2cd9e037bf88ae (patch)
tree9f26fe4eeb2a6c04ef8c4e3e88b0cf276c06b452 /chromium/Pkgfile
parentf7418ff87df36b9bc9c77378b938edfc2eb4cddd (diff)
downloadopt-4c1f6b1f8286b01233c3e554ae2cd9e037bf88ae.tar.gz
opt-4c1f6b1f8286b01233c3e554ae2cd9e037bf88ae.tar.xz
chromium: updated to 23.0.1271.97
- switched system_zlib flag to 0 (http://code.google.com/p/chromium/issues/detail?id=143623) - removed old bison patch
Diffstat (limited to 'chromium/Pkgfile')
-rw-r--r--chromium/Pkgfile13
1 files changed, 5 insertions, 8 deletions
diff --git a/chromium/Pkgfile b/chromium/Pkgfile
index 4dbaa3c7a..2632ed54b 100644
--- a/chromium/Pkgfile
+++ b/chromium/Pkgfile
@@ -5,17 +5,14 @@
# Depends on: dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt alsa-lib krb5
name=chromium
-version=21.0.1180.92
-release=2
-source=(http://gsdview.appspot.com/chromium-browser-official/$name-$version.tar.bz2 \
- $name.sh bison.patch use-siginfo_t.patch)
+version=23.0.1271.97
+release=1
+source=(http://commondatastorage.googleapis.com/chromium-browser-official/$name-$version.tar.bz2 \
+ $name.sh use-siginfo_t.patch)
build() {
cd $name-$version
- # https://bugs.webkit.org/show_bug.cgi?id=92264
- patch -d ./third_party/WebKit -p1 -i $SRC/bison.patch
-
# fix building issues
patch -p1 -i $SRC/use-siginfo_t.patch
@@ -37,7 +34,7 @@ build() {
-Duse_system_libxslt=1 \
-Duse_system_libxml=1 \
-Duse_system_bzip2=1 \
- -Duse_system_zlib=1 \
+ -Duse_system_zlib=0 \
-Duse_system_libpng=1 \
-Duse_system_ffmpeg=0 \
-Duse_system_yasm=1 \

Generated by cgit