Date: Tuesday, October 19, 2010 @ 14:04:58 Author: ibiru Revision: 96265
upgpkg: thunderbird 3.1.5-1 update to 3.1.5 Added: thunderbird/trunk/python2.7.patch Modified: thunderbird/trunk/PKGBUILD -----------------+ PKGBUILD | 17 ++++++++++------- python2.7.patch | 11 +++++++++++ 2 files changed, 21 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-19 17:29:06 UTC (rev 96264) +++ PKGBUILD 2010-10-19 18:04:58 UTC (rev 96265) @@ -3,14 +3,14 @@ # Contributor: Dale Blount <[email protected]> # Contributor: Anders Bostrom <[email protected]> pkgname=thunderbird -pkgver=3.1.4 -pkgrel=2 +pkgver=3.1.5 +pkgrel=1 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.8' 'libxt' 'shared-mime-info' 'alsa-lib>=1.0.23' 'dbus-glib>=0.82') -makedepends=('zip' 'pkg-config' 'libgnomeui' 'python' 'libidl2' 'wireless_tools') +depends=('gtk2>=2.22.0' 'gcc-libs' 'mozilla-common' 'nss>=3.12.8' 'libxt' 'shared-mime-info' 'alsa-lib>=1.0.23' 'dbus-glib>=0.86') +makedepends=('zip' 'pkg-config' 'libgnomeui' 'python2' 'libidl2' 'wireless_tools' 'autoconf2.13') optdepends=('libcanberra: for sound support') source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2 mozconfig @@ -19,15 +19,17 @@ thunderbird-appversion.patch thunderbird-shared-error.patch thunderbird-preferences.patch - xulrunner-png14.patch) -md5sums=('08f029e927e2e07aa863096fdf21db84' + xulrunner-png14.patch + python2.7.patch) +md5sums=('9a75383c7142a9b2487f0ce7e7913824' 'c6e48de923cb0297871da59904cdd28e' '7a119d30341dca4eadecedd523404fdb' '25b6fe16ac24cd5c852213e5c1adb272' '48ffcdb877a69d383b7d354e330f7658' '3dca714ee8054634e6dfdb059464dc42' 'fce17db6057c58a17ca1a02f31adef5a' - '989b15f6bc9e2e9233fe4c6b23f412b1') + '989b15f6bc9e2e9233fe4c6b23f412b1' + '78a4d0c920cbb8ec6a9a36974cd775ef') build() { cd "${srcdir}/comm-1.9.2" @@ -36,6 +38,7 @@ patch -Np1 -i "${srcdir}/thunderbird-shared-error.patch" patch -Np1 -i "${srcdir}/thunderbird-preferences.patch" patch -Np0 -i "${srcdir}/xulrunner-png14.patch" + patch -Np0 -i "${srcdir}/python2.7.patch" cp "${srcdir}/mozconfig" .mozconfig unset CXXFLAGS Added: python2.7.patch =================================================================== --- python2.7.patch (rev 0) +++ python2.7.patch 2010-10-19 18:04:58 UTC (rev 96265) @@ -0,0 +1,11 @@ +--- configure.in 2010-10-13 08:37:29.000000000 -0700 ++++ configure.in~ 2010-10-19 10:32:06.360019362 -0700 +@@ -878,7 +878,7 @@ + AC_MSG_RESULT([yes]) + fi + +-MOZ_PATH_PROGS(PYTHON, $PYTHON python2.6 python2.5 python2.4 python) ++MOZ_PATH_PROGS(PYTHON, $PYTHON python2.7 python2.6 python2.5 python2.4 python) + if test -z "$PYTHON"; then + AC_MSG_ERROR([python was not found in \$PATH]) + fi
