X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=packages%2Fx11%2Fthunderbird%2Fthunderbird;h=8bad8eca9f455949a2755be671b4ef4a189c9015;hp=d930ac5f638e5b70ec390e0e2e8979dcffe4ba75;hb=ca7ab55a9c818a03fe09b23f1c1c29af4679b249;hpb=eb20850196d10946025b08e4f2e2f79ca2115fc8 diff --git a/packages/x11/thunderbird/thunderbird b/packages/x11/thunderbird/thunderbird index d930ac5..8bad8ec 100644 --- a/packages/x11/thunderbird/thunderbird +++ b/packages/x11/thunderbird/thunderbird @@ -2,9 +2,9 @@ # # author: hackbard@hackdaworld.dyndns.org # -# [V] 0.7 +# [V] 0.8 # [S] 3-8 -# [D] thunderbird-0.7-source.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.7/ +# [D] thunderbird-source-0.8.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.8/ srcdir=mozilla optimize="`echo $hdw_cflags | awk '{ print $1 }'`" @@ -12,6 +12,7 @@ export PKG_CONFIG_PATH="/usr/X11R6/lib/pkgconfig" pre_install() { export MOZILLA_OFFICIAL=1 BUILD_OFFICIAL=1 MOZ_THUNDERBIRD=1 + export MOZ_PHOENIX=1 #sed "s,0000000000,hdw-linux -- ${hdw_version}," \ # xpfe/global/build.dtd.in > xpfe/global/build.dtd.in.new #mv xpfe/global/build.dtd.in.new xpfe/global/build.dtd.in @@ -23,6 +24,7 @@ confopt="$confopt --enable-xft --enable-crypto --enable-xinerama" confopt="$confopt --disable-tests --disable-debug --disable-dtd-debug" confopt="$confopt --disable-pedantic --disable-logging --disable-accessibility" confopt="$confopt --enable-strip --enable-strip-libs --enable-extensions=all" +confopt="$confopt --disable-profilesharing" confopt="$confopt --enable-optimize='$optimize'" post_install() {