[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)
Ionut Biru
ibiru at archlinux.org
Sat Dec 11 01:30:07 UTC 2010
Date: Friday, December 10, 2010 @ 20:30:06
Author: ibiru
Revision: 102770
upgpkg: thunderbird 3.1.7-2
enable system sqlite
Modified:
thunderbird/trunk/PKGBUILD
thunderbird/trunk/mozconfig
-----------+
PKGBUILD | 6 +++---
mozconfig | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-12-11 01:29:55 UTC (rev 102769)
+++ PKGBUILD 2010-12-11 01:30:06 UTC (rev 102770)
@@ -4,12 +4,12 @@
# Contributor: Anders Bostrom <anders.bostrom at home.se>
pkgname=thunderbird
pkgver=3.1.7
-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.22.1' 'gcc-libs' 'mozilla-common' 'nss>=3.12.8' 'libxt' 'shared-mime-info' 'alsa-lib>=1.0.23' 'dbus-glib>=0.92' 'hunspell')
+depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3>=3.7.4')
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
@@ -22,7 +22,7 @@
xulrunner-png14.patch
python2.7.patch)
md5sums=('be64630152a2d5a824a76752594e7596'
- 'f09a3d19c6c50c747d5ec8574d18c5ff'
+ 'c1551d308480d241247c5662d8bebbcb'
'7a119d30341dca4eadecedd523404fdb'
'25b6fe16ac24cd5c852213e5c1adb272'
'48ffcdb877a69d383b7d354e330f7658'
Modified: mozconfig
===================================================================
--- mozconfig 2010-12-11 01:29:55 UTC (rev 102769)
+++ mozconfig 2010-12-11 01:30:06 UTC (rev 102770)
@@ -8,6 +8,7 @@
ac_add_options --with-system-png
ac_add_options --with-system-mng
ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-sqlite
ac_add_options --with-pthreads
ac_add_options --disable-debug
ac_add_options --disable-tests
More information about the arch-commits
mailing list