diff options
Diffstat (limited to 'chromium/Pkgfile')
-rw-r--r-- | chromium/Pkgfile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chromium/Pkgfile b/chromium/Pkgfile index ddb4b4a32..0ab0f4101 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -5,7 +5,7 @@ # Depends on: dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt gperf speech-dispatcher name=chromium -version=28.0.1500.95 +version=29.0.1547.57 release=1 source=(http://commondatastorage.googleapis.com/chromium-browser-official/$name-$version.tar.xz \ $name.sh nss-3.15.diff) @@ -17,12 +17,6 @@ build() { sed -e 's|<<(libspeechd_h_prefix)libspeechd.h>|<speech-dispatcher/libspeechd.h>|' \ -i build/linux/system.gyp - # fix for nss >= 3.15 - patch -p1 -i $SRC/nss-3.15.diff - - find third_party/WebKit/Source ui/base/ime \ - -type f -exec sed -e 's|<glib/.*\.h>|<glib.h>|g' -i {} \; - export CFLAGS="$CFLAGS $(pkg-config --cflags nspr)" export LDFLAGS="$LDFLAGS $(pkg-config --libs nspr)" |