[arch-commits] Commit in chromium/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri May 18 09:50:31 UTC 2012


    Date: Friday, May 18, 2012 @ 05:50:31
  Author: foutrelis
Revision: 159213

upgpkg: chromium 19.0.1084.46-2

Revert to using the internal libxml. (Fixes https://bbs.archlinux.org/viewtopic.php?id=141668.)

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-18 09:29:31 UTC (rev 159212)
+++ PKGBUILD	2012-05-18 09:50:31 UTC (rev 159213)
@@ -10,13 +10,13 @@
 
 pkgname=chromium
 pkgver=19.0.1084.46
-pkgrel=1
+pkgrel=2
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
 url="http://www.chromium.org/"
 license=('BSD')
 depends=('gtk2' 'dbus-glib' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent'
-         'libxss' 'libgcrypt' 'libxslt' 'ttf-dejavu' 'desktop-file-utils'
+         'libxss' 'libgcrypt' 'ttf-dejavu' 'desktop-file-utils'
          'hicolor-icon-theme')
 makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
              'elfutils')
@@ -91,7 +91,7 @@
     -Duse_system_libevent=1 \
     -Duse_system_libjpeg=1 \
     -Duse_system_libpng=1 \
-    -Duse_system_libxml=1 \
+    -Duse_system_libxml=0 \
     -Duse_system_ssl=0 \
     -Duse_system_yasm=1 \
     -Duse_system_zlib=1 \




More information about the arch-commits mailing list