Date: Tuesday, July 20, 2010 @ 13:51:30 Author: ibiru Revision: 85841
upgpkg: thunderbird 3.1.1-1 update to 3.1.1 Modified: thunderbird/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-20 17:13:29 UTC (rev 85840) +++ PKGBUILD 2010-07-20 17:51:30 UTC (rev 85841) @@ -3,8 +3,8 @@ # Contributor: Dale Blount <[email protected]> # Contributor: Anders Bostrom <[email protected]> pkgname=thunderbird -pkgver=3.1 -pkgrel=2 +pkgver=3.1.1 +pkgrel=1 pkgdesc="Standalone Mail/News reader" arch=('i686' 'x86_64') license=('MPL' 'GPL') @@ -12,7 +12,6 @@ depends=('gtk2>=2.20.1' 'gcc-libs>=4.5' 'mozilla-common' 'nss>=3.12.3' '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') -options=('!makeflags') source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2 mozconfig thunderbird.desktop @@ -21,7 +20,7 @@ thunderbird-shared-error.patch thunderbird-preferences.patch xulrunner-png14.patch) -md5sums=('feb4d737d568066076879a09bd0d506e' +md5sums=('3a8479252bb9a0c534870896fc10e2ff' '44c6ce8e84c972c0a1795edd46d618cf' '7a119d30341dca4eadecedd523404fdb' '25b6fe16ac24cd5c852213e5c1adb272' @@ -44,8 +43,8 @@ export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-3.1" - make -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}" - make DESTDIR="${pkgdir}" install + make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}" + make -j1 DESTDIR="${pkgdir}" install rm -rf "${pkgdir}/usr/bin/defaults"
