Date: Saturday, September 3, 2011 @ 20:21:20 Author: foutrelis Revision: 136961
upgpkg: chromium 13.0.782.220-1 New upstream release. Modified: chromium/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-09-03 21:15:57 UTC (rev 136960) +++ PKGBUILD 2011-09-04 00:21:20 UTC (rev 136961) @@ -5,7 +5,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=chromium -pkgver=13.0.782.218 +pkgver=13.0.782.220 pkgrel=1 pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser" arch=('i686' 'x86_64') @@ -25,7 +25,7 @@ glibc-2.14.patch make-hash-tools-use-if-instead-of-switch.patch v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch) -md5sums=('65df76e60e9b37cee29df7f46c379631' +md5sums=('b16d438a44a54b6f9e88ed9d3c7ba937' '075c3c2fa5902e16b8547dd31d437191' '096a46ef386817988250d2d7bddd1b34' '690f2be42bf2a31755753a466653eb33' @@ -48,6 +48,10 @@ patch -d third_party/WebKit -Np2 -i \ "$srcdir/make-hash-tools-use-if-instead-of-switch.patch" + # Fix build with CUPS 1.5 + sed -i '/#include <cups\/cups.h>/ a #include <cups/ppd.h>' \ + chrome/browser/ui/webui/print_preview_handler.cc + # Fix upstream issue #77625: Chromium Generates HUGE numbers of CPU wakeups # and uses massive amounts of power # http://code.google.com/p/chromium/issues/detail?id=77625
