wok-undigest rev 670

thunderbird: move to wok (should build as cook env is more up to date)
author Dominique Corbex <domcox@slitaz.org>
date Fri Mar 16 14:54:58 2012 +0100 (2012-03-16)
parents 907fb3a08763
children 83891414caf5
files thunderbird/receipt thunderbird/stuff/README thunderbird/stuff/mimeTypes.rdf thunderbird/stuff/thunderbird-3.0-lang.patch thunderbird/stuff/thunderbird-install-dir.patch thunderbird/stuff/thunderbird.desktop thunderbird/stuff/thunderbird.mozconfig.conf thunderbird/stuff/thunderbird.png
line diff
     1.1 --- a/thunderbird/receipt	Thu Mar 15 18:35:18 2012 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,59 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="thunderbird"
     1.7 -VERSION="11.0"
     1.8 -CATEGORY="network"
     1.9 -SHORT_DESC="Mozilla's Thunderbird email application."
    1.10 -MAINTAINER="domcox@slitaz.org"
    1.11 -DEPENDS="alsa-lib gtk+ dbus dbus-glib glib jpeg libevent libnotify nss \
    1.12 -         sqlite xorg-libX11 xorg-libXdamage xorg-libXt"
    1.13 -BUILD_DEPENDS="alsa-lib-dev bzip2 dbus-dev dbus-glib-dev freetype fontconfig \
    1.14 -         gtk+-dev libIDL libevent-dev libnotify-dev make mesa-dev nspr-dev \
    1.15 -         nss-dev perl pkg-config python sqlite-dev tar wireless_tools-dev \
    1.16 -         xorg-dev xorg-libXt-dev zip"
    1.17 -TARBALL="$PACKAGE-$VERSION.source.tar.bz2"
    1.18 -WEB_SITE="http://www.mozilla.org/"
    1.19 -WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$TARBALL"
    1.20 -TAGS="email pop imap smtp"
    1.21 -LANG="de es_ES fr en_GB pt_PT pt_BR ru"
    1.22 -
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	cat <<EOF
    1.27 -WARNING:  long compile time.
    1.28 -Requirements: 
    1.29 -- 512MB RAM with lots of available swap space. Additional RAM will 
    1.30 -  significantly decrease build time. 
    1.31 -- At least 2.5 GB of disk space.
    1.32 -EOF
    1.33 -	# add config
    1.34 -    cp -a $stuff/thunderbird.mozconfig.conf $src/.mozconfig
    1.35 -	# languages
    1.36 -	echo "# languages" >> $src/.mozconfig
    1.37 -	echo "mk_add_options MOZ_CO_LOCALES=\"$LANG\"" >> $src/.mozconfig
    1.38 -	# for a quick build
    1.39 -	echo "# build quicker" >> $src/.mozconfig
    1.40 -	echo 'mk_add_options MOZ_MAKE_FLAGS="$MAKEFLAGS"' >> $src/.mozconfig
    1.41 -	# build
    1.42 -	cd $src
    1.43 -	patch -Np1 -i $stuff/thunderbird-3.0-lang.patch
    1.44 -	patch -Np1 -i $stuff/thunderbird-install-dir.patch
    1.45 -	./configure $CONFIGURE_ARGS &&
    1.46 -	make &&
    1.47 -	make DESTDIR=$DESTDIR install
    1.48 -}
    1.49 -
    1.50 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.51 -genpkg_rules()
    1.52 -{
    1.53 -	mkdir -p $fs/usr/lib
    1.54 -	# program
    1.55 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
    1.56 -	cp -a $_pkg/usr/bin $fs/usr
    1.57 -	# adding mime-type (x-html)
    1.58 -	cp $stuff/mimeTypes.rdf $fs/usr/lib/$PACKAGE/defaults/profile
    1.59 -}
    1.60 -
    1.61 -
    1.62 -
     2.1 --- a/thunderbird/stuff/README	Thu Mar 15 18:35:18 2012 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,8 +0,0 @@
     2.4 -
     2.5 -
     2.6 -Tazwok build Thunderbird from the official Mozilla source code, we use a .mozconfig
     2.7 -file to set all configure options. SliTaz thunderbird.mozconfig.conf is copied in the
     2.8 -mozilla source code with the command 'tazwok cook'. So if you want to make
     2.9 -some changes, edit thunderbird.mozconfig.conf.
    2.10 -
    2.11 -- domcox
     3.1 --- a/thunderbird/stuff/mimeTypes.rdf	Thu Mar 15 18:35:18 2012 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,110 +0,0 @@
     3.4 -<?xml version="1.0"?>  
     3.5 -
     3.6 -<!--
     3.7 - This file is used as a persistent data store for helper application
     3.8 - information about both MIME type and protocol scheme helpers.
     3.9 -
    3.10 - The root of the data are the two containers
    3.11 - <RDF:Seq about="urn:mimetypes:root"/> and <RDF:Seq about="urn:schemes:root"/>.
    3.12 -
    3.13 - These contain one <RDF:li/> entry per MIME type/protocol.  Each <RDF:li/> entry
    3.14 - corresponds to a "urn:<class>:<type>" resource, where <class> is either
    3.15 - "mimetype" or "scheme" and <type> is either a MIME type in "major/minor" format
    3.16 - or a scheme.  For example, for HTML we would have "urn:mimetype:text/html",
    3.17 - while for mailto: we would have "urn:scheme:mailto".
    3.18 -
    3.19 - Typically, this resource will be in the <RDF:Description/> node which has the
    3.20 - corresponding "about" attribute.
    3.21 -
    3.22 - Each "urn:<class>:<type>" resource can have the following properties:
    3.23 -
    3.24 -   NC:Value - the MIME type or scheme string
    3.25 -   NC:editable - a "true" or "false" depending on whether this entry is
    3.26 -                 editable
    3.27 -   NC:description - a description of the type ("HTML Document" for text/html)
    3.28 -   NC:fileExtensions - for MIME types, there will be one of these properties
    3.29 -                       per extension that corresponds to this MIME type,
    3.30 -                       each one having a single extension as its value.
    3.31 -   NC:handlerProp - the way the type should be handled.  This corresponds to a
    3.32 -                    "urn:<class>:handler:<type>" resource.  Eg, the way HTML is
    3.33 -                    handled would be stored in the
    3.34 -                    "urn:mimetype:handler:text/html" resource.
    3.35 -
    3.36 - Each "urn:<class>:handler:<type>" resource can have the following properties:
    3.37 -
    3.38 -   NC:useSystemDefault - "true" if we should handle per default OS setting,
    3.39 -                          "false" or not set otherwise
    3.40 -   NC:saveToDisk - "true" if the data should be saved to disk, "false" or not
    3.41 -                   set otherwise.
    3.42 -     (Note - if both of these are false, that means "open in helper app")
    3.43 -   NC:alwaysAsk - "true" if the user should always be prompted before handling
    3.44 -                  data of this type, false otherwise.
    3.45 -   NC:externalApplication - the preferred helper application to use for this
    3.46 -                            type.  This corresponds to a
    3.47 -                            "urn:<class>:externalApplication:<type>" resource.
    3.48 -   NC:possibleApplication - a helper application that can be used for this type.
    3.49 -                            Since there can be multiple possible applications,
    3.50 -                            there can be multiple assertions in the graph with
    3.51 -                            this property for a given handler resource.
    3.52 -
    3.53 - Each "urn:<class>:externalApplication:<type>" resource, and each resource
    3.54 - that represents a possible application, can have the following property:
    3.55 -
    3.56 -   NC:prettyName - the "pretty name" of the application ("Acrobat Reader" for
    3.57 -                   /usr/bin/acroread, eg).
    3.58 -
    3.59 - If the resource represents a local application, then it can have the following
    3.60 - property:
    3.61 -
    3.62 -   NC:path - the path to the application on the local filesystem, for example
    3.63 -             /usr/bin/test or C:\windows\system32\cmd.exe.
    3.64 -
    3.65 - If the resource represents a web application, then it can have the following
    3.66 - property:
    3.67 -
    3.68 -   NC:uriTemplate - a URI pointing to the web application to which the type
    3.69 -                    should be handed off, with %s in the template representing
    3.70 -                    the place where the content should be inserted. For example,
    3.71 -                    here is a URI template for a service that lets you email
    3.72 -                    an address in a mailto: link:
    3.73 -                      http://www.example.com/sendmail?link=%s
    3.74 --->
    3.75 -			
    3.76 -<RDF:RDF	xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    3.77 -			xmlns:NC="http://home.netscape.com/NC-rdf#">
    3.78 -
    3.79 -	<RDF:Seq RDF:about="urn:schemes:root">
    3.80 -    	<RDF:li RDF:resource="urn:scheme:http"/>
    3.81 -	</RDF:Seq>
    3.82 -
    3.83 -	<RDF:Description RDF:about="urn:scheme:externalApplication:http"
    3.84 -					NC:prettyName="midori"
    3.85 -					NC:path="/usr/bin/midori" />
    3.86 -	<RDF:Description RDF:about="urn:scheme:handler:http"
    3.87 -					NC:alwaysAsk="false">
    3.88 -		<NC:externalApplication RDF:resource="urn:scheme:externalApplication:http"/>
    3.89 -		<NC:possibleApplication RDF:resource="urn:handler:local:/usr/bin/midori"/>
    3.90 -	</RDF:Description>
    3.91 -
    3.92 -	<RDF:Description RDF:about="urn:schemes">
    3.93 -		<NC:Protocol-Schemes RDF:resource="urn:schemes:root"/>
    3.94 -	</RDF:Description>
    3.95 -
    3.96 -	<RDF:Description RDF:about="urn:scheme:http"
    3.97 -					NC:value="http">
    3.98 -		<NC:handlerProp RDF:resource="urn:scheme:handler:http"/>
    3.99 -	</RDF:Description>
   3.100 -
   3.101 -	<RDF:Description RDF:about="urn:mimetypes">
   3.102 -		<NC:MIME-types RDF:resource="urn:mimetypes:root"/>
   3.103 -	</RDF:Description>
   3.104 -
   3.105 -	<RDF:Seq RDF:about="urn:mimetypes:root">
   3.106 -	</RDF:Seq>
   3.107 -	<RDF:Description RDF:about="urn:root"
   3.108 -					NC:en-US_defaultHandlersVersion="-1"
   3.109 -					NC:fr_defaultHandlersVersion="-1" />
   3.110 -	<RDF:Description RDF:about="urn:handler:local:/usr/bin/midori"
   3.111 -					NC:prettyName="midori"
   3.112 -					NC:path="/usr/bin/midori" />
   3.113 -</RDF:RDF>
     4.1 --- a/thunderbird/stuff/thunderbird-3.0-lang.patch	Thu Mar 15 18:35:18 2012 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,11 +0,0 @@
     4.4 ---- comm-1.9.1/mozilla/modules/libpref/src/init/all.js	2009-10-11 02:12:44.000000000 +0200
     4.5 -+++ comm-1.9.1/mozilla/modules/libpref/src/init/all.js	2009-09-16 02:56:45.000000000 +0200
     4.6 -@@ -890,7 +890,7 @@
     4.7 - pref("intl.charset.detector",               "chrome://global/locale/intl.properties");
     4.8 - pref("intl.charset.default",                "chrome://global-platform/locale/intl.properties");
     4.9 - pref("intl.ellipsis",                       "chrome://global-platform/locale/intl.properties");
    4.10 --pref("intl.locale.matchOS",                 false);
    4.11 -+pref("intl.locale.matchOS",                 true);
    4.12 - // fallback charset list for Unicode conversion (converting from Unicode)
    4.13 - // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
    4.14 - // for ISO-8859-1
     5.1 --- a/thunderbird/stuff/thunderbird-install-dir.patch	Thu Mar 15 18:35:18 2012 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,42 +0,0 @@
     5.4 -diff -Nur comm-beta.orig/config/autoconf.mk.in comm-beta/config/autoconf.mk.in
     5.5 ---- comm-beta.orig/config/autoconf.mk.in	2011-11-06 14:39:51.064983780 +0000
     5.6 -+++ comm-beta/config/autoconf.mk.in	2011-11-06 14:42:57.216735333 +0000
     5.7 -@@ -65,8 +65,8 @@
     5.8 - mandir		= @mandir@
     5.9 - idldir		= $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
    5.10 -
    5.11 --installdir	= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
    5.12 --sdkdir		= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
    5.13 -+installdir	= $(libdir)/$(MOZ_APP_NAME)
    5.14 -+sdkdir		= $(libdir)/$(MOZ_APP_NAME)-devel
    5.15 -
    5.16 - MOZDEPTH	= $(DEPTH)/mozilla
    5.17 - DIST		= $(MOZDEPTH)/dist
    5.18 -diff -Nur comm-beta.orig/mozilla/config/autoconf.mk.in comm-beta/mozilla/config/autoconf.mk.in
    5.19 ---- comm-beta.orig/mozilla/config/autoconf.mk.in	2011-11-06 14:39:41.771562967 +0000
    5.20 -+++ comm-beta/mozilla/config/autoconf.mk.in	2011-11-06 14:44:18.404165515 +0000
    5.21 -@@ -68,8 +68,8 @@
    5.22 - mandir		= @mandir@
    5.23 - idldir		= $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
    5.24 -
    5.25 --installdir	= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
    5.26 --sdkdir		= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
    5.27 -+installdir	= $(libdir)/$(MOZ_APP_NAME)
    5.28 -+sdkdir		= $(libdir)/$(MOZ_APP_NAME)-devel
    5.29 -
    5.30 - DIST		= $(DEPTH)/dist
    5.31 - LIBXUL_SDK      = @LIBXUL_SDK@
    5.32 -diff -Nur comm-beta.orig/mozilla/js/src/config/autoconf.mk.in comm-beta/mozilla/js/src/config/autoconf.mk.in
    5.33 ---- comm-beta.orig/mozilla/js/src/config/autoconf.mk.in	2011-11-06 14:39:48.014955070 +0000
    5.34 -+++ comm-beta/mozilla/js/src/config/autoconf.mk.in	2011-11-06 14:44:32.977635875 +0000
    5.35 -@@ -61,8 +61,8 @@
    5.36 - datadir		= @datadir@
    5.37 - mandir		= @mandir@
    5.38 -
    5.39 --installdir	= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
    5.40 --sdkdir		= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
    5.41 -+installdir	= $(libdir)/$(MOZ_APP_NAME)
    5.42 -+sdkdir		= $(libdir)/$(MOZ_APP_NAME)-devel
    5.43 -
    5.44 - TOP_DIST	= @TOP_DIST@
    5.45 - ifneq (,$(filter /%,$(TOP_DIST)))
     6.1 --- a/thunderbird/stuff/thunderbird.desktop	Thu Mar 15 18:35:18 2012 +0100
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,17 +0,0 @@
     6.4 -[Desktop Entry]
     6.5 -Encoding=UTF-8
     6.6 -Name=Mozilla Thunderbird Mail Client
     6.7 -Name[de]=Thunderbird - E-Mail
     6.8 -Name[es]=Correo y Agenda de Thunderbird
     6.9 -Name[fr]=Messagerie Mozilla Thunderbird
    6.10 -Name[pt_BR]=Correio Thunderbird
    6.11 -Comment=Mail & News Reader
    6.12 -Comment[de]=Lesen von E-Mails, Blogs, Newsgroup
    6.13 -Comment[es]=Consultar correo electrnico, blogs, grupos de noticias Usenet y la agenda
    6.14 -Comment[fr]=Consulter les e-mails, blogs, forums de discussion Usenet
    6.15 -Comment[pt_BR]=Ver e-mails, blogs, fruns de discusso da Usenet
    6.16 -Exec=/usr/bin/thunderbird
    6.17 -Icon=thunderbird
    6.18 -Terminal=false
    6.19 -Type=Application
    6.20 -Categories=Application;Network;
     7.1 --- a/thunderbird/stuff/thunderbird.mozconfig.conf	Thu Mar 15 18:35:18 2012 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,176 +0,0 @@
     7.4 -# from Linux from scratch
     7.5 -
     7.6 -# This file contains the options used in the Thunderbird build. You may
     7.7 -# need to specify additional options for your specific build needs.
     7.8 -# Use the information provided by running './configure --help' to
     7.9 -# help you determine if you need to add any additional options.
    7.10 -# Some additional options can be added by uncommenting the examples
    7.11 -# in this file or adding options by inserting a line containing
    7.12 -# 'ac_add_options --some-option-you-need'.  Be aware that some accepted
    7.13 -# options, such as '--with-system-bz2', do not affect the build.
    7.14 -
    7.15 -# slitaz
    7.16 -ac_add_options --with-distribution-id=slitaz
    7.17 -
    7.18 -# specify that we want to build thunderbird
    7.19 -ac_add_options --enable-application=mail
    7.20 -
    7.21 -# sepcify that we want to build the Lightning calendar extension as per the
    7.22 -# Mozilla distributed Thunderbird.
    7.23 -# ac_add_options --enable-calendar
    7.24 -
    7.25 -# Create an object directory and specify to build the package in that
    7.26 -# directory. If desired, modify the location of the object directory
    7.27 -# to a directory inside the source tree by removing '../' from the
    7.28 -# line below.
    7.29 -mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../thunderbird-build
    7.30 -
    7.31 -# Specify the installation prefix. If you would prefer Xulrunner
    7.32 -# installed in a different prefix, modify the line below to fit
    7.33 -# your needs (the config will always be written to /etc/gre.d)
    7.34 -ac_add_options --prefix=/usr
    7.35 -
    7.36 -# apply a minimal level of optimization (-O)
    7.37 -ac_add_options --enable-optimize
    7.38 -
    7.39 -# These options are used so that the Xulrunner binaries are linked to
    7.40 -# the system-installed copies of the specified libraries instead of
    7.41 -# the source tree code which may not be the most recent versions.
    7.42 -# With the exception of libsqlite3, the libraries are statically linked.
    7.43 -
    7.44 -# (Options to use system installed libraries)
    7.45 -# Using the shipped version of libsqlite3 has been reported to cause
    7.46 -# problems with other applications which were using sqlite3.
    7.47 -# Only comment this line if you know exactly what you are doing!
    7.48 -ac_add_options --enable-system-sqlite
    7.49 -
    7.50 -# Comment this only if you want to use whatever patched version of cairo
    7.51 -# is in the shipped mozilla tree, together with the system headers.
    7.52 -ac_add_options --enable-system-cairo
    7.53 -
    7.54 -# Comment this if you have not installed lcms.
    7.55 -# ac_add_options --enable-system-lcms
    7.56 -
    7.57 -# Comment this if you did not build libjpeg before GTK+-2.
    7.58 -ac_add_options --with-system-jpeg
    7.59 -
    7.60 -# These two options enable support for building Thunderbird with
    7.61 -# system-installed versions of the Network Security Services (NSS)
    7.62 -# and Netscape Portable Runtime (NSPR) libraries. Comment them if
    7.63 -# you wish to use the included copies (not recommended).
    7.64 -#ac_add_options --with-system-nspr
    7.65 -ac_add_options --with-system-nss
    7.66 -
    7.67 -# Comment this if you have not built png with the apng patch.
    7.68 -# ac_add_options --with-system-png
    7.69 -
    7.70 -# The pthreads option is only used when building nspr
    7.71 -# Uncomment this if you build the included nspr.
    7.72 -#ac_add_options --with-pthreads
    7.73 -
    7.74 -# zlib is included in LFS. Do not comment this line.
    7.75 -ac_add_options --with-system-zlib
    7.76 -ac_add_options --with-system-bz2
    7.77 -
    7.78 -# (Options to disable parts of the package)
    7.79 -# This option is used to disable the a11y support in the Xulrunner
    7.80 -# binaries. Comment out this option if you require a11y support.
    7.81 -ac_add_options --disable-accessibility
    7.82 -
    7.83 -# Uncomment this if you did not build curl.
    7.84 -ac_add_options --disable-crashreporter
    7.85 -
    7.86 -# Comment this if you have built dbus-glib.
    7.87 -# ac_add_options --disable-dbus
    7.88 -
    7.89 -# Comment this if you have gnome-vfs and libgnomeui, and wish to
    7.90 -# integrate thunderbird into your gnome desktop
    7.91 -ac_add_options --disable-gnomevfs
    7.92 -
    7.93 -# This option is added so that the Mozilla Installer program is not
    7.94 -# built or installed. The program is not required for a BLFS
    7.95 -# installation of Xulrunner.
    7.96 -ac_add_options --disable-installer
    7.97 -
    7.98 -# Enable the build of static internal libs (this is currently required, until
    7.99 -# Thunderbird 3.1, DO NOT COMMENT, see note below about XulRunner).
   7.100 -ac_add_options --enable-static
   7.101 -
   7.102 -# This option is added so that test libraries and programs are not
   7.103 -# built. These would only be required for debugging purposes.
   7.104 -ac_add_options --disable-tests
   7.105 -
   7.106 -# Disable the updater, which is not appropriate if you build from source
   7.107 -ac_add_options --disable-updater
   7.108 -
   7.109 -# (options to add extra parts of the package)
   7.110 -# This option causes the installed binaries to have the official
   7.111 -# Thunderbird name embedded in them. Due to license restrictions, you
   7.112 -# may not distribute binaries created using this option.  It also
   7.113 -# means you get a popup EULA when you first run thunderbird.
   7.114 -#ac_add_options --disable-official-branding
   7.115 -
   7.116 -# This option is used to enable source tree included LDAP support in
   7.117 -# the Firefox binaries.  This used to be required for mozab support in
   7.118 -# OpenOffice, however, is now deprecated.
   7.119 -# note: --disable-ldap breaks thunderbird build
   7.120 -#ac_add_options --disable-ldap
   7.121 -
   7.122 -# This option is used so that the debugging symbols are removed from
   7.123 -# the installed binaries during the installation process. Comment out
   7.124 -# this option if you may have a need to retain the debugging symbols
   7.125 -# in the installed binaries (the resulting binaries will be about 7MB
   7.126 -# bigger).
   7.127 -ac_add_options --enable-strip
   7.128 -
   7.129 -# Uncomment this option if you desire support for dual-monitor
   7.130 -# display using the X-Window Xinerama libraries.
   7.131 -#ac_add_options --enable-xinerama
   7.132 -
   7.133 -# Enable strong cryptography (This is explicitly required if you plan to use
   7.134 -# the enigmail extension for Thunderbird).
   7.135 -ac_add_options --enable-crypto
   7.136 -
   7.137 -# Point to the xulrunner libraries - comment these for a standalone client
   7.138 -# DO NOT UNCOMMENT THESE - System XULRunner is broken until Thunderbird
   7.139 -# development catches up with XULRunner-1.9.2 (TB-3.1, est. April 6, 2010).
   7.140 -#ac_add_options --with-system-libxul
   7.141 -#ac_add_options --with-default-mozilla-five-home=/usr/lib/xulrunner-devel-1.9.2.8
   7.142 -
   7.143 -# curl is required for the crash reporter.  
   7.144 -# Use --disable-crashreporter to disable the crash reporter.
   7.145 -ac_add_options --disable-crashreporter
   7.146 -
   7.147 -# disable webm video format
   7.148 -ac_add_options --disable-webm
   7.149 -
   7.150 -# disable debug
   7.151 -ac_add_options --disable-debug
   7.152 -
   7.153 -# disable JavaScript debug library
   7.154 -#ac_add_options --disable-jsd
   7.155 -
   7.156 -# disable printing support
   7.157 -ac_add_options --disable-printing
   7.158 -
   7.159 -# disable building of ANGLE for WebGL->D3D translation
   7.160 -ac_add_options --disable-angle 
   7.161 -
   7.162 -# do not build test libraries & programs
   7.163 -ac_add_options --disable-tests
   7.164 -
   7.165 -# disable feed handling and processing components
   7.166 -ac_add_options --disable-feeds
   7.167 -
   7.168 -# disable mozStorage module and related components
   7.169 -ac_add_options --enable-storage
   7.170 -
   7.171 -# disable logging facilities
   7.172 -ac_add_options --disable-logging
   7.173 -
   7.174 -# use system libevent
   7.175 -ac_add_options --with-system-libevent
   7.176 -
   7.177 -# disable java
   7.178 -ac_add_options --disable-javaxpcom
   7.179 -
     8.1 Binary file thunderbird/stuff/thunderbird.png has changed