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

Ionut Biru ibiru at archlinux.org
Sun Jan 17 19:07:09 UTC 2010


    Date: Sunday, January 17, 2010 @ 14:07:09
  Author: ibiru
Revision: 63529

upgpkg: thunderbird 3.0-4
    libpng1.4.0/libjpeg8 rebuild

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/thunderbird-appversion.patch

------------------------------+
 PKGBUILD                     |   14 +++++++-------
 thunderbird-appversion.patch |   22 +++++++++++-----------
 2 files changed, 18 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-17 19:06:10 UTC (rev 63528)
+++ PKGBUILD	2010-01-17 19:07:09 UTC (rev 63529)
@@ -4,14 +4,11 @@
 # Contributor: Anders Bostrom <anders.bostrom at home.se>
 pkgname=thunderbird
 pkgver=3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
 url="http://www.mozilla.org/projects/thunderbird"
-provides=('mozilla-thunderbird')
-conflicts=('mozilla-thunderbird')
-replaces=('mozilla-thunderbird')
 depends=('gtk2>=2.18.5' 'gcc-libs>=4.4' 'libidl2>=0.8.13' 'mozilla-common' 'nss>=3.12.3' 'libxt' 'shared-mime-info'
 	 'alsa-lib>=1.0.21.a' 'dbus-glib>=0.82')
 makedepends=('zip' 'pkgconfig' 'libgnomeui')
@@ -21,19 +18,22 @@
         thunderbird.desktop
         thunderbird-3.0-lang.patch
         thunderbird-appversion.patch
-	thunderbird-shared-error.patch)
+	thunderbird-shared-error.patch
+	libpng14.patch)
 md5sums=('9a564ac2489b1b0f9348dc298b913f6c'
          'aacdcab7732af31a16cd4dc86665f4a3'
          '8f56c6c1c2e4b8e50db816642ca47f94'
          '25b6fe16ac24cd5c852213e5c1adb272'
-         '69a0134af6466c021a3f515022b7fb67'
-         '3dca714ee8054634e6dfdb059464dc42')
+         '2af84c5fa1095373e0b2b450fec0d655'
+         '3dca714ee8054634e6dfdb059464dc42'
+         '8868360dc354baa129c5a244cb840339')
 
 build() {
   cd "${srcdir}/comm-1.9.1"
   patch -Np1 -i "${srcdir}/thunderbird-3.0-lang.patch" || return 1
   patch -Np1 -i "${srcdir}/thunderbird-appversion.patch" || return 1
   patch -Np1 -i "${srcdir}/thunderbird-shared-error.patch" || return 1
+  patch -Np1 -i "${srcdir}/libpng14.patch" || return 1
 
   cp "${srcdir}/mozconfig" .mozconfig
   unset CXXFLAGS

Modified: thunderbird-appversion.patch
===================================================================
--- thunderbird-appversion.patch	2010-01-17 19:06:10 UTC (rev 63528)
+++ thunderbird-appversion.patch	2010-01-17 19:07:09 UTC (rev 63529)
@@ -1,12 +1,12 @@
-diff -Nur comm-1.9.1.orig/config/autoconf.mk.in comm-1.9.1/config/autoconf.mk.in
---- comm-1.9.1.orig/config/autoconf.mk.in	2009-12-05 03:53:46.000000000 +0200
-+++ comm-1.9.1/config/autoconf.mk.in	2009-12-09 20:29:31.654892550 +0200
-@@ -54,7 +54,7 @@
- MOZ_BUILD_APP = @MOZ_BUILD_APP@
- MOZ_APP_NAME	= @MOZ_APP_NAME@
- MOZ_APP_DISPLAYNAME = @MOZ_APP_DISPLAYNAME@
--MOZ_APP_VERSION = @MOZ_APP_VERSION@
+diff -Nur comm-1.9.1.orig/mail/installer/Makefile.in comm-1.9.1/mail/installer/Makefile.in
+--- comm-1.9.1.orig/mail/installer/Makefile.in	2009-12-05 03:53:48.000000000 +0200
++++ comm-1.9.1/mail/installer/Makefile.in	2010-01-17 18:14:54.000000000 +0200
+@@ -42,6 +42,8 @@
+ 
+ include $(DEPTH)/config/autoconf.mk
+ 
 +MOZ_APP_VERSION="3.0"
- MOZ_APP_VERSION_TXT = @MOZ_APP_VERSION_TXT@
- 
- MOZ_PKG_SPECIAL = @MOZ_PKG_SPECIAL@
++
+ NO_PKG_FILES = \
+ 	thunderbird-bin.elf \
+ 	thunderbird-config \




More information about the arch-commits mailing list