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

Allan McRae allan at archlinux.org
Tue Jun 30 06:54:37 UTC 2009


    Date: Tuesday, June 30, 2009 @ 02:54:37
  Author: allan
Revision: 43912

upgpkg: thunderbird 2.0.0.21-2
    libjpeg soname bump rebuild, add build patch

Modified:
  thunderbird/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-30 06:52:08 UTC (rev 43911)
+++ PKGBUILD	2009-06-30 06:54:37 UTC (rev 43912)
@@ -4,7 +4,7 @@
 # Contributor: Anders Bostrom <anders.bostrom at home.se>
 pkgname=thunderbird
 pkgver=2.0.0.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
@@ -12,27 +12,30 @@
 provides=('mozilla-thunderbird')
 conflicts=('mozilla-thunderbird')
 replaces=('mozilla-thunderbird')
-depends=('gtk2>=2.14.7' 'gcc-libs>=4.3.3' 'libidl2' 'mozilla-common' 'nss>=3.12.2' 'libxt' 'shared-mime-info')
-makedepends=('zip' 'pkgconfig' 'imagemagick' 'libgnomeui')
+depends=('gtk2>=2.16.2-2' 'gcc-libs>=4.3.3' 'libidl2' 'mozilla-common' 'nss>=3.12.2' 'libxt' 'shared-mime-info')
+makedepends=('zip' 'pkgconfig' 'imagemagick>=6.5.3.10-1' 'libgnomeui')
 options=('!makeflags')
 source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}-source.tar.bz2
 	mozconfig
         thunderbird.desktop
         thunderbird-1.5-lang.patch
 	firefox-2.0-link-layout.patch
-	thunderbird-appversion.patch)
+	thunderbird-appversion.patch
+	xulrunner-elif.patch)
 md5sums=('55e24753a7ccf2fbf0272987dd4bb086'
          '17e3015259da53f40bc445b27078f693'
          'ea4e3c3dee98e3891bef16409551eb6e'
          'bc6f10a06407faee6494acad546aabf9'
          'b933c00957ea793fe940f4d46a85e10e'
-         '63dd0436e43e2de71abcf9160a1a6f44')
+         '63dd0436e43e2de71abcf9160a1a6f44'
+         '38457261a6355365079dbe5c2342ec68')
 
 build() {
   cd "${srcdir}/mozilla"
   patch -Np1 -i "${srcdir}/thunderbird-1.5-lang.patch" || return 1
   patch -Np1 -i "${srcdir}/firefox-2.0-link-layout.patch" || return 1
   patch -Np1 -i "${srcdir}/thunderbird-appversion.patch" || return 1
+  patch -Np1 -i "${srcdir}/xulrunner-elif.patch" || return 1
   cp "${srcdir}/mozconfig" .mozconfig
 
   if [ "${CARCH}" = "x86_64" ]; then




More information about the arch-commits mailing list