summaryrefslogtreecommitdiff
path: root/chromium/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2014-03-21 10:31:30 +0100
committerJose V Beneyto <sepen@crux.nu>2014-03-21 10:31:36 +0100
commitc481687277a0f0df548958c57a6acd174bbcd174 (patch)
tree890a7c1f42ea94ff94055af6c72cebea0b4a7ea6 /chromium/Pkgfile
parente1187a681e7fc226b433db68813aa27e7624f84c (diff)
downloadopt-c481687277a0f0df548958c57a6acd174bbcd174.tar.gz
opt-c481687277a0f0df548958c57a6acd174bbcd174.tar.xz
[notify] chromium: updated to 33.0.1750.152
This update includes various security fixes: http://googlechromereleases.blogspot.com/2014/03/stable-channel-update_14.html
Diffstat (limited to 'chromium/Pkgfile')
-rw-r--r--chromium/Pkgfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium/Pkgfile b/chromium/Pkgfile
index c1675b4f9..8c0f40247 100644
--- a/chromium/Pkgfile
+++ b/chromium/Pkgfile
@@ -5,14 +5,17 @@
# Depends on: dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt gperf speech-dispatcher libdrm
name=chromium
-version=32.0.1700.107
+version=33.0.1750.152
release=1
source=(http://commondatastorage.googleapis.com/chromium-browser-official/$name-$version.tar.xz \
- $name.sh)
+ $name.sh rungn.patch)
build() {
cd $name-$version
+ # patch for supplemental_includes
+ patch -p0 -i $SRC/rungn.patch
+
# fix for speech-dispatcher >= 0.8
sed -e 's|<<(libspeechd_h_prefix)libspeechd.h>|<speech-dispatcher/libspeechd.h>|' \
-i build/linux/system.gyp

Generated by cgit