Date: Tuesday, September 28, 2010 @ 10:51:32 Author: jgc Revision: 91941
upgpkg: thunderbird 3.1.4-2 Build with internal cairo (FS#20868, FS#19005) Modified: thunderbird/trunk/PKGBUILD thunderbird/trunk/mozconfig -----------+ PKGBUILD | 6 +++--- mozconfig | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-28 14:49:55 UTC (rev 91940) +++ PKGBUILD 2010-09-28 14:51:32 UTC (rev 91941) @@ -4,12 +4,12 @@ # Contributor: Anders Bostrom <[email protected]> pkgname=thunderbird pkgver=3.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Standalone Mail/News reader" arch=('i686' 'x86_64') license=('MPL' 'GPL') url="http://www.mozilla.org/projects/thunderbird" -depends=('gtk2>=2.20.1' 'gcc-libs' 'mozilla-common' 'nss>=3.12.3' 'libxt' 'shared-mime-info' 'alsa-lib>=1.0.23' 'dbus-glib>=0.82') +depends=('gtk2>=2.20.1' 'gcc-libs' 'mozilla-common' 'nss>=3.12.8' 'libxt' 'shared-mime-info' 'alsa-lib>=1.0.23' 'dbus-glib>=0.82') makedepends=('zip' 'pkg-config' 'libgnomeui' 'python' 'libidl2' 'wireless_tools') optdepends=('libcanberra: for sound support') source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2 @@ -21,7 +21,7 @@ thunderbird-preferences.patch xulrunner-png14.patch) md5sums=('08f029e927e2e07aa863096fdf21db84' - '44c6ce8e84c972c0a1795edd46d618cf' + 'c6e48de923cb0297871da59904cdd28e' '7a119d30341dca4eadecedd523404fdb' '25b6fe16ac24cd5c852213e5c1adb272' '48ffcdb877a69d383b7d354e330f7658' Modified: mozconfig =================================================================== --- mozconfig 2010-09-28 14:49:55 UTC (rev 91940) +++ mozconfig 2010-09-28 14:51:32 UTC (rev 91941) @@ -19,7 +19,8 @@ ac_add_options --enable-strip ac_add_options --enable-pango ac_add_options --enable-xft -ac_add_options --enable-system-cairo +#disabled because of bugs with cairo 1.10 +#ac_add_options --enable-system-cairo ac_add_options --enable-svg ac_add_options --enable-canvas ac_add_options --enable-optimize
