diff options
author | Matt Housh <jaeger@crux.nu> | 2007-03-15 09:38:43 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.nu> | 2007-03-15 09:38:43 -0500 |
commit | 6ae617301cc5241f66b11ea69a3d735ccd537944 (patch) | |
tree | a6759b9c81912c0584c81d81fcd50cc09ad1c3dd | |
parent | 1b960f11d1c686250b67c44a10fa7726613bf45d (diff) | |
download | opt-6ae617301cc5241f66b11ea69a3d735ccd537944.tar.gz opt-6ae617301cc5241f66b11ea69a3d735ccd537944.tar.xz |
thunderbird: updated to version 1.5.0.10
-rw-r--r-- | thunderbird/.footprint | 2 | ||||
-rw-r--r-- | thunderbird/.md5sum | 4 | ||||
-rw-r--r-- | thunderbird/Pkgfile | 2 | ||||
-rw-r--r-- | thunderbird/mozconfig | 6 |
4 files changed, 6 insertions, 8 deletions
diff --git a/thunderbird/.footprint b/thunderbird/.footprint index df6aea391..c0e9431b8 100644 --- a/thunderbird/.footprint +++ b/thunderbird/.footprint @@ -306,6 +306,8 @@ drwxr-xr-x root/root usr/lib/thunderbird/icons/ -rwxr-xr-x root/root usr/lib/thunderbird/icons/mozicon50.xpm drwxr-xr-x root/root usr/lib/thunderbird/init.d/ -rw-r--r-- root/root usr/lib/thunderbird/init.d/README +-rw-r--r-- root/root usr/lib/thunderbird/libfreebl3.chk +-rwxr-xr-x root/root usr/lib/thunderbird/libfreebl3.so -rwxr-xr-x root/root usr/lib/thunderbird/libgfxpsshar.so -rwxr-xr-x root/root usr/lib/thunderbird/libgkgfx.so -rwxr-xr-x root/root usr/lib/thunderbird/libgtkembedmoz.so diff --git a/thunderbird/.md5sum b/thunderbird/.md5sum index 8b8a5ea5d..200ea8882 100644 --- a/thunderbird/.md5sum +++ b/thunderbird/.md5sum @@ -1,2 +1,2 @@ -f346e07ab1a6ecb55cc7f08fda1306ce mozconfig -bb74629a8d99a6653c5ab978cf9c6227 thunderbird-1.5.0.9-source.tar.bz2 +e8f478e4b74d5f57651fb145df6021ba mozconfig +65087f8a7adb0773ae7198ec21cc2975 thunderbird-1.5.0.10-source.tar.bz2 diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 0121d4a6b..7e60bb225 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libidl, gtk, libjpeg, libpng, zlib, expat name=thunderbird -version=1.5.0.9 +version=1.5.0.10 release=1 source=(http://ftp.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 \ mozconfig) diff --git a/thunderbird/mozconfig b/thunderbird/mozconfig index 042f47227..c1a1f5f7c 100644 --- a/thunderbird/mozconfig +++ b/thunderbird/mozconfig @@ -1,10 +1,6 @@ . $topsrcdir/mail/config/mozconfig -export BUILD_OFFICIAL=1 -export MOZILLA_OFFICIAL=1 -mk_add_options BUILD_OFFICIAL=1 -mk_add_options MOZILLA_OFFICIAL=1 - +ac_add_options --enable-official-branding ac_add_options --disable-debug ac_add_options --enable-optimize="#CFLAGS#" |